Other Không thêm được bình luận facebook

yoyonguyenvn

Private
Tham gia
15/07/2015
Bài viết
45
Được Like
5
Chào các bác em sử dụng theme Nitrogen đã thử chèn code vào template ad_message_below, và cuối tem message đề không hiện ạ các bác cho em biết là sao ko ạ
forum em đây
http://bam.vn/threads/so-tong-dai-ho-tro-mang-fpt-telecom-bao-hong-mat-mang.40106/#post-89291


PHP:
<xen:if is="{$message.isFirst}">
<li id="{$messageId}" class="message {xen:if $message.isDeleted, 'deleted'} {xen:if '{$message.is_admin} OR {$message.is_moderator}', 'staff'} {xen:if $message.isIgnored, ignored}" data-author="{$message.username}"> <div class="comment_fbdiv" ></div> <div id="fb-root"></div> <div class="fb-comments" data-href="{xen:link full:threads, $thread}"  data-num-posts="10" data-width="100%"></div> </li>
</xen:if>
 

Top Bottom