How to Make a Button Like Facebook and Sharing Bookmarks on Blogspot - many of my friends who ask about How to Make a Button Like Facebook and Sharing Bookmarks on Blogspot with the patience of friends, at last Thank God we can make the tutorial How to Make a Button Like Facebook and Sharing Bookmarks on blogspot Insyaa Allah with good results. may be useful, let us refer to How to Make a Button Like Facebook and Sharing Bookmarks on Blogspot carefully.
1. blogger.com login
2. Draft -> Edit HTML
3. Check Expand Widget Templates
4. Find the code below to use Ctrl + F <div class='post-footer'>
5. Put this script after the code <div class='post-footer'>
<!-- script sosial bookmark -->
<!-- AddThis Button BEGIN -->
<div class='addthis_toolbox addthis_default_style'>
<a class='addthis_button_compact' href='http://www.addthis.com/bookmark.php?v=250&username=xa-4ca2d2062c12abb0'>Share</a>
<span class='addthis_separator'>|</span>
<a class='addthis_button_preferred_1'/>
<a class='addthis_button_preferred_2'/>
<a class='addthis_button_preferred_3'/>
<a class='addthis_button_preferred_4'/>
</div>
<script src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4ca2d2062c12abb0' type='text/javascript'/>
<!-- AddThis Button END --><br/>
<!-- script like facebook -->
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&action=like&layout=standard&show_faces=false&width=450&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:25px;'/>
6. Save Template