Anasayfa » Düzenlemeler » wordpress yazılarına sosyal imleme ikonları eklemek

wordpress yazılarına sosyal imleme ikonları eklemek

wordpress yazılarına sosyal imleme ikonları eklemek Google Buzz Ekle

Wordpress için bu işlemi gören birçok eklenti mevcut. Hepside işlev olarak aynı sadece görünümleri farklıdır. Fakat her özellik için eklenti yüklemekte ayrı bir külfet olduğundan bazı webmasterlar eklentisiz olarak bu işlemi kendileri temalarına uygulamaktadırlar.Bu makalemizde manuel olarak bu işlemi nasıl yapacağınızı anlatıyoruz.

social icons 300x112 wordpress yazılarına sosyal imleme ikonları eklemek

Single.php yada ikonların nerede gösterilmesini istiyorsanız ilgili php dosyasını açıp aşağıdaki kodları ekleyin.

<div >
<ul>
 <li><a rel="nofollow" target="_blank" href="http://wordpressapi.com/feed" title="RSS"><img src="http://wordpressapi.com/files/rss_32.png" title="RSS" alt="RSS"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=<?php the_permalink() ?>&amp;title=<?php echo urlencode(the_title('','', false)) ?>" title="del.icio.us"><img src="http://wordpressapi.com/files/delicious_32.png" title="del.icio.us" alt="del.icio.us"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>&amp;title=<?php echo urlencode(the_title('','', false)) ?>" title="StumbleUpon"><img src="http://wordpressapi.com/files/stumbleupon_32.png" title="StumbleUpon" alt="StumbleUpon"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=<?php the_permalink() ?>&amp;title=<?php echo urlencode(the_title('','', false)) ?>" title="Digg"><img src="http://wordpressapi.com/files/digg_32.png" title="Digg" alt="Digg"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://twitthis.com/twit?url=<?php the_permalink() ?>" title="TwitThis"><img src="http://wordpressapi.com/files/twitter_32.png" title="TwitThis" alt="TwitThis"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://www.mixx.com/submit?page_url=<?php the_permalink() ?>&amp;title=<?php echo urlencode(the_title('','', false)) ?>" title="Mixx"><img src="http://wordpressapi.com/files/mixx_32.png" title="Mixx" alt="Mixx"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=<?php the_permalink() ?>" title="Technorati"><img src="http://wordpressapi.com/files/technorati_32.png" title="Technorati" alt="Technorati"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=<?php the_permalink() ?>&amp;t=<?php echo urlencode(the_title('','', false)) ?>" title="Facebook"><img src="http://wordpressapi.com/files/facebook_32.png" title="Facebook" alt="Facebook"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=<?php the_permalink() ?>&amp;h=<?php echo urlencode(the_title('','', false)) ?>" title="NewsVine"><img src="http://wordpressapi.com/files/newsvine_32.png" title="NewsVine" alt="NewsVine"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=<?php the_permalink() ?>&amp;title=<?php echo urlencode(the_title('','', false)) ?>" title="Reddit"><img src="http://wordpressapi.com/files/reddit_32.png" title="Reddit" alt="Reddit"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=<?php the_permalink() ?>&amp;title=<?php echo urlencode(the_title('','', false)) ?>" title="Google"><img src="http://wordpressapi.com/files/google_32.png" title="Google" alt="Google"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=<?php the_permalink() ?>&amp;title=<?php echo urlencode(the_title('','', false)) ?>&amp;source=<?php bloginfo('pingback_url'); ?>&amp;ary=<?php the_excerpt(); ?>" title="LinkedIn"><img src="http://wordpressapi.com/files/linkedin_32.png" title="LinkedIn" alt="LinkedIn"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://co.mments.com/track?url=<?php the_permalink() ?>&amp;title=<?php echo urlencode(the_title('','', false)) ?>" title="co.mments"><img src="http://wordpressapi.com/files/co.mments.gif" title="co.mments" alt="co.mments"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=<?php the_permalink() ?>&amp;=<?php echo urlencode(the_title('','', false)) ?>" title="YahooMyWeb"><img src="http://wordpressapi.com/files/yahoobuzz_32.png" title="YahooMyWeb" alt="YahooMyWeb"  /></a></li>
 <li><a rel="nofollow" target="_blank" href="mailto:?subject=<?php echo urlencode(the_title('','', false)) ?>&amp;body=<?php the_permalink() ?>" title="E-mail this story to a friend!"><img src="http://wordpressapi.com/files/email_32.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!"  /></a></li>
</ul>
</div>

Son olarakta css dosyanıza aşağıdaki kodları ekleyin

.social_icons{ clear:both; }
.social_icons ul li {float:left; padding-right:8px;}
Tarih : 8 April 2010
Kategori : Düzenlemeler
rss aboneliği

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

wordpress yazılarına sosyal imleme ikonları eklemek için 1 Yorum

  1. [...] This post was mentioned on Twitter by faydaliweb, faydaliweb. faydaliweb said: Yeni Makale: wordpress yazılarına sosyal imleme ikonları eklemek http://bit.ly/dvLyIR [...]

Yorum yapın

Copyright Wordpress | jquery | internet | css | photoshop | seo makaleleri | Powered By WordPress | Yazılar (RSS) | Yorumlar (RSS) Design By Htworks | İletişim / Contact