After reading out my above valid points, you must be thinking about adding share buttons. Right? Yeah that's a great idea, but who cares to spare their time to share? Adding a 'Facebook like' button or 'Google Plus +1' button would help your article get active on social media.
Being the major social networks with millions of users(yeah! Google + have most of the Google users linked to it. So said!) Facebook and Google+ have their role in building traffic to websites. Getting more '+1's' and 'Likes' would help your article get more traffic from these social media giants.
How to add Facebook Like and Google's +1 button
Adding Facebook like button and Google +1 button is as easy as you add any code in your blog. To add these buttons under each post follow the instructions as shown below.
- Go to Layout > Add a Gadget > HTML/Javascript
- Copy the following code and paste it in there.
Code
<span id="st_finder"></span><script type="text/javascript" src="http://w.sharethis.com/widget/stblogger2.js"></script><script type="text/javascript">var switchTo5x= true;stBlogger2.init("http://w.sharethis.com/button/buttons.js",{"fblike":["vcount","Facebook Like",""],"plusone":["vcount","Google 1",""]});var f = document.getElementById("st_finder");var c = f.parentNode.parentNode.childNodes;for (i=0;i<c.length;i++) { try { c[i].style.display = "none"; } catch(err) {}}</script>
- Save Changes and view your blog.
Post a Comment