我的页面上有一个facebook分享按钮,按钮效果很好,但是在使用按钮共享后,它共享了按下按钮的页面。
我已将以下元信息添加到所有页面。
<meta property="og:title" content="my-title"/>
<meta property="og:description" content="description"/>
<meta property="og:image" content="my image"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://example.com"/>
<meta property="og:site_name" content="hello world"/>
正如您在上面所见,我想分享www.example.com链接,但如果在www.example.com/pageone.php上按下按钮,它将共享该链接。
我在这里错过了什么吗?
答案 0 :(得分:1)
您可以在官方Facebook开发者文档中找到有关分享按钮的信息: https://developers.facebook.com/docs/plugins/share-button
您必须将Javascript代码包含在facebook JS SDK中,然后您将使用DIV放置该按钮。
此致 马修