I implemented the Facebook like button in our website,but when the like button is clicked, content posted to the wall,but the image in the page is not posted to the wall and also the title.I tried using the Open Graph Protocol too.But it is still not posting the image.Where am I going wrong? I would like to implement the like button as it is here http://www.bjsbrewhouse.com/menus/shareable-appetizers
<meta property="og:title" content="Text-General" />
<meta property="og:image" content="http://website.com/img/general.jpg" />
It’s possible that Facebook has cached your page’s Open Graph data before you updated the OG tags to display the image. Use Facebook’s Debug/Lint tool: https://developers.facebook.com/tools/debug
Change the URL that you submit to the linter with a query parameter (e.g. http://yourdomain.com/path/to/like/page?=v2) and it will treat is as a new URL and display the most current Open Graph data from your page.
If that doesn’t work, repost with the OG tags you have on the page and I’d be happy to take a look!