Buttons Untuk Blogger
1) Blogger Dashboard > Design > Edit HTML
2) Tandakah Expand Widget Templates
3) Cari <data:post.body/>
4) Letakkan kod di atas sebelem atau selepas <data:post.body/>. (Sebelum – if you want the button appear before the post. Selepas – if you want the button appear after the post.)
2) Tandakah Expand Widget Templates
3) Cari <data:post.body/>
<script type="text/javascript">
var kartikel_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://kartikel.com/assets/js/button.js"></script>
4) Letakkan kod di atas sebelem atau selepas <data:post.body/>. (Sebelum – if you want the button appear before the post. Selepas – if you want the button appear after the post.)
