Monday

Add this Social Booking icon at the footer

How to add "add this" Social Booking icon at the every footer post?

To add the AddThis icon to the bottom of posts, get into your template editor, tick the "Expand widget template", then look for this line of code:

<p class='post-footer-line post-footer-line-3'/>

Paste directly "Add this Social Booking icon" codes, below the above codes. (see below):

<p class='post-footer-line post-footer-line-3'/>

<!-- AddThis Bookmark Post Button BEGIN -->

<div><a expr:href='"http://www.addthis.com/bookmark.php?pub=dekerinchi&url=" + data:post.url + "&title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'><img alt='AddThis Social Bookmark Button' height='16' src='http://s9.addthis.com/button1-bm.gif' style='border: 0px; padding: 0px' width='125'/></a></div>

<!-- AddThis Bookmark Post Button END -->

</b:includable>
<b:includable id='commentDeleteIcon' var='comment'>
<span expr:class='"item-control " + data:comment.adminClass'>
<a expr:href='data:comment.deleteUrl' title='Delete Comment'>
<span class='delete-comment-icon'> </span>
</a>
</span>
</b:includable>

No comments: