Fb like button untuk Thesis Blogger dan Wordpress

Fb like button untuk Thesis Blogger dan Wordpress !! Hanya satu step, dan save !! Paling mudah di planet bumi.

Blogger Thesis

<iframe expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=button_count&amp;show_faces=true&amp;width=150&amp;action=like&amp;font=trebuchet+ms&amp;colorscheme=light&amp;height=21&quot;' scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:85px; height:21px;" allowTransparency="true"/>
Dari HTML template Blogger anda, cari kod <g:plusone size='medium'/> . Padam kod <g:plusone size='medium'/> , dan gantikan dengan kod diatas.

Atau anda boleh bermain-main dengan style sendiri mengikut tampilan button-button seperti anda inginkan.

Wordpress Thesis

function fb_like() {
if (is_single()) { ?>
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:60px;"></iframe>
<?php }
}
add_action('thesis_hook_after_post','fb_like');
Masukkan sahaja kedalam file custom_functions.php Thesis anda. Boleh diakses melalui cpanel, atau terus sahaja dari dashboard Wordpress anda.

Notes:
Bagi user Thesis For Blogspot, Jika tak keberatan, mohon gantikan credit link template anda `Get smart with the Thesis Blogger Template from Forblogger.net`. Gantikan <a href='http://www.forblogger.net'>Forblogger.net</a> kepada <a href='http://www.malayatimes.my'>Malayatimes</a>. Kerana Forblogger.net berkurun lamanya sudah dijual kepada pemilik lain. - Thanks
Fb like button untuk Thesis Blogger dan Wordpress

2 comments.. read them below or add one

Ahmad Maryuki Ahmad Maryuki November 04, 2013
tidak bisa dicopy codenya :(
Azzahairi Sulaiman Azzahairi Sulaiman November 14, 2013
This comment has been removed by the author.