Facebook OG tags Not Working

此生再无相见时 提交于 2019-11-30 12:23:27
Ranveer

Check out this link: http://developers.facebook.com/tools/debug

Input your url or og tag here to get if there is something wrong with your markup.

The og:url is the url to the object.

For eg, if your object url is http://yoursite.com/object.php, then the same should be your og:url

You should include prefix in html tag:

<html prefix="og: http://ogp.me/ns#">

A possible problem would be that your image does not meet the minimum 200px by 200px size. Try to resize your photo to meet these requirements,which actually worked in my case.

Hope this helps.

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