Code: Select all
<fb:comments xid="12345"></fb:comments>
Code: Select all
<fb:comments xid="<? php page_alias() ;?>"></fb:comments>
Thanks,
Paul
Code: Select all
<fb:comments xid="12345"></fb:comments>
Code: Select all
<fb:comments xid="<? php page_alias() ;?>"></fb:comments>
Code: Select all
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:fb="http://www.facebook.com/2008/fbml" >
Code: Select all
<fb:comments xid="{$page_alias}"></fb:comments>
Code: Select all
{literal}
<div id="fb-root"></div>
<__script__>
window.fbAsyncInit = function() {
FB.init({appId: 'put your own appId here', 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>
{/literal}
Code: Select all
<fb:comments xid="{$entry->id}" width="490"></fb:comments>
Code: Select all
{cgfb_init}{cgfb_comments}