 |
|
ผมนำ 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 :
985 |
Reply :
3 |
|
 |
 |
 |
 |
|
|
|
 |