Sebelum mulai untuk membuat tutorial ini sobat perlu untuk menyiapkan beberapa hal :
Selanjutnya cari code class='comments'
letakan code dibawah ini tepat dibawah dibawahnya :
Sumber : http://mas-andes.blogspot.com
- Profile_ID (facebook) adalah Profile_ID facebook Anda.
- APP_ID (facebook) adalah Profile_ID dari Fans Page Anda.
- API_Key atau Consumer Key (twitter) adalah ID dari aplikasi twitter - Buat Disini .
<meta content='Profile_ID' property='fb:admins'/>Ganti Profile_ID dengan ID facebook anda, ganti APP_ID dengan aplikasi Facebook fan page anda, dan ganti API_KEY dengan Consume Key yang tadi telah anda buat di Aplikasi Twitter.
<meta content='APP_ID' property='fb:app_id'/>
<script src='http://code.jquery.com/jquery-latest.pack.js'/>
<script src='http://jsblogstop.googlecode.com/svn/commentpages/jsCommentPages.js'/>
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>
<script src='http://jsblogstop.googlecode.com/svn/jstweetbox/v1/jsTweetBox.js'/>
<script src='http://platform.twitter.com/anywhere.js?id=API_KEY&v=1'/>
Selanjutnya cari code class='comments'
letakan code dibawah ini tepat dibawah dibawahnya :
<div class='comments-tab' id='blogger-comments' title='Comments from Blogger'> <data:post.numComments/> CommentsNote untk code berwarna merah silahka anda ganti dengan keinginan anda sendiri tergantung daya tarik sobat sendiri..
</div> <div class='comments-tab' id='twitter-comments' title='Comments with Twitter'> <span class='js-page-tweet-count' expr:href='data:post.url'/> Tweets
</div> <div class='js-default-tab comments-tab' id='fb-comments' title='Comments made on Facebook'> <fb:comments-count expr:href='data:post.url'/> Komentar
</div>
<div class='clear'/>
</div>
<div class='comments-page' id='twitter-comments-page'>
<div id='js-tweet-box'/>
</div>
<div class='comments-page' id='fb-comments-page'>
<b:if cond='data:blog.pageType == "item"'>
<div id='fb-root'/>
<fb:comments expr:href='data:post.url' num_posts='20' width='500'/>
</b:if>
</div>
<div class='comments comments-page' id='blogger-comments-page'>
Sumber : http://mas-andes.blogspot.com
0 Komentar