Re it being slow: Conversation here seems to indicate using the FBML makes it faster than the iframe version:
http://wiki.developers.facebook.com/...Talk:Fb:iframe
It should be possible to change the button to use the iframe though, keeping all the opengraph stuff.
In ogfb_like_showthread, delete everything and replace with this:
Code:
<div style="padding: 5px; border: 1px solid #3F6F81; background: #ffffff; font-size: 10px; width: 300px;">
<iframe src="http://www.facebook.com/plugins/like.php?href=$vboptions[bburl]/showthread.php?t=$thread[threadid]&layout=standard&show_faces=true&width=450&action=like&font&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
</div>
Obviously though, by doing this we lose the app_id detail. Let me know how it works for you.