Alıntı
<fb:comments xid="170450416317074" width="450"></fb:comments>
olan kısımda xid tamamen silin
Alıntı
<fb:comments width="450"></fb:comments>
sayfa urlsine göre otomatik olarak yorumlarınızı ayıracaktır.
Edit:
Alıntı
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: '170450416317074', status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script');
e.type = 'text/javascript';
e.src = document.location.protocol +
'//connect.facebook.net/tr_TR/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>
kodunu sayfanın başına değil, yorum kodunuzun üzerine koyacaksınız.
aşağıdaki gibi
Alıntı
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: '170450416317074', status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script');
e.type = 'text/javascript';
e.src = document.location.protocol +
'//connect.facebook.net/tr_TR/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>
<fb:comments width="450"></fb:comments>