Add via @username
-
Hello, is there any way i can add “via @username” to the twitter button. I was looking around and i found a code that works only for the jetpack social plugin. What modification can i make to this code so it works with kebo Social plugin?
// Add Twitter @username to Jetpack Sharing // from https://wpspeak.com/adding-twitter-handle/ function jps_add_twitterhandle_via() { return 'username'; } add_filter ( 'jetpack_sharing_twitter_via', 'jps_add_twitterhandle_via' );
- The topic ‘Add via @username’ is closed to new replies.