How to create Blogger Recent Post Widget via label

Hi.Today i want to show you how to create blogger recent post widget via label.This widget will auto get the lastest post in your blog feed.You don't need add manual and it get post via your label you use.

The first loggin to your blog, go to layout setting menu.Click add gadget where do you want, choice html gadget and add code bellow:











Replace your_domain and your_label you want use you'll get Result:

How to create Blogger shortcode

May be you used shortcode in Wordpress but Blogger don't have it.So now i want to show you how to create a shortcode in Blogger use Javascript.
This is a diagram to create Blogger Shortcoe
Now let's do it.

Create a function with pID parameter.




1 - Get post content.



2 - Find shortcode



3 - Replace shortcode content



4 - Replace old content


The last you must find post-body class remove all and add code bellow to active your shortcode.



Use:

Insert shortcode into post where do you want.
Result: