Saturday, July 2, 2011

How To Add Flag Social Share Bookmark For Blogger



1.  Log in to blogger account  Design  >> Edit HTML.
    
2Make sure "Expand Widget Templates" checked.  

3 Find these tag  by using Ctrl+F   <data:post.body/>

4. After <data:post.body/> tag  paste below code


<span style='font-style: italic; font-size: 30px; font-variant: small-caps; font-family: century gothic;'>Do you Like this Article?</span>
<tr>
<td align='right'>
<a href='your feedburner url here' title='suscribe to rss feed'><img src='http://santabanta.mywapblog.com/files/rss9.png'/></a>
<a href='&quot;http://twitter.com/share?text=&quot; + data:post.title + &quot;&amp;url=&quot; + data:post.url' target='_blank' title='follow me on twitter'><img src='http://santabanta.mywapblog.com/files/twitter9.png'/></a>


<a href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title' target='_blank' title='share on facebook !'>
<img src='http://santabanta.mywapblog.com/files/facebook9.png'/></a>

<a href='http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'><img src='http://santabanta.mywapblog.com/files/stumbled9.png'/></a>

</td></tr>

Replace your feedburner url here with your Feed URl
5. Now save your Template.
You are done,

1 comment: