Kendim için yaptım sizin de işinizi görecektir...

Kodu temanızın functions.php içerisinde en alta ekleyin

<?php  
add_action( 'add_meta_boxes', 'Gpulus_cagir_add' );  
function Gpulus_cagir_add()  
{  
    add_meta_box( '1', 'Sosyal_Medya', 'Gpulus_cagir_and', 'post', 'normal', 'high' );  
}  
?> 
<?php  
function Gpulus_cagir_and()  
{?> 
<title><?php echo get_the_title(); ?></title>
<link rel="canonical" href="<?php echo get_permalink(); ?>" />
    <script type="text/javascript" src="https://apis.google.com/js/plusone.js">
    </script>

</head>
<body>

<g:plusone></g:plusone>  

<a href="http://www.facebook.com/sharer/sharer.php?s=100&p[url]=<?php echo get_permalink(); ?>&p[title]=<?php echo get_the_title(); ?>&p[summary]=<?php echo get_the_title(); ?>" target="_blank">Facebookta paylaş</a>
<a href="http://twitter.com/home?status=<?php echo get_the_title(); ?> <?php echo get_permalink(); ?>" target="_blank">tweet</a>
<a href="//www.pinterest.com/pin/create/button/?url=<?php echo get_permalink(); ?>&description=<?php echo get_the_title(); ?>" data-pin-do="buttonPin" data-pin-config="none" target="_blank">Pinterest</a>

<?php
} 
add_action( 'publish_post', 'Gpulus_cagir_save' ); 
?>
Konuyu açın ve yayınlayın aşağıda linkleri göreceksiniz tıklayın ekleyin
şimdilik ben G+ FB TW PIN ekledim siz kafanıza göre düzenleyin ekleyin çıkarın

iş gören asıl 2 parametre

<?php echo get_permalink(); ?> = yazınızın urlsi
<?php echo get_the_title(); ?> = yazının başlığı