Control the image that facebook shows when I like a URL [duplicate]
Possible Duplicate:
How does Facebook Sharer select Images?
As the owner of t开发者_StackOverflow社区he page being liked, is there anyway to control the url that shows up on the wall of people who like my page?
See the above image? Like a blog post on this page: www.sunlitehardware.com.au and you will note that the "thrifty link" logo, found in the bottom right hand corner of the website, is displayed (as shown in the picture above). I want to change that to a sunlite hardware logo.
You can use the meta tag to tell which image to show on your post to your wall:
<meta property="og:image" content="(your image link)"/>
Related Articles:
http://bobbelderbos.com/2011/03/facebook-like-button-right-image/
http://developers.facebook.com/docs/reference/plugins/like/
精彩评论