Amigo checa este código a ver si te funciona, has un respaldo de tu archivo original antes de copiarlo..
Insertar CODE, HTML o PHP:
<?php
/* social sharing */
if( meta::logic( $post , 'settings' , 'sharing' ) ){
?> <div class="share">
<a rel="nofollow" href="https://twitter.com/share" class="twitter-share-button" data-url="<?php echo get_permalink( $post -> ID ); ?>" data-text="<?php echo $post -> post_title; ?>" data-count="horizontal">Tweet</a>
<g:plusone size="medium" href="<?php echo get_permalink( $post -> ID ); ?>"></g:plusone>
<a rel="nofollow" href="http://www.facebook.com/share.php?u=<?php the_permalink(); ?>" target="popup"
onClick="window.open(this.href, this.target, 'width=400px,height=400px'); return false;">
Compartir en Facebook
</a>
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode( get_permalink( $post->ID ) ); ?>&layout=button_count&show_faces=false&&action=like&colorscheme=light" scrolling="no" frameborder="0" height="20" width="140"></iframe>
</div>
<?php
}
?>
Avisas si te funciona.....
Saludosssssssssssssssssssss
- - - Actualizado - - -
3.................................