Skip to content

Instantly share code, notes, and snippets.

@norcross
Created July 18, 2013 03:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save norcross/6026409 to your computer and use it in GitHub Desktop.
Save norcross/6026409 to your computer and use it in GitHub Desktop.
add twitter handle in Jetpack
<?php
add_filter ( 'jetpack_sharing_twitter_via', 'rkv_jp_twitter_via' );
function rkv_jp_twitter_via() {
return 'YOUR_TWITTER_NAME';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment