secpol
MasterCorporal
- Tham gia
- 10/06/2016
- Bài viết
- 223
- Được Like
- 135
B1: Vào Template PAGE_CONTAINER tìm:
Chèn vào phía dưới:
B2: Vào template thread_view tìm:
Chèn vào phía dưới:
Note: thay FB_ID bằng ID của bạn lấy từ https://developers.facebook.com/apps
Mã:
<body data-template="{$template}">
Chèn vào phía dưới:
Mã:
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/vi_VN/sdk.js#xfbml=1&version=v2.12&appId=FB_ID&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
B2: Vào template thread_view tìm:
Mã:
<xf:ad position="thread_view_below_messages" arg-thread="{$thread}" />
Chèn vào phía dưới:
Mã:
<!-- comment fb -->
<div class="block-container">
<h3 class="block-header">
Bình luận bằng Facebook
</h3>
<div class="fb-comments" data-href="{{ link('full:threads', $thread) }}" data-width="100%" data-numposts="10" data-order-by="social" data-colorscheme="light"></div>
</div>
<!-- end comment fb -->
Note: thay FB_ID bằng ID của bạn lấy từ https://developers.facebook.com/apps
Sửa lần cuối:
Bài viết liên quan
Được quan tâm
Bài viết mới