Title: Adding Thumbnail to posts displayed using shortcode
Last modified: August 21, 2016

---

# Adding Thumbnail to posts displayed using shortcode

 *  Resolved [andreitifrea](https://wordpress.org/support/users/andreitifrea/)
 * (@andreitifrea)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/)
 * Hey,
 * I was wondering how, when using the most clicks shortcode, I can add the featured
   image of the posts in thumbnail size next to the post title and excerpt?
 * Thanks a lot!
 * [http://wordpress.org/plugins/reaction-buttons/](http://wordpress.org/plugins/reaction-buttons/)

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

 *  Plugin Author [Jakob Lenfers](https://wordpress.org/support/users/jakob42/)
 * (@jakob42)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173529)
 * Sorry, I missed your post. Sadly it isn’t implemented at the moment.
 *  [Faisal Humayun](https://wordpress.org/support/users/fhumayun/)
 * (@fhumayun)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173560)
 * +1 for this feature. Would happily donate if it will facilitate a commitment.
 *  Plugin Author [Jakob Lenfers](https://wordpress.org/support/users/jakob42/)
 * (@jakob42)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173561)
 * I just pushed version 1.8.0 to the repository, which should be available shortly,
   that adds that function.
 *  [Faisal Humayun](https://wordpress.org/support/users/fhumayun/)
 * (@fhumayun)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173562)
 * Awesome ! Please accept my donation 🙂
 *  [Faisal Humayun](https://wordpress.org/support/users/fhumayun/)
 * (@fhumayun)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173563)
 * Hey Jakob,
    Do you have an english page for the paypal donation ?( it seems that
   my US paypal login credentials don’t work with the one attached to the plugin).
 * Or, please email me at [faisal.humayun@outlook.com](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/faisal.humayun@outlook.com?output_format=md)
   and maybe you can invoice me directly?
 *  Plugin Author [Jakob Lenfers](https://wordpress.org/support/users/jakob42/)
 * (@jakob42)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173564)
 * Thanks for the donation, we worked it out.
 *  [osckar](https://wordpress.org/support/users/osckar/)
 * (@osckar)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173566)
 * Hi:
 * When using show_post_thumb=true the thumbnail appears above the title. I would
   like to style the image to align it to the left of the title, which is the css
   rule that controls this behavior?
 * Thanks!
 *  Plugin Author [Jakob Lenfers](https://wordpress.org/support/users/jakob42/)
 * (@jakob42)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173567)
 * Sorry, no idea.
 *  [Faisal Humayun](https://wordpress.org/support/users/fhumayun/)
 * (@fhumayun)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173568)
 * Hey Osckar,
    You could try using the “inspect element” accessible by the right-
   click context menu of your browser to figure out any css declaratives, as I did,
   and applied the following to my own site ( [http://seekeraftertruth.com](http://seekeraftertruth.com))
 *     ```
       .widget_reaction_buttons .attachment-post-thumbnail {
       display: block;
       width: 70px !important;
       height: 70px !important;
       float: left;
       margin: 5px 18px 0px 0px;
       }
       ```
   
 *  [osckar](https://wordpress.org/support/users/osckar/)
 * (@osckar)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173569)
 * Hi:
 * [@faisal](https://wordpress.org/support/users/faisal/) Humayun: thanks for your
   advice, that’s exactly what I did 😛 I share my css code, this is some basic 
   styling that could be enhanced:
 *     ```
       div.reaction_buttons_most_clicks img {
       display: block;
       margin: 5px 18px 0px 0px;
       float: left;
       }
   
       .reaction_buttons_most_clicks ol li {
       clear: both;
       font-size: 20px;
       }
       ```
   
 * The clear property is needed on the ordered list to avoid the “staircase” effect
   on the elements. (BTW, your site has this effect, you should fix it to avoid 
   image jumping up)
 * The shortcode I’m using is:
 * `[reaction_buttons_most_clicks limit_posts=10 show_post_thumb=true only_buttons
   =OMG]`
 * Thanks!
 *  [Faisal Humayun](https://wordpress.org/support/users/fhumayun/)
 * (@fhumayun)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173570)
 * [@osckar](https://wordpress.org/support/users/osckar/) – Hey thanks so much for
   that pro tip! 😛 I’m by no means a css guru and really wasn’t sure if that was
   something that could be fixed. I got it all fixed now.
 * Likewise, I’m glad you were able to take care of your situation and share your
   findings with the community.
 * I hope our exchange helps anyone else who is looking for answers 🙂

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

The topic ‘Adding Thumbnail to posts displayed using shortcode’ is closed to new
replies.

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

## Tags

 * [buttons](https://wordpress.org/support/topic-tag/buttons/)
 * [feature](https://wordpress.org/support/topic-tag/feature/)
 * [reaction](https://wordpress.org/support/topic-tag/reaction/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 11 replies
 * 4 participants
 * Last reply from: [Faisal Humayun](https://wordpress.org/support/users/fhumayun/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/adding-thumbnail-to-posts-displayed-using-shortcode/#post-4173570)
 * Status: resolved