ปัญหา Plugin Comment Facebook ขึ้นเตือน This comment has not yet been published to Facebook
ผมนำ Plugin Comment Facebook มาติดที่เว็บไซต์ และสั่งให้ Post to Facebook แต่เมื่อคลิกที่ Comment แล้วกลับขึ้นว่า "This comment has not yet been published to Facebook." ไม่ทราบว่าเป็นเพราะสาเหตุอะไรครับ ทั้งๆ ที่เว็บไซต์อื่นคอมเมนต์ไปแล้วก็ขึ้นตามปกติ
Code (PHP)
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 'xxxxxxxxxxxxxxxxxx',
channelUrl : 'https://www.thaicreate.com',
status : true,
cookie : true,
xfbml : true
});
};
(function(d, debug){
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" + (debug ? "/debug" : "") + ".js";
ref.parentNode.insertBefore(js, ref);
}(document, /*debug*/ false));
</script>
<fb:comments href="https://www.thaicreate.com/php/forum/056813.html" data-num-posts="10" width="725"></fb:comments>
Tag : PHP, CakePHP, Windows
Date :
2013-03-22 23:04:29
By :
chudjane_th
View :
961
Reply :
3
ขอบคุณมากครับท่านแอดมิน สรุปคือ Plugin Comment Facebook ต้องใช้กับ Server จริง ถ้าใช้กับ localhost จะไม่ได้ครับ
Date :
2013-03-25 21:09:51
By :
chudjane_th
จัดไปครับ
Date :
2013-03-26 05:56:14
By :
mr.win
Load balance : Server 03