Title: Thumbnails With User Feed
Last modified: August 24, 2016

---

# Thumbnails With User Feed

 *  [graphiclux](https://wordpress.org/support/users/graphiclux/)
 * (@graphiclux)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/thumbnails-with-user-feed/)
 * I was wondering if there is a way to show the thumbnails of the users feed?
 * [https://wordpress.org/plugins/untappd-checkins-widget/](https://wordpress.org/plugins/untappd-checkins-widget/)

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

 *  Plugin Author [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [11 years, 3 months ago](https://wordpress.org/support/topic/thumbnails-with-user-feed/#post-6114202)
 * Are you wanting the user image? or the image of the beer that is being shown 
   at that moment in the code rendering?
 * Been awhile since I’ve looked at the plugin or the response coming from the Untappd
   API, but I did add the following filter:
 *     ```
       $user_markup = apply_filters( 'untappd_user_markup', '', $brew_data );
       ```
   
 * Essentially I let a user define all their own custom markup, and if they return
   anything, it gets rendered. If the `$user_markup` variable is an empty string,
   then I render my default markup. The $brew_data array variable will hold some
   custom html classes to use on the markup, as well as the checkins list. The checkins
   should be decoded JSON, as I take care of that before saving the transients.
 * Hope that gives you some ideas of how to proceed.
 *  Thread Starter [graphiclux](https://wordpress.org/support/users/graphiclux/)
 * (@graphiclux)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/thumbnails-with-user-feed/#post-6114220)
 * I am trying to get the image of the beer that is taken when checking in. I read
   your advise which I appreciate but it is over my head I guess.
 *  Plugin Author [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [11 years, 3 months ago](https://wordpress.org/support/topic/thumbnails-with-user-feed/#post-6114227)
 * Yeah, I don’t presently have any quick setting way to include them, but that 
   may be worth looking into for a future release now that you bring up the idea.

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

The topic ‘Thumbnails With User Feed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/untappd-checkins-widget.svg)
 * [Untappd WordPress Widget](https://wordpress.org/plugins/untappd-checkins-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/untappd-checkins-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/untappd-checkins-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/untappd-checkins-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/untappd-checkins-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/untappd-checkins-widget/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/thumbnails-with-user-feed/#post-6114227)
 * Status: not resolved