|
Like button của FaceBook giống như thank button của vBulletin Board, không chỉ có thế mà nó còn mạnh hơn nhiều lần. Nếu bạn của bạn thích 1 bài viết hay trên website và chia sẻ trên wall bằng cách click nhẹ vào Like button xinh xắn là rất nhiều người trong friendlist, fanlist cũng sẽ tìm đến link hữu ích ấy.
Để tích hợp like button vào Discuz! bạn làm rất đơn giản.
1. Đối với các phiên bản Discuz! 6.x Discuz! 7.x
Open file :Find:- <h1>$thread[subject]</h1>
Sao chép mã Add the following code:- <!-- Facebook Share and Like button (c) Vic.0 @Netdepviet.org !-->
- <div style="margin-bottom:5px"><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="{$boardurl}thread-$tid-1-1.html" show_faces="true" width="280" font="tahoma"></fb:like></div>
- <!--- Facebook Share and Like button (c) Vic.0 @Netdepviet.org --->
Sao chép mã DOne !
2. Discuz! X1.0 hoặc X 1.5
Open file:Find:- [{lang copy_link}]</a>
- <!--{/if}-->
- </h1>
Sao chép mã Add the following code:- <!-- Facebook Share and Like button (c) Vic.0 @Netdepviet.org !-->
- <div style="margin-bottom:5px"><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="{$_G[siteurl]}forum.php?mod=viewthread&tid=$_G[tid]$fromuid" show_faces="true" width="280" font="tahoma"></fb:like></div>
- <!--- Facebook Share and Like button (c) Vic.0 @Netdepviet.org --->
Sao chép mã Enjoy!!
|
|