Skip to content

Instantly share code, notes, and snippets.

@pascalmaddin
Created October 16, 2014 14:49
Show Gist options
  • Save pascalmaddin/8dccf1c789a08f44d795 to your computer and use it in GitHub Desktop.
Save pascalmaddin/8dccf1c789a08f44d795 to your computer and use it in GitHub Desktop.
Simple Social Media Sharing Links without Third Party Javascript in WordPress
<!-- Twitter -->
<a href="https://twitter.com/home?status=Your%20custom%20tweet%20with%20blanks.">Share on Twitter</a>
<a href="https://twitter.com/home?status=Check%20out%20this%20article%20by%20@ikalli:%20<?php the_title(); ?> <?php the_permalink(); ?>">Share on Twitter</a>
<!-- Facebook -->
<a href="https://www.facebook.com/sharer/sharer.php?u=http://mydomain.com/articletitle">Share on Facebook</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=<?php the_permalink(); ?>">Share on Facebook</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment