Adding Google+ Button To Blog Post For Blogger

Google%2Bbutton

Google+ has been another greate source to socialize your blog. Bellow are step by step guide to add this button bellow or above your post.1. Log in to your Blogger account2. Click Design > Edit HTML3. Mark the "Expand Widget Templates" checkbox.4. Now press CTRL+F and search for this code </body>5. Immediately paste the following code just before it<script type="text/javascript">(function(){varpo=document.createElement('script');po.type='text/javascript';po.async=true;po.src='https://apis.google.com/js/plusone.js';vars=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po,s);})();</script>6. Now search for … [Read more...]

Adding Facebook Send+Like Button To Blog Post For Blogger

Send-Button1

Facebook has been the largest social networking site ever that provide different social plugins, recently i made a post on adding standalone send button to your blog post.Adding Facebook Send+Like Button To Your Blog Post1. Log in to your Blogger Account2. Go to Design > Edit HTML3. Check "Expand Widget Templates".4. Press CTRL+F then search for this code <data:post.body/>.7. To place the Facebook Send+Like button at the bottom of your post title, paste the bellow code before <data:post.body/>.<!-- Facebook Like+Send button Start --><b:if cond='data:blog.pageType != &quot;static_page&quot;'> <div style='float:left;padding:5px 5px 5px … [Read more...]

Adding Facebook Send Button To Blog Post For Blogger

Send-Button

Facebook send button is another way to socialize your blog and get traffic but not as good as Facebook like button. This just required a few steps.Adding Facebook Send Button To Your Blog Post1. Log in to your Blogger Account2. Go to Design > Edit HTML3. Check "Expand Widget Templates".4. Press CTRL+F then search for this code </head>.5. Paste the following code just before </head><script src='http://connect.facebook.net/en_US/all.js#xfbml=1' type='text/javascript'/>6. Now search for this code again <data:post.body/>.7. To place the Facebook Send button at the bottom of your post title, paste the bellow code before <data:post.body/>.<b:if … [Read more...]