Blogger Hack add Tooltip to Blogger

Digg this

Blogger Hack that add a Tooltip to the Labels-links.When you Hover your mouse pointer over the link in your posts footer,It will show Tooltip Saying "More posts on this topic".To Insert this ToolTipAdd below code anywhere in yours template in between <body>Tag.Remember To Expand Template before Insering below code. :)

<span class='post-labels'>
<b:if cond='data:post.labels'>
<data:postLabelsLabel/>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' title='More posts on this topic' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
</b:if>
</span>

If any problem Fell Free To Comment Me Back. :)

Related Posts by Categories



Widget by Scrapur | Scrap Book

0 comments: