Title: Adding Twitter Usernames
Last modified: August 21, 2016

---

# Adding Twitter Usernames

 *  Resolved [fouldsy99](https://wordpress.org/support/users/fouldsy99/)
 * (@fouldsy99)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/adding-twitter-usernames/)
 * How can I add the author’s twitter account next to the authors name on post pages
   where it says who the article is written by?
 * I would like to display their twitter [@username](https://wordpress.org/support/users/username/)
   next to the authors name?
 * Regards
 * [http://wordpress.org/plugins/twitter-cards/](http://wordpress.org/plugins/twitter-cards/)

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

 *  Plugin Author [Niall Kennedy](https://wordpress.org/support/users/niallkennedy/)
 * (@niallkennedy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/adding-twitter-usernames/#post-4563918)
 * See the “How do I add my Twitter account?” section of the FAQ:
    [http://wordpress.org/plugins/twitter-cards/faq/](http://wordpress.org/plugins/twitter-cards/faq/)
 *  Thread Starter [fouldsy99](https://wordpress.org/support/users/fouldsy99/)
 * (@fouldsy99)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/adding-twitter-usernames/#post-4563930)
 * The code below only pick specified twitter, how about for those users that have
   included their twitter account on their profile.
 * Does it automatically add their twitter account?
 *     ```
       function twitter_custom( $twitter_card ) {
           if ( is_array( $twitter_card ) ) {
               $twitter_card['creator'] = '@niall';
               $twitter_card['creator:id'] = '1085';
           }
           return $twitter_card;
       }
       ```
   

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

The topic ‘Adding Twitter Usernames’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/twitter-cards.svg)
 * [Twitter Cards](https://wordpress.org/plugins/twitter-cards/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twitter-cards/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twitter-cards/)
 * [Active Topics](https://wordpress.org/support/plugin/twitter-cards/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twitter-cards/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twitter-cards/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [fouldsy99](https://wordpress.org/support/users/fouldsy99/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/adding-twitter-usernames/#post-4563930)
 * Status: resolved