
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.
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() ?>&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() ?>&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&url=<?php the_permalink() ?>&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() ?>&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() ?>&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&save?u=<?php the_permalink() ?>&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() ?>&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&bkmk=<?php the_permalink() ?>&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&url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>&source=<?php bloginfo('pingback_url'); ?>&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() ?>&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() ?>&=<?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)) ?>&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;}
[...] 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 [...]