gpt4 book ai didi

facebook - fb 喜欢按钮代码不起作用

转载 作者:搜寻专家 更新时间:2023-10-31 08:34:57 24 4
gpt4 key购买 nike

我已经尝试了所有用于插入代码的选项以在客户网站上获取类似 facebook 的按钮,但它没有显示,任何人都可以帮助我提供一个简单的代码来使按钮正常工作,喜欢的链接是 nnacanada

最佳答案

首先您必须创建一个应用程序以获取应用程序ID

https://developers.facebook.com/apps

其次,您必须在此处为您的赞按钮生成代码:https://developers.facebook.com/docs/reference/plugins/like/或使用以下代码:

你需要像这样放置你的 html 标签:

<html lang="pt" xmlns:fb="http://www.facebook.com/2008/fbml">

<body> 之间和 </body>你需要输入以下代码

<fb:like href="http://www.your.page.url" layout="standard" show-faces="true" send="true" width="450" action="like" colorscheme="light"></fb:like>



<!-- Facebook -->
<div id="fb-root"></div>
<script type="text/javascript">
window.fbAsyncInit = function() {
FB.init({appId: 'your-facebook-app-id', status: true, cookie: true, xfbml: true});
};
(function() {
var e = document.createElement('script');
e.type = 'text/javascript';
e.src = document.location.protocol + '//connect.facebook.net/pt_PT/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>

不要忘记用正确的值替换“http://www.your.page.url”和“your-facebook-app-id”。

关于facebook - fb 喜欢按钮代码不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13956518/

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