Add Featured Post slider in Blogger (homepage/below post) Carousel style
Couple of month ago I published a high-end featured post widget which can be add to sidebar of your Blogger blog. Here today I am publishing another featured post widget what you can use on your homepage or below posts. This widget is a jQuery slider also known as ticker image slider. This featured post slider is:
How to configure:
- Simple: Easy to configure and customize
- Small: Don’t take much space wherever you set it
- Light weighted: Some jQuery, CSS and HTML made
- High-end: Responsive
- Awesome: Smart and neat looking carousel style
Add featured post slider in Blogger (homepage/below post)
Adding this widget on Homepage
- First log into Blogger, select your blog,
- Go to ‘Layout’ tab and click ‘add a gadget’ from the below space of header
- Select ‘HTML/JavaScript’ from pop up page;
- Copy and paste given codes in content box, configure and Save
- Now hit ‘View blog’ and hover mouse on slider widget’s editing icon wrench;
- And look bottom of web browser and you will see a line, that contains Widget ID;
- Detect your widget id it generally looks like (HTML1, HTML2, HTML3, Blog1) see image below;
- Then, go to ‘Template’ tab, ‘Edit HTML’ and search for your widget ID (using Ctrl+F or Cmd+F) into code snippet;
- You will see chunks of codes starts with <b:section and ends with </b:section>
- Like this
- Identify them and place this line (see image) Before the codes chunk
- and at the end of code this line
- And Save template.
Adding this widget below posts
- Go to ‘Template’ tab, select ‘Edit HTML’
- Search for (using Ctrl+F or Cmd+F) into code snippet
- You may find this line twice so ignore the first time, second time copy paste codes and before all codes add this line
- And after all code paste this line,
- Configure and Save template
How to configure:
- In 'place link' place your links and add your post title in ‘place hover text’
- In "image link" place your image link, you can host image on Blogger; just upload you image; preview them and from address bar copy image’s direct code and place them in Image link; otherwist use Tinypic-Upload your image; then copy links from ‘direct links for layout’. You should use images size of 200px width and 125px height
- You can delete a slide content by deleting <li> to </li>
- You can add more slide by coping <li> to </li>
- You can also change the default image size by changing value of height and width (red marked)
How it working on your blog don’t forget to mention and any question and feedback leave with comment. Goodluck...