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
Steps To Be Followed
- Go To Blogger > Design > Edit HTML
- Back up your template
- Check the Expand Widget Templates box
- Then click Ctrl + F and in the browser search box paste this,
data:post.body5. Now Just above this code paste the code below,
<b:if cond='data:blog.pageType == "item"'>
<table border='0'>
<tr>
<td>
<!--Stumbleupon-->
<a expr:href='"http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Stumble' src='StumbleUpon Button Link'/></a>
</td>
<td>
<!-- Twitter -->
<a expr:href='"http://twitthis.com/twit?url=" + data:post.url + "&title=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Twitter' src='Twitter Button Link '/></a>
</td>
<td>
<!--DIGG-->
<a expr:href='"http://digg.com/submit?phase=2&url=" + 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='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=false&width=100&action= like&font=arial&colorscheme=light"' 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 »
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@Amit
ReplyDeleteOh 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"
its elegant...thanks
ReplyDeletethanks information
ReplyDeleteI really like these. Any chance you will make one for Google Buzz?
ReplyDelete@kristen
ReplyDeleteI will publish a more update version of it soon InShAllah. Hopefully this week.
Hi,
ReplyDeleteSo 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
@Diona
ReplyDeleteyou 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.
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?
ReplyDelete1. 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,
i had try,but it's not appear.
ReplyDeleteIt's very Good!
ReplyDeleteWould you please provide me with the link to download the Facebook Social bookmarking widget? My email is efoghorjos AT GMail
ReplyDeleteThis comment has been removed by the author.
ReplyDeletehi mohammad please send me the buttons
ReplyDeletethank you
if we are having more than one "data:post.body" then ????
ReplyDelete