Title: Show author names
Last modified: August 21, 2016

---

# Show author names

 *  Resolved [Marcel Bootsman](https://wordpress.org/support/users/mbootsman/)
 * (@mbootsman)
 * [13 years ago](https://wordpress.org/support/topic/show-author-names/)
 * Thanks for this really simple and good plugin.
 * Is it possible to show the author names of tweets that make it to a feed?
    If
   so, how ? 🙂
 * [http://wordpress.org/extend/plugins/tweeple/](http://wordpress.org/extend/plugins/tweeple/)

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

 *  Plugin Author [Jason](https://wordpress.org/support/users/themeblvd/)
 * (@themeblvd)
 * [13 years ago](https://wordpress.org/support/topic/show-author-names/#post-3922833)
 * Hello,
 * I started a Wiki for customizations, but haven’t had a chance to really get to
   finishing it. But there is really a lot you can do here.
 * [https://github.com/themeblvd/Tweeple/wiki](https://github.com/themeblvd/Tweeple/wiki)
 * In the default template function for displaying Tweets, the part that displays
   the “meta” info below each Tweet is a hooked function that you can modify, and
   I actually a function in the plugin that displays a little more info, not being
   used, that you can hook in.
 * So, from your own plugin file or theme’s functions.php, you can utilize this 
   already existing function like this:
 *     ```
       remove_action( 'tweeple_tweet_meta', 'tweeple_tweet_meta_default' );
       add_action( 'tweeple_tweet_meta', 'tweeple_tweet_meta_fancy' );
       ```
   
 *  Thread Starter [Marcel Bootsman](https://wordpress.org/support/users/mbootsman/)
 * (@mbootsman)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/show-author-names/#post-3922852)
 * Thanks!
 *  [cwulff](https://wordpress.org/support/users/cwulff/)
 * (@cwulff)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/show-author-names/#post-3922913)
 * Is this still true? I added the remove and add actions and it didn’t seem to 
   make any difference.
 *  Plugin Author [Jason](https://wordpress.org/support/users/themeblvd/)
 * (@themeblvd)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/show-author-names/#post-3922916)
 * >  Is this still true? I added the remove and add actions and it didn’t seem 
   > to make any difference.
 * Yup, this is still current information. Where are you placing your code, exactly?

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

The topic ‘Show author names’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [Jason](https://wordpress.org/support/users/themeblvd/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/show-author-names/#post-3922916)
 * Status: resolved