Title: Spaice's Replies | WordPress.org

---

# Spaice

  [  ](https://wordpress.org/support/users/spaice/)

 *   [Profile](https://wordpress.org/support/users/spaice/)
 *   [Topics Started](https://wordpress.org/support/users/spaice/topics/)
 *   [Replies Created](https://wordpress.org/support/users/spaice/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/spaice/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/spaice/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/spaice/engagements/)
 *   [Favorites](https://wordpress.org/support/users/spaice/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Update 1.8.3 taking over 20 mins](https://wordpress.org/support/topic/update-183-taking-over-20-mins/)
 *  Thread Starter [Spaice](https://wordpress.org/support/users/spaice/)
 * (@spaice)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/update-183-taking-over-20-mins/#post-3141615)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add "via @username" to Tweet button? Using JetPack for WordPress](https://wordpress.org/support/topic/add-via-username-to-tweet-button-using-jetpack-for-wordpress/)
 *  [Spaice](https://wordpress.org/support/users/spaice/)
 * (@spaice)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/add-via-username-to-tweet-button-using-jetpack-for-wordpress/page/2/#post-2495658)
 * Does 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add @username to Tweet button?](https://wordpress.org/support/topic/add-username-to-tweet-button-1/)
 *  [Spaice](https://wordpress.org/support/users/spaice/)
 * (@spaice)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/add-username-to-tweet-button-1/#post-2496335)
 * Look at [http://wordpress.org/support/topic/add-via-username-to-tweet-button-using-jetpack-for-wordpress?replies=19#post-3286875](http://wordpress.org/support/topic/add-via-username-to-tweet-button-using-jetpack-for-wordpress?replies=19#post-3286875)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add "via @username" to Tweet button? Using JetPack for WordPress](https://wordpress.org/support/topic/add-via-username-to-tweet-button-using-jetpack-for-wordpress/)
 *  [Spaice](https://wordpress.org/support/users/spaice/)
 * (@spaice)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/add-via-username-to-tweet-button-using-jetpack-for-wordpress/page/2/#post-2495657)
 * I 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)