Recent Rotating Post Gadget with Excerpt For Blogger

tmirror
Recent Rotating Post Gadget with Excerpt For Blogger
This JavaScript code will display the latest posts of any feed, the difference being that it has two parts which can be used individually or combined. The top of this widget will show a single post along with the title (link), author, date and a brief summary of its content. In addition, this post will rotate automatically within a list whose number of elements will be decided by us. At the bottom, we'll find a full list with recent posts that, on mouse over, will replace the post above, thus breaking the automatic cycle. Before adding anything, let's see it in action to decide if it does what we want. Demo blog How to Add Recent Rotating Posts Widget to Blogger Step 1. Go to "Layout" > click on the "Add a Gadget" link. Step 2. From the pop-up window, choose the "HTML/JavaScript" gadget Step 3. Paste this code inside the empty box: <style> .gfg-root { width: 100%; height : auto; position : relative; overflow : hidden; margin: 0 auto; text-a…