简体   繁体   中英

facebook sharer.php is not showing image from URL

I m using http://tabbio.com/BarackObama URL to share on facebook http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ftabbio.com%2FBarackObama

but this url is not showing me an image of barak obama in facebook sharer.php page

guide me that if anything missing

thanks in advance

You need to add meta tag og:image with url to image you want to show

 <meta property="og:image" content="http://url.to/image"/>

to head

nawaz,

to share url with specific details you have to use OpenGraph tags http://developers.facebook.com/docs/opengraph/

Then, for debugging, use Facebook url linter http://developers.facebook.com/tools/debug

Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM