Skip to content

Instantly share code, notes, and snippets.

@mfields
Created February 19, 2013 16:19
Show Gist options
  • Save mfields/4987329 to your computer and use it in GitHub Desktop.
Save mfields/4987329 to your computer and use it in GitHub Desktop.
// It's best to escape the whole url:
// This will also convert the ampersand to an entity.
// esc_url() is for printing to the screen.
// esc_url_raw() is for database saves.
echo '<a href="' . esc_url( 'https://twitter.com/share?url=' . $pxjn_share_url . '&text=' . $pxjn_share_text ) . '"><span class="share tweetthis">Tweet This</span></a>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment