|
Facebook is the largest community now. Our webmasters staff must intergrate facebook stream into website. If you're using discuz, here is your right way to change:
File to edit:- template/default/forum/viewthread_node_body.htm
Sao chép mã Find:- <!--{if !empty($lastmod['modaction'])}--><div class="modact"><a href="forum.php?mod=misc&action=viewthreadmod&tid=$_G[tid]" title="{lang thread_mod}"><!--{if $lastmod['modactiontype'] == 'REB'}-->{lang thread_mod_recommend_by}<!--{else}-->{lang thread_mod_by}<!--{/if}--></a></div><!--{/if}-->
Sao chép mã Insert bellow:
- <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 = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=526519957444388";
- fjs.parentNode.insertBefore(js, fjs);
- }(document, 'script', 'facebook-jssdk'));</script>
- <div class="fb-comments" data-href="{$_G[siteurl]}forum.php?mod=viewthread&tid=1" data-numposts="5" data-colorscheme="light"></div>
Sao chép mã |
|