Facebook Social Bookmarking Widget


I hope most of you have downloaded the free Social Media Buttons which are designed just how Facebook Buttons are designed. In today's tutorial we will learn how you can add those buttons to your blogger blogs. The steps are similar to the earlier Social Bookmarking widget that we shared. click here for For Demo
Facebook-Bookmarking-Widget


Steps To Be Followed

  1. Go To Blogger > Design > Edit HTML
  2. Back up your template
  3. Check the Expand Widget Templates box
  4. Then click Ctrl + F and in the browser search box paste this,
data:post.body
    5. Now Just above this code paste the code below,
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<table border='0'>
<tr>
<td>
<!--Stumbleupon-->
<a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'><img alt='Stumble' src='StumbleUpon Button Link'/></a>
</td>
<td>
<!-- Twitter -->
<a expr:href='&quot;http://twitthis.com/twit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'><img alt='Twitter' src='Twitter Button Link '/></a>
</td>
<td>
<!--DIGG-->
<a expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot;  + data:post.url' rel='external nofollow' target='_blank'><img alt='Digg This' src='DIGG Button Link '/></a>
</td>
<td>
<!--Email a Friend-->
<a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
              <img alt='' src='EMAIL Button Link'/>
          </a>
</td>
<td>
<!--Facebook-->
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=100&amp;action= like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; margin-top:16px; height:40px;'/>
</td>
</tr>
</table></b:if>

    6.  Simply Replace the blue bolded text with button links I shared in last post on Facebook Buttons. Finally save your template and you are done! :>
You may also like to check these social bookmarking widgets

If you don't want to get yourself into Serious Technical Trouble while editing your Blog Template then just sit back and relax and let us do the Job for you at a fairly reasonable cost. Submit your order details by Clicking Here »

15 comments

PLEASE NOTE:
We have Zero Tolerance to Spam. Chessy Comments and Comments with 'Links' will be deleted immediately upon our review.
  1. It would be better if you would have done the same widget with CSS and then added the border effect that appears on facebook like button.That would be more atractive . . .

    ReplyDelete
  2. @Amit
    Oh yeh it surely would have. You still can do that by creating this class,

    .Facebook-icons :hover{
    border:1px solid #4150B8;
    }

    And then simply call them in the image tags using class="Facebook-icons"

    ReplyDelete
  3. I really like these. Any chance you will make one for Google Buzz?

    ReplyDelete
  4. @kristen

    I will publish a more update version of it soon InShAllah. Hopefully this week.

    ReplyDelete
  5. Hi,
    So I removed my nav bar from my Simple blog template on blogger. I would like to add a facebook, twitter, and email icon widget in the top right hand space where the nav bar used to be. Can you suggest a code to use that I can insert in the advanced css space for this??

    thanks

    ReplyDelete
  6. @Diona
    you are talking about a fixed custom navbar at top. This will require a new code and it would be comprehensive to explain here so I will write a post on it soon. Request your patience.

    ReplyDelete
  7. I can log on to my blog but I do not see "Design" > Edit HTML, etc.: I must be blind! And how do you back up your template?
    1. Go To Blogger > Design > Edit HTML
    2. Back up your template
    3. Check the Expand Widget Templates box
    4. Then click Ctrl + F and in the browser search box paste this,

    ReplyDelete
  8. Would you please provide me with the link to download the Facebook Social bookmarking widget? My email is efoghorjos AT GMail

    ReplyDelete
  9. This comment has been removed by the author.

    ReplyDelete
  10. hi mohammad please send me the buttons
    thank you

    ReplyDelete
  11. if we are having more than one "data:post.body" then ????

    ReplyDelete