The FB: comment plugin comes with both a like button and comment box. Does anyone out there know how to remove the like button from the facebook comment plugin?
Tap Edit profile. Under “Public business information,” tap Action buttons. Tap on Active on profile. Select the button you'd like to remove.
I got it working:
To remove (hide) the like-button that comes above the comments-box To hide the Like botton, you will need to add 2 attributes and create a CSS file. 1. simple="1" 2. css="http://yoursitedomainname.com/fb_comments.css"
<fb:comments expr:title='data:post.title'
expr:url='data:post.url' expr:xid='data:post.id' simple='1' css='http://yoursitedomainname.com/fb_comments.css'/>
in the css file add this style code:
div.like, div.like div {display:none;}
If you want you can just link to my hide CSS file: http://www.fileden.com/files/2006/10/3/258652/hidelike.css
Thanks to Gil Goldshlager, original post @ forum.developers.facebook.net/viewtopic.php?id=58903
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With