Ayuda con plugin de compartir para sitio web WordPress

  • Autor Autor blogsod
  • Fecha de inicio Fecha de inicio
B

blogsod

ando buscando un plugin para sitio web en wordpress
o algo similar simple
 
PHP:
<div class="share-post">
     <a href="https://www.facebook.com/sharer/sharer.php?u=<?php the_permalink(); ?>" class="facebook" target="_blank">
        <i class="fab fa-facebook"></i> Facebook
    </a>
    <a href="https://twitter.com/intent/tweet?url=<?php the_permalink(); ?>&text=<?php the_title_attribute(); ?>%20por%20@TU-USUARIO" class="twitter" target="_blank">
        <i class="fab fa-twitter"></i> Twitter
    </a>
    <?php //Obtenemos la URL de la imagen destacada
 $pin_imagen = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large' ); ?>
 
    <a href="https://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=<?php echo $pin_imagen[0]; ?>" class="pinterest" target="_blank">
        <i class="fab fa-pinterest"></i> Pinterest
    </a>
</div> <!-- /. share-post -->

CSS:
   .share-post .facebook {
        color: #3b5998;
    }
 
    .share-post .twitter {
        color: #55acee;
    }
 
    .share-post .pinterest {
        color: #cc2127;
    }
 
Ahora muchos themes ya vienen con botones responsive para compartir..es raro ver que unos no tengan la opción. Puedes ussr.los de addthis o ShareThis.y evitar mas plugins