gpt4 book ai didi

facebook 喜欢按钮评论框不会在提交时关闭,并且不会发布任何内容

转载 作者:行者123 更新时间:2023-12-02 05:02:42 26 4
gpt4 key购买 nike

尝试将 facebook 社交按钮插件与评论框集成。喜欢/不喜欢功能运行良好,它正确反射(reflect)在我在 Facebook 上的事件日志中。但是,一旦我在评论框中输入评论并单击“发布到 facebook”,什么也没有发生!提交时评论框不会关闭,时间轴上也不会发布任何内容。

我可以在 Firefox 调试器中看到发布请求。 Facebook 调试器不报告页面上的任何错误,并提取元标记。

请参阅下面的代码:我做错了什么或遗漏了什么?

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">

<meta property="og:title" content="mytitle" />
<meta property="og:description" content="mydescription" />
<meta property="og:type" content="website" />
<meta property="og:url" content="<?php echo $this->baseUrl(); ?>/welcome"/>
<meta property="og:image" content="<?php echo $this->baseUrl(); ?>/images/screen_shot_general.jpg" />
<meta property="og:site_name" content="myname" />
<meta property="fb:app_id" content="xxxxxxxxx" />

</head>
<body>
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 'xxxxxx', // App ID
channelUrl : '<?php echo $this->baseUrl(); ?>/channel.html', // Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});

// Additional initialization code here

};


// Load the SDK 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>

<div class="fb-like" data-href="<?php echo $this->baseUrl(); ?>" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-font="lucida grande"></div>

最佳答案

这可能只是一个 Facebook 插件错误,影响插件的不是您的代码,因为它是在 iframe 中加载的。你还有问题吗?如果你是,最好report the bug to Facebook或者查看是否存在与该问题相关的现有错误。

关于facebook 喜欢按钮评论框不会在提交时关闭,并且不会发布任何内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14867127/

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