for the fb like button
<br />
<iframe src="http://www.facebook.com/plugins/like.php?href=<{$xoops_url}>/modules/publisher/item.php?itemid=<{$item.itemid}>&send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true">iframe>
and this code for comments in publisher_item.html right below <{$item.maintext}>
<div id="fb-root">div>
<script src="http://connect.facebook.net/en_US/all.js#appId=YOURID&xfbml=1">script>
<fb:comments xid="publisher<{$item.itemid}>" url="<{$xoops_url}>/modules/publisher/item.php?itemid=<{$item.itemid}>" title="<{$item.title}>" numposts="10" width="640" publish_feed="true">fb:comments>
** YOURID is website id
the status right now
1. Like Button - Working but the feed that appeared in my fb wall - the url of article is pointing to the right article but the title and description of the feed shows the title and description of my main page instead of the my publisher article title and desc
in the publisher article submission form i have make sure that i filled up the meta keywords and also the description..but still same problem...when i view source for my article ..my meta keywords and desc is displayed correctly
2. Comment Button - Working as expected - url, title, are correct
Help..what im doing wrong ? im using the latest publisher frm SVN
p/s: I hate fb but my sites users insist this function...lol