Social media buttons is a great way to boosting your blog traffic. The shares of your blog content made through these social buttons circulate over different social networks will help your blog engaged with long term traffic. Twitter, Facebook and Pinterest all offer JavaScript that they'd LOVE for you to add to your site. Tracking is one of the reasons that they'd love you to add these. That may or may not be a strong reason not to add their JavaScript, but a concrete reason not to is speed. When you add three services' JavaScript you're adding three DNS lookups, three (or 20) HTTP requests for their JavaScript and images, and on and on. That JavaScript has to execute as well, of course, but the value it provides isn't justified over the speed and hassle involved in our opinion. We add just one third party (addtoany) script in this widget. I wanted to add social sharing links without adding JavaScript. Fortunately all these services support sharing via simply visiting a URL. Stated differently, you can share via an HTTP GET. This widget uses a total of 9 Icons but believe it or not it is super-fast and loads with in seconds.
Now Lets Add Them Below Each Post In Blogger
- Go to Blogger Dashboard > Select the Blog > Go to Template page of theBlog
- Click Edit HTML button.
- and Add the Following CSS Code before
]]></b:skin>
You can replace the Statement Text Color Highlighted in Red. You can also change the Background width by changing the width: 550px; highlighted above in yellow color.
4. Next, locate the Second instance of
<data:post.body/>
tag and paste the following code Below/after it:5. See Preview before saving.
Note:- The buttons will only appear on post pages. We place this limit because the
Pin-it button only pins the page on which it appears. As such on homepage (if we were to allow it there), every instance of the button will pin the homepage, not the post (as it’s “supposed” to).
Troubleshooting
While finding the<data:post.body/>
code is coming three time.This Problem comes when we install Auto Read More Hack in our Blogs. For this Problem Search for any one line from below and Put Above Section of Widget HTML Code after it!This
Or this
Or this
Let me know about other social sites that support this kind of sharing in the comments, and I'll add your tips to this post. I hope you will enjoy this tutorial and take a 5 seconds to share it.Cheers
0 comments:
Post a Comment