This is a discussion on Heart before the "Like" postbit within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi everybody, There's a tutorial to add the vbseo heart before the "likes" in postbit_legacy? I Mean: Thanks in advance...
You can try adding the img src path to the phrase for like in the phrase system, but this may list it in other areas as well.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks for your reply, not there's something that should be possible to add in the additional CSS just for postbit?
Adding the img in the phrase, wher it will be showed too?
For example, in the template vbseo_likeshare , if i'll add something of similar:
Replaced inHTML Code:<vb:if condition="!$own_content && $show['member']"> <li class="vbseo_like"><a href="#" onclick="return false" class="vbseo_like_link"><vb:if condition="$own_liked">{vb:phrase vbseo_unlike}<vb:else />{vb:phrase vbseo_like}</vb:if></a></li> </vb:if>
It wont be a good solution?HTML Code:<vb:if condition="!$own_content && $show['member']"> <li class="vbseo_like"><a href="#" onclick="return false" class="vbseo_like_link"><img src="http://myforum.net/forum/images/misc/heart.png"><vb:if condition="$own_liked">{vb:phrase vbseo_unlike}<vb:else />{vb:phrase vbseo_like}</vb:if></a></li> </vb:if>
Sure, you could do that as well.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!