Facebook can't access my web app image

走远了吗. 提交于 2019-12-11 23:38:52

问题


i try to share a link from the web app which i am making.

But facebook can't access my web app's image .

is there any solution to fix this?


回答1:


Since you didn't provide much information, these are some tips:
Use the full list of Open Graph Meta Tags:

  • og:title - The title of the entity.
  • og:type - The type of entity. You must select a type from the list of Open Graph types.
  • og:image - The URL to an image that represents the entity. Images must be at least 50 pixels by 50 pixels. Square images work best, but you are allowed to use images up to three times as wide as they are tall.
  • og:url - The canonical, permanent URL of the page representing the entity. When you use Open Graph tags, the Like button posts a link to the og:url instead of the URL in the Like button code.
  • og:site_name - A human-readable name for your site, e.g., "IMDb".
  • fb:admins or fb:app_id - A comma-separated list of either the Facebook IDs of page administrators or a Facebook Platform application ID. At a minimum, include only your own Facebook ID.

After adding the Meta Tags, run the website again in the URL Linter to clear the Facebook caching.



来源:https://stackoverflow.com/questions/5291462/facebook-cant-access-my-web-app-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!