gpt4 book ai didi

javascript - Facebook 的问题,例如按钮、XFBML、动态 URL?

转载 作者:行者123 更新时间:2023-11-30 13:13:30 25 4
gpt4 key购买 nike

所以我一直无法让我的 facebook 之类的按钮正常工作。我试图将它们放在许多页面上,而不必每次都在代码段的“href”字段中输入 url。我试过使用 js 动态更改 href 参数,但是当我单击“喜欢”按钮时,它没有通过——也就是没有发布到我的 facebook。这是代码:

<script>
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : '456678891040542', // App ID from the App Dashboard
channelUrl : '//WWW.UNICONUTRITION.COM/channel.html', // Channel File for x-domain communication
status : true, // check the login status upon init?
cookie : true, // set sessions cookies to allow your server to access the session?
xfbml : true // parse XFBML tags on this page?
});

// Additional initialization code such as adding Event Listeners goes here

};

// Load the SDK's source Asynchronously
(function(d){
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));
</script>


<li class="sloo"><fb:like id="fb" href="www.asdf.com" layout="box_count"></fb:like>

</li>

<script type="text/javascript">
var sUrl = window.location;
document.getElementById('fb').setAttribute('href', sUrl);
</script>

最佳答案

只需删除 href 属性,SDK 将自动使用当前页面的 URL。

关于javascript - Facebook 的问题,例如按钮、XFBML、动态 URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12966337/

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