添加 Facebook 分享按钮
我正在尝试添加 Facebook 共享按钮以共享我的 Facebook 应用程序中的链接。
我的应用程序中有以下代码:
<fb:share-button class="meta">
<meta name="medium" content="mult"/>
<meta name="title" content="my content"/>
<meta name="description" content="some content"/>
<link rel="image_src" href="url to image location" />
<link rel="target_url" href="mylink"/>;
</fb:share-button>
I'm trying to add a facebook share button to share a link in my facebook application.
I have the following code in my application:
<fb:share-button class="meta">
<meta name="medium" content="mult"/>
<meta name="title" content="my content"/>
<meta name="description" content="some content"/>
<link rel="image_src" href="url to image location" />
<link rel="target_url" href="mylink"/>;
</fb:share-button>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否在页面中添加了 fbtags 的 xml 命名空间?
Did you add xml namespace for fbtags into your page?
您好,使用此代码,它将开始工作。
脚本:
stLight.options({发布者:'a6a03b49-3e57-4d13-97cc-d54044e09dc5'});
按钮代码:
根据您的项目更改链接。首先在新文件中尝试一下。
Hi use this code and it will start working.
Script:
stLight.options({publisher:'a6a03b49-3e57-4d13-97cc-d54044e09dc5'});
Button Code:
Change Link according to your project. First try it in new file.