PDA

View Full Version : how to change facebook button location ?


livenetc
04-20-2013, 02:09 PM
how to change facebook button location ?

- put the Facebook button here, as pictured
- vbulletin 4.2.0

Lynne
04-20-2013, 02:51 PM
You'll have to preregister the variable fblikebutton for use in the postbit_legacy template and then add in the code for it where you want it:

<vb:if condition="$show['fb_likebutton']">
{vb:raw fblikebutton}
</vb:if>
(Probably even add in a condition to only show that if $post['postcount'] == 1 )