1

我在我的网站上为新闻页面创建了一个提要对话框,我可以毫无问题地向 FB 分享这个新闻内容,但是一旦在 Facebook 上我想在那里分享它,我就可以从我网站上的一个赞按钮获得图片和描述。

这是从网站分享到 FB 的链接

<a href="https://www.facebook.com/dialog/feed?app_id=145350652325572&link=http://nwheelsandheels.be?page=news&picture=<?php echo $fbpic; ?>&name=<?php echo $rij_news['titel']; ?>&caption=Bekijk dit nieuwe nieuwsbericht op Nwheelsandheels.be&description=<?php echo $mes; ?>&redirect_uri=http://www.nwheelsandheels.be?page=news"><img src = "http://www.nwheelsandheels.be/img/share_button2.png"></a>

第1部分

但是当再次在 FB 上分享时,我会从主页上的点赞按钮获得图片和详细信息。

第2部分

对于我喜欢的按钮,详细信息在元标记中设置,这可能是问题吗(它有不同的应用程序 ID)

    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta property="fb:app_id"          content="190271261128958" /> 
    <meta property="og:type"            content="website" />
    <meta property="og:url"             content="http://www.nwheelsandheels.be" /> 
    <meta property="og:title"           content="N. Wheels and heels" /> 
    <meta property="og:image"           content="http://www.nwheelsandheels.be/img/logofb.png" /> 

欢迎任何帮助,谢谢约翰

4

0 回答 0