Currently I have facebook like button and facebook comment box enabled on the same page but it's giving me a problem with APP ID. I use the APP ID to moderate the comment box which works nicely but then it causes the news feed of the like action to display strange.
User liked {sample-title} on {application_name}
That is what happens instead of just User liked {sample-title}. I don't want the application name to be displayed for various reasons, such as hovering on it and it gives a Add option... but mainly because the application name is not my site name, etc etc.
I have tried many hours trying to get app ID into the comment box's script instead in order to enable moderate without having to use meta property="fb:app_id" in the header so it won't conflict with the like button. But it seems that the meta property must be present in order for moderate tools to be available.
I'm sure someone has encountered this type of situation before as well? By any chance is it possible to enter some parameter so that the news feed for the like action doesn't display the application_name?
This is the code i'm using for my like button.
<iframe src="http://www.facebook.com/plugins/like.php?app_id=&href='+erl+'&send=false&layout=button_count&width=100&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"> </iframe>