Advertisement
alexmoyler

Untitled

Jun 29th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.83 KB | None | 0 0
  1. <section>
  2.     <h4>Share this!</h4>
  3.     <ul class="social">
  4.         <li><a href="https://twitter.com/intent/tweet?text=<?php echo urlencode(wp_strip_all_tags(get_the_title($post->ID), ENT_COMPAT, 'UTF-8')); ?>&url=<?php echo urlencode(html_entity_decode(get_permalink($post->ID), ENT_COMPAT, 'UTF-8'));?>&via=thealexmoyler">tweet</a></li>
  5.         <li><a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo urlencode(html_entity_decode(get_permalink($post->ID), ENT_COMPAT, 'UTF-8'));?>">share</a></li>
  6.         <li><a href="https://uk.pinterest.com/pin/create/button/?url=<?php echo urlencode(wp_strip_all_tags(get_the_title($post->ID), ENT_COMPAT, 'UTF-8')); ?>&media=<?php echo(wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' )[0]); ?>&description=<?php echo wp_strip_all_tags(get_the_title($post->ID)); ?>">pin</a></li>
  7.     </ul>
  8. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement