Thank you TimberFloorAu and Uberguilds for posting your code. Unfortunately, I couldn't get either to work. I can get the mod to work by itself except everytime I try to exclude forums it doesn't work. I've tried all different ways:
Code:
<!-- Facebook Like -->
<vb:if condition="(THIS_SCRIPT == showthread) && ($post[postcount] == '1') && (in_array($forum[forumid],array(2,3,8,9,13)))">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yourDomain.com/{vb:link thread, {vb:raw thread}}&layout=standard&show_faces=true&width=450&action=like&font=tahoma&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
</vb:if>
<!-- / Facebook Like -->
Code:
<!-- Facebook Like -->
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yourDomain.com/{vb:link thread, {vb:raw thread}}&layout=standard&show_faces=true&width=450&action=like&font=tahoma&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
</vb:if>
</vb:if>
<!-- / Facebook Like -->
I bet I'm doing something simple that's wrong. I just don't see it.