How to add horizontal Featured Posts in Blogger

Hai Blogger companions, Today i have a blogger cool stuff. It’s about indicating horizontal Featured posts with thumbnail from any specific label/category in blogger. As you can see the screenshot of featured post below. You simply need to add some basic script to your blogger template. You can discover some default gadgets in blogger, but there is no option for featured posts. So in this post, I will show the most beautiful method to display the featured posts with thumbnail in blogger.

add horizontal Featured Posts in Blogger

How to add horizontal featured posts in blogger

1. Login to your Blogger dashboard.
2. go to layout.
3. Add a new HTML/JavaScript gadget above the blog posts.
4. Copy and paste the below code on HTML/JavaScript gadget.

5. Make these changes
Change your blog feed URL and Label at the bottom of the code.So the feed must look as below

<script src='http://http://www.yourblogurl.org/feeds/posts/default/-/yourlabel?max-results=5&orderby=published&alt=json-in-script&callback=bprecentpostswiththumbnails’>

6. You can use a label Featured or as your wish.

7. To change no or posts change

var numberOfPosts = 5;

and 

<script src='http://www.yourblogurl.org/feeds/posts/default/-/yourlabel?max-results=5&orderby=published&alt=json-in-script&callback=bprecentpostswiththumbnails’>

8. To change thumbnail image size change

var imgDim = 125;

9. Now press save button on HTML/JavaScript window.

Please share and commants your experience

Valga valamudan