Forum Moderators: goodroi
Currently, for a particular site, there are 8 images available to choose from but none are representative of the sites' content are give a clear image of what's available on the site. So, I've created a thumbnail size screenshot of the site and would like to point the facebook bot (facebookexternalhit/1.0) to that specific image.
Is this possible?
Many thanks
Add the following lines to your sites index file in the <head> tags:
<meta name="medium" content="medium_type" />
<link rel="image_src" href="/path_to/your_chosen_image.jpg" />Note this won't necessarily change the images displayed on existing wall posts and FB emails as the FB bot may not have visited your page, and thus updated the cached image, since you made the changes. However, it should ensure your_chosen_image is used in future posts.
It works for me.