My exact code is:
Code:
<td align="$stylevar[right]"><if condition="$show['pagenav']">$pagenav</if>
<if condition="!in_array($GLOBALS[forumid], array(2, 3, 6, 15, 23, 24, 45))">
<table border="0">
<tr><td>
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="JUOTnet">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</td><td>
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.juot.net/forums/showthread.php$session[sessionurl]?t=$threadid" &show_faces=false&width=350&action=like&colorscheme=dark&height=30" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:350px; height:30px;" allowTransparency="true"></iframe>
</td></tr></table>
</if>
</td>
But I also followed most of the instructions in
this facebook mod as well to get facebook to work right... in general facebook is a major PITA compared to twitter. I basically followed all instructions on the facebook mod but used the iframe instead of the built in like button because it worked for me and after days of messing with it I didn't want to risk it not working... but I think things have been straightened out now and you'd be OK in following the instructions exactly.