We have seen that addThis bookmarking system is very
popular. This widget connected with all together 326 bookmark and sharing site service.
So for sharing your content widely most of the blogger should use this widget.
The main feature of this widget is that it occupy a small palace and fast
loading. So I am sharing with you a ready code for direct use in your
templates.
Step 1 Go to blogger Dashboard and click on -> Template -> Edit
HTML->
Step 2 Now Click On Expand
Widget Templates
Step 3 Now Find the below code by Pressing Ctrl + F
<div style='clear: both;'/> <!-- clear for photos floats --></div>
Step 4 Paste the below code just after/below above code
<b:if cond='data:blog.pageType == "item"'>
<div style='border-top:3px solid #e05000;border-bottom:1px solid #e05000;width:100%;height:24px;text-align:left;font:normal 11px Arial;color:#333;margin:10px 0;padding:10px 0 5px'>
<div style='float:left;padding:1px 0;margin-right:15px;font:bold 13px Arial;color:#4a4e2d'>
<strong>Share this article</strong> :
</div>
<div class='addthis_toolbox addthis_default_style '>
<a class='addthis_button_facebook_like' fb:like:layout='button_count'/>
<a class='addthis_button_tweet'/>
<a class='addthis_button_google_plusone' g:plusone:size='medium'/>
<a class="addthis_button_pinterest_pinit"></a>
<a class='addthis_counter addthis_pill_style'/>
</div>
<script src='http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f57432236fb4dee' type='text/javascript'/>
</div>
</b:if>
Step 5 Now save your template and
check end of your blog posts to see the effects.

0 comments:
Post a Comment