How to Add a Tiny jQuery Circleslider to Blogger

tmirror
How to Add a Tiny jQuery Circleslider to Blogger
Tiny Circleslider is a small jQuery plugin generating a circular carousel of images that we can slide infinitely (circular). When clicking on the red dot, the main picture moves to the left and another set of images will slide out. There is nothing complicated about using this type of carousel, however when it is about customizing it, we need to use a bit of arithmetic. All these details can be found in the author's homepage , so I'll just limit myself to show you the basics. To see it in action, please visit the below demo blog and just drag the red dot: Tiny jQuery Circleslider Demo Adding the Tiny CircleSlider to a Blogger Blog In order to make it work, first task is to add the javascript jQuery library in the template: Step 1. Log in to your Blogger account > select your blog Step 2. Go to "Template" and hit the "Edit HTML" button: Step 3. Click anywhere on the code area and search by using the CTRL + F keys for this tag: </head> Step 4. Just abov…