Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.06 KB | None | 0 0
  1. <div class="post-share-box share-buttons">
  2.     <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=<?php the_permalink(); ?>"><i class="fa fa-facebook"></i></a>
  3.     <a target="_blank" href="https://twitter.com/intent/tweet?text=Check%20out%20this%20article:%20<?php print solopine_social_title( get_the_title() ); ?>&url=<?php echo urlencode(the_permalink()); ?>"><i class="fa fa-twitter"></i></a>
  4.     <?php $pin_image = wp_get_attachment_url( get_post_thumbnail_id($post->ID)); ?>
  5.     <a data-pin-do="none" target="_blank" href="https://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=<?php echo $pin_image; ?>&description=<?php the_title(); ?>"><i class="fa fa-pinterest"></i></a>
  6.     <a target="_blank" href="https://plus.google.com/share?url=<?php the_permalink(); ?>"><i class="fa fa-google-plus"></i></a>
  7.     <a href="whatsapp://send?text=Check out this article!" data-action="share/whatsapp/share"><i class="fa fa-whatsapp"></i></a>
  8.     <a href="http://www.printfriendly.com/print/?url=<?php the_permalink(); ?>"><i class="fa fa-print"></i></a>
  9.  
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement