Skip to content

Instantly share code, notes, and snippets.

@CEscorcio
Created September 8, 2016 18:13
Show Gist options
  • Save CEscorcio/aaa144830cdf92d14b619784ccab79df to your computer and use it in GitHub Desktop.
Save CEscorcio/aaa144830cdf92d14b619784ccab79df to your computer and use it in GitHub Desktop.
Share post in Wordpress
<div id="share-buttons">
<a href="https://www.facebook.com/sharer/sharer.php?u=<?php the_permalink(); ?>&text=<?php the_title(); ?>"><img src="http://alskadehem.se/wp-content/uploads/2014/04/facebook.png" alt="Facebook" /></a>
<a href="http://twitter.com/share?url=<?php the_permalink(); ?>&text=<?php the_title(); ?>" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/twitter.png" alt="Twitter" /></a>
<a href="https://plus.google.com/share?url=<?php the_permalink(); ?>&text=<?php the_title(); ?>" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/google.png" alt="Google" /></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment