Judul saya


isi halaman

TAG

Menambahkan Tombol Tweet dan Facebook Like di Blogspot

Filled under: , ,



  1. Login ke Bloger
  2. Edit HTML (ojo lali centang expan...)
  3. Cari kode <div class='post-footer'>
  4. Copikan code biru berikut tepat dibawah code di atas

____________________________________________________
<div class='post-footer'>
<div style='float:left;padding:0px;'>
<a class='twitter-share-button' data-count='horizontal' data-via='yulansso' expr:data-text='data:post.title' expr:data-url='data:post.url' href='http://twitter.com/share'>Tweet</a><script src='http://platform.twitter.com/widgets.js' type='text/javascript'/>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;action=like&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;font=arial&amp;colorscheme=dark&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:100px; height:21px;'/>
</div>
____________________________________________________

    5.  Jangan lupa ganti yang berwarna merah dengan nama tweeter kamu.
    6.  Pratinjau dulu sebelum menyimpan
    7.  Simpan / save jika sudah sesuai harapan.

Posted By Putradhinata01.37

Cara Membuat Kotak Komentar Facebook di Blogspot

Filled under: , ,


  1. Login ke Blogger
  2. Masuk Edit HTML (jangan lupa centang expan ... )
  3. Cari code <b:includable id='status-message'>
  4. Copy code yang berwarna biru berikut di atas code </b:includable>
________________________________________________
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<p align='left'><a href='http://sijisatuone.blogspot.com/2013/03/sitemap.html' target='new'><img border='0' height='auto' src='https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-snc7/1714_4060600893342_140543420_n.jpg' width='200'/></a></p>
<div id='fb-root'/>
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>
<fb:comments expr:href='data:post.url' num_posts='11' width='550'/>
</b:if>
</b:includable>
<b:includable id='comment_picker' var='post'>
  <b:if cond='data:post.forceIframeComments'>
    <b:include data='post' name='iframe_comments'/>
    <b:if cond='data:post.showThreadedComments'>
      <b:include data='post' name='threaded_comments'/>
    <b:else/>
      <b:include data='post' name='comments'/>
    </b:if>
  <b:else/>
    <b:if cond='data:post.commentSource == 1'>
      <b:include data='post' name='iframe_comments'/>
    <b:else/>
      <b:if cond='data:post.showThreadedComments'>
        <b:include data='post' name='threaded_comments'/>
      <b:else/>
        <b:include data='post' name='comments'/>
      </b:if>
    </b:if>
  </b:if>
</b:includable>
<b:includable id='status-message'>
____________________________________________________

     5.   Untuk yang berwarna merah boleh diubah sesuai kebutuhan :
           - 11 adalah jumlah komentar yang tampil
           - 550 adalah lebar kotak komentar

Posted By Putradhinata01.08