Skip to content

Instantly share code, notes, and snippets.

@AaronRutley
Created April 4, 2014 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AaronRutley/9965661 to your computer and use it in GitHub Desktop.
Save AaronRutley/9965661 to your computer and use it in GitHub Desktop.
Share
<ul class="share">
<li><a href="https://www.facebook.com/sharer/sharer.php?u=<?php the_permalink(); ?>" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/intent/tweet?original_referer=<?php the_permalink(); ?>&text=<?php the_field('_yoast_wpseo_title'); ?>&tw_p=tweetbutton&url=<?php the_permalink(); ?>" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=<?php echo $thumb[0]; ?>&description=<?php the_field('_yoast_wpseo_title'); ?>" target="_blank"><i class="fa fa-pinterest"></i></a></li>
<li><a href="https://plus.google.com/share?url=<?php the_permalink(); ?>" target="blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
@AaronRutley
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment