Hello
I want to embed FB like and share button on my webpage.
I get the IFrame code from https://developers.facebook.com/docs/plugins/like-button now the buttons are visible on page.
But i am not able to customize the content to be display on FB user's wall means the image, the content and the title etc.
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&width&layout=standard&action=like&show_faces=true&share=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:80px;" allowTransparency="true"></iframe>
Please guide me how to do that?
Thank you
Go to the complete details ...