Thanks, I added this code:
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.npac.ca/2010/{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}&layout=button_count&show_f aces=false&width=450&action=like&color scheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:30px"></iframe>
<!-- / Facebook Like -->
in: vbcms_content_article_page
after: <vb:if condition="$comment_block"> ... </vb:if>
Example:
http://npac.ca/2010/content.php/121-QA-with-Rod-MacIvor
I click like, it shows up with the proper article title on my Facebook profile, however it links to the corresponding forum post for the article:
http://www.npac.ca/2010/showthread.p...th-Rod-MacIvor
The 'like' does appear in both the forum post and article though.
How can I make it link straight back to the article? I'm not familiar with the {vb:link} stuff, so I don't really know what else to try instead.
Thanks again for your help!