gpt4 book ai didi

facebook - 添加 facebook like 按钮会创建新页面。可以合并/修复吗?

转载 作者:行者123 更新时间:2023-12-03 06:27:31 25 4
gpt4 key购买 nike

我为我的公司创建了一个 Facebook 页面,并邀请我的 friend 喜欢它。获胜。

现在我想在我公司的外部网站上添加一个“赞”按钮......

  • 我“以页面身份登录”我的公司。

  • 然后我点击了“营销”选项卡 > 添加“点赞”按钮。

  • 使用 Iframe 创建代码。

但是,当我将代码粘贴到我的网站上时,点赞(以及我所有的辛勤工作)就会重新开始。它还在 Facebook 上创建了一个全新的页面...啊。

显然,我可以在新创建的 FB 页面上重新创建我的页面并重新邀请我所有的 friend ,但这会浪费数周的工作并惹恼我已经是伪 friend 的人。在我这样做之前有什么想法吗?

作为引用,这里是类似的 iframe:

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.mywebsite.com&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

打开图表...

<meta property="og:title" content="my title" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.mywebsite.com" />
<meta property="og:image" content="http://www.mywebsite.com/image.png" />
<meta property="og:site_name" content="site name" />
<meta property="fb:app_id" content="xxxxxxxxx" />

最佳答案

您可以将 href 属性更改为您已创建的页面。
您不能在自己的主页上使用 og 标签,但可以使用 Facebook 页面属性。

所以改变

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.mywebsite.com&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F*your facebook page (with escaped slashes and so on)*&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

关于facebook - 添加 facebook like 按钮会创建新页面。可以合并/修复吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5433847/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com