Before I placing the social network link with icon in my blog I will describe it in tutorial section. so I will find the following code first.
1. Log in blog account
2. go to edit html in the layout section and expand the command
3. Now search the following code
<data:post.body/>
4. Place the following code right after the above code
<!--SOCIAL-BOOKMARKING-ICONS-STARTS-->
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><b:if cond='data:blog.pageType == "item"'>
<br/><center><hr/>Share This Article:<br/>
<!--DIGG-->
<script type='text/javascript'>digg_url="<data:post.url/>";</script><script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
<!--Stumble-->
<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='http://Your Direct Link/tribune-v10/Images/SU.png'/></a>
<!--Twitter-->
<a expr:href='"http://twitthis.com/twit?url=" + data:post.url' rel='external nofollow' target='_blank'><img alt='Twitter' src='http://Your Direct Link/tribune-v10/Images/twitter.png'/></a>
<!--Delicious-->
<a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Delicious' src='http://Your Direct Link/tribune-v10/Images/del.png'/></a>
<!--Facebook-->
<a expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&t=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Facebook' src='http://Your Direct Link/tribune-v10/Images/facebook.png'/></a>
<!--Technorati-->
<a expr:href='"http://technorati.com/faves?add=" + data:post.url' rel='external nofollow' target='_blank'><img alt='Technorati' src='http://Your Direct Link/tribune-v10/Images/t.png'/></a></center></b:if></td>
</tr>
</table>
<!--SOCIAL-BOOKMARKING-ICONS-STARTS-->
Now Download Icons from the following links and change red colored text with your direct link
1. Download link 1
2. Download Link 2
0 Response to 'Add Social Network icon after each post'
Post a Comment