I like the FB & Tweet button integrated along with the URLs on Digitalpoint forums. If anyone wants to use these buttons here's the code you should put -
Admincp -> Style Manager -> "Edit Templates" -> "Navigation/Breadcrumbs Templates" -> "Navbar Link" ->
Make sure you change the "data-via" = "crazyengineers" with your twitter account name.Code:<vb:if condition="$show['breadcrumb']"> <li class="navbit"><a href="{vb:raw nav_url}">{vb:raw nav_title}</a></li> <vb:else /> <li class="navbit lastnavbit"><span>{vb:raw nav_title}</span> <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="crazyengineers">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like layout="button_count" show_faces="true" width="450" font="verdana"></fb:like> </li> </vb:if>
Problem I'm facing:
The tweet and like count displayed is not correct. I don't know why. Looks like many others are facing similar problem.
Can someone provide a fix?


LinkBack URL
About LinkBacks





Reply With Quote
