Ben php çalışıyorum ... ben javascript sdk'sını aşağıdaki gibi ... benim kod kullanılarak gibi-box facebook görüntülemek istiyorsanız:
in layout.php-
<script >
window.fbAsyncInit = function() {
FB.init({appId: appId , status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script'); e.async = true;
e.src = document.location.protocol +
'//connect.facebook.net/en_US/all.js';
document.getElementById('fb-root').appendChild(e);
}());
</script>
php dosyasında:
<fb:like-box profile_id=ID width="315" height="275" connections="10" stream="false" header="false" ></fb:like-box >
Bu kod ile i mozilla kutusu gibi görebilirsiniz ama IE'de ... Ayrıca ben fb için "Tanımsız Tag" olarak uyarı alıyorum değil: like-box ...
... Bu peşin Teşekkür Lütfen bana yardım edin ...