Tích hợp Facebook Comment vào Xenforo

  • Thread starter Thread starter PVS
  • Ngày gửi Ngày gửi

PVS

Super Moderator
Thành viên BQT
Facebook comment plugin là một chức năng rất hữu dụng, giúp mọi người có thể bình luận và chia sẻ nội dung trên forum của bạn lên facebook của họ. DLTH sẽ hướng dẫn các bạn cài đặt và sử dụng plugin này.

- Mở template message chèn đoạn code sau vào cuối:
Mã:
<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="http://vnxf.vn/{xen:link threads, $thread}" data-num-posts="10" data-width="678"></div>
</li>

Capture.PNG

Lưu ý: nhớ thay link của bạn & data-width vào code trên cho phù hợp.


Nguồn: dulieutinhoc.com​
 
Back
Top