添加 Facebook 分享按钮

发布于 2024-10-21 08:19:17 字数 432 浏览 3 评论 0原文

我正在尝试添加 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半寸时光 2024-10-28 08:19:17

您是否在页面中添加了 fbtags 的 xml 命名空间?

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">

Did you add xml namespace for fbtags into your page?

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
故人的歌 2024-10-28 08:19:17

您好,使用此代码,它将开始工作。

脚本:
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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文