ONLY DISPLAY IN CERTAIN FORUMS
29 and
133 being the forum ids you want this to show in.. more forums would be 29,44,123,49 etc
its not $forum[forumid] its $thread[forumid]
Code:
<vb:if condition="in_array($thread['forumid'],array(29,133))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yoursite.com/{vb:link thread, {vb:raw thread}}&layout=standard&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:30px"></iframe>
<!-- / Facebook Like -->
</vb:if>
</vb:if>