[hướngdẫn] Tích hợp Facebook Comment vào Xenforo

  • Thread starter Thread starter THB
  • Ngày gửi Ngày gửi
code của thớt sao thừa 1 thẻ đóng </li> vậy
Dùng code này để comment chỉ hiện ở bài đầu tiên (giảm load trang) và responsive trên mobile
Mã:
<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>
Chuẩn nhất
 
  • Like
Reactions: THB
Tại sao cái fb comment mình cài nó cứ reload liên tục thế nhỉ, có bạn nào biết cách xử lý ko?
 
  • Like
Reactions: THB
em không biết sao 1 web của em cài thì ok một cái khác thì nó bị lạ lắm, vào web thì không hiện comment fb, F5 refrest lại nó lại hiện, nếu khách vào mà xem 1 lần thì coi như không có comment luôn. Em sửa mãi mà không được thành ra đành phải gỡ ra
 
Mình biết lỗi do đâu rồi :'( cái widget "bài mới nhất" nó cứ scroll cái là fb comment nó cũng reload luôn. Mà mình chưa xử lý đc! bạn nào giúp mình vs.
http://xinhtuoi.net
 
đúng rồi trước kia mình cũng bị giờ mới nhớ do wiget nó cứ nhảy làm fb load liên tục sau đó phải loại bỏ hết wiget bài liên quan ở thread_view đi
 
code của thớt sao thừa 1 thẻ đóng </li> vậy
Dùng code này để comment chỉ hiện ở bài đầu tiên (giảm load trang) và responsive trên mobile
Mã:
<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>
code chuẩn nhất đây rồi :))
 
@THB bác cho em hỏi đoạn code này so với code lấy của trang fb plugin nó có khá nhau ko nhỉ, của fb nó chỉ là: <div class="fb-comments" data-numposts="5" </div>
 
Mình làm addons [VNT] Facebook Comment 2.1 dành cho Xenforo 2

facebook-comment-png.2249


facebook-comment-1-jpg.2248
 
Back
Top