Created
October 16, 2014 14:49
-
-
Save pascalmaddin/8dccf1c789a08f44d795 to your computer and use it in GitHub Desktop.
Simple Social Media Sharing Links without Third Party Javascript in WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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