Menampilkan Social Media Sharing Tanpa Plugin

Postingan mengenai tutorial wordpress kali ini akan menyajikan sebuah tutorial cara membuat social media sharing tanpa plugin. Dengan cara ini, tentu bisa menghemat space hostingan Anda daripada memasang plugin yang aneh-aneh. Terlebih metode ini juga bisa menghemat query database WordPress Anda. Tertarik? Berikut adalah tutorialnya... :D

Caranya :
1. Buka file single.php, bisa dari dashboard atau cpanel hosting.
2. Cari kode seperti ini : <?php the_content(); ?>
3. Tambahkan kode berikut ini di bawah kode <?php the_content(); ?>
<b>Share This Post To :</b>
<div style="color: #000000; background: #EDEFF3; border: 1px solid #B6B7B9; padding:4px 0px 4px 15px; margin:4px 0px 4px 0px;">
<a rel="nofollow" href="http://www.lintasberita.com/kirimmedia/url:<?php the_permalink(); ?>" title="Kirim ke Lintas Berita" target="_blank">Lintas Berita</a>   |
  <a rel="nofollow" href="http://www.facebook.com/share.php?u=<?php the_permalink(); ?>&title=<?php the_title(); ?>" title="Share To Facebook" target="_blank">Facebook </a>   |
  <a rel="nofollow" href="http://twitter.com/home?status=<?php the_title(); ?> - <?php the_permalink(); ?>" title="Tweet About It!" target="_blank">Twitter</a>   |  <a rel="nofollow" href="http://digg.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" title="Submit to Digg" target="_blank">Digg</a>   |
  <a rel="nofollow" href="http://technorati.com/faves?add=<?php the_permalink(); ?>" title="Technorati" target="_blank">Technorati</a>   |
  <a rel="nofollow" href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"  title="Stumble It!" target="_blank">Stumbleupon</a>   |
  <a rel="nofollow" href="http://delicious.com/save?url=<?php urlencode(the_permalink()); ?>&amp;title=<?php urlencode(the_title()); ?>" onclick="window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=<?php urlencode(the_permalink()); ?>&amp;title=<?php urlencode(the_title()); ?>', 'delicious', 'toolbar=no,width=550,height=550'); return false;" title="Bookmark this post on delicious">Delicious</a>   |
  <a rel="nofollow" href="http://reddit.com/submit?url=<?php the_permalink(); ?>" title="Submit to Reddit" target="_blank">Reddit</a>   |
<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=<?php the_permalink(); ?>&amp;title=<?php the_title(); ?>&amp;annotation=<?php the_excerpt(); ?>" title="Google Bookmark" target="_blank">Google</a>
</div>
4. Jika di bawah kode <?php the_content(); ?> sudah ada kode lain seperti kode untuk menampilkan related post, random artikel, category dan lain-lain, silahkan anda atur sendiri penempatannya supaya lebih  proporsional.

Semoga postingan ini bermanfaat... :D
Download Kumpulan Soal CPNS

0 komentar:

Posting Komentar