Spaice
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Thanks Tim,
I’ve had a look and can’t see anything in the logs (but I’m a novice) – is there something in particular I should be looking for?
Thanks.
Forum: Fixing WordPress
In reply to: Add "via @username" to Tweet button? Using JetPack for WordPressDoes anyone have a solution to the other part of the original post – i.e. shorterned url in the tweet? Can we somehow use the wp.me shortlink?
Forum: Fixing WordPress
In reply to: Add @username to Tweet button?Forum: Fixing WordPress
In reply to: Add "via @username" to Tweet button? Using JetPack for WordPressI found a workaround in line 331 of sharing-sources.php, i don’t know how to do this through my theme though. Anyone know the answer?:
Original:
function sharing_twitter_via( $post ) { // Allow themes to customize the via return apply_filters( 'jetpack_sharing_twitter_via', '', $post->ID ); }New (Twitter name where I have put “USERNAME” but no @ sign:
function sharing_twitter_via( $post ) { // Allow themes to customize the via return apply_filters( 'jetpack_sharing_twitter_via', "USERNAME", $post->ID ); }
Viewing 4 replies - 1 through 4 (of 4 total)