Facebook Post Link Image

后端 未结 12 906
孤独总比滥情好
孤独总比滥情好 2020-12-02 03:57

When someone posts a link on facebook, a script usually scans that link for any images, and displays a quick thumbnail next to the post. For certain URLs though (including m

相关标签:
12条回答
  • 2020-12-02 04:11

    I've noticed that Facebook does not take thumbnails from websites if they start with https, is that maybe your case?

    0 讨论(0)
  • 2020-12-02 04:12

    had the same problem and figured out that my head closing tag was in the wrong place

    0 讨论(0)
  • 2020-12-02 04:13

    Actually, if you've already tried linking that page on Facebook BEFORE adding the "image_src" link, Facebook will keep using the old cached copy and not even see your changes. Try modifying the URL by removing or adding the 'www', or duplicate your page to test it.

    0 讨论(0)
  • 2020-12-02 04:18

    Old question but recently I seemed to be running into same issue with thumbnail images from my link not showing in status updates on Facebook. I post for many clients and this is relatively new.

    FB doesn't seem to like long URLs anymore — if you use a URL shortener such as goo.gl or bitly.com, the thumbnail from your link/post will appear in your FB update.

    0 讨论(0)
  • 2020-12-02 04:20

    try this: http://www.ehow.com/how_4938148_thumbnail-show-up-facebook-share.html

    0 讨论(0)
  • 2020-12-02 04:21

    Use the facebook lintter available here. http://developers.facebook.com/tools/lint/

    This will check your link and re fetch any images. this also clears any old cache.

    Or try this - https://developers.facebook.com/tools/debug

    0 讨论(0)
提交回复
热议问题