如何使og:图像和og:Facebook的标题刷新

时间:2017-05-31 05:18:54

标签: jquery html facebook caching meta

我想创建一个网站,如果每个人都在Facebook评论中粘贴我的网址,我的网站会在每条评论中显示不同的og:imageog:title

我使用PHP生成了不同的og:imageog:title,每次打开我的网址http://zeemays123.16mb.com/。每次重新加载我的网站时,og:titleog:image的元标记都会更改。但不是在Facebook上。

我想要这样的事情:

enter image description here

我尝试使用此脚本向每个页面加载请求发布到帖子

$.post(
    'https://graph.facebook.com',
    {
        id: 'http://zeemays123.16mb.com/',
        scrape: true
    },
    function(response){
        console.log(response);
    }
);

但仍然无法正常工作。任何帮助将不胜感激

0 个答案:

没有答案