Auto Scrolling Recent Posts Widget For Blogger / Blogspot
If you have a lot of post on the blog, or if you want to show everyone your list of favorite books, but have little space in the sidebar widget this will be a great help to you. This post explains how to add auto scrolling (marquee) recent posts Widget on his blog that looks good on your blogspot blog. This is similar to the display of recent post in your sidebar, but this will have a marquee in this widget. Now if you want to show your blog in this way, either on top or bottom of your blog, then you can use this new widget:
How to Install Auto Scrolling Recent Posts Widget
Adding The Widget To Blogger
Go to Blogger >> Layout >> Add Gadget >> Select an HTML/JavaScript Gadget
Copy the following code and paste inside an HTML/JavaScript widget
Now Replace the http://bdlab.blogspot.com with your blog Url.
And now click Save
Note:- Choose appropriate Image Bullet or Icon That have transparent Background and small in Size
ScrollAmount: | (0 = No Scroll) |
ScrollDelay: | (0 = MaxScrollSpeed) |
You can only modify the code with red color (variables) according to your requirements, for ex. in case of "var w2bScrollDelay", lower the number, higher the speed.
How to Install This Widget On 'Blogger' ?
Automatic scrolling Recent posts widget will give scrolling of post titles with links
This widget has automated MARQUEE Effect will result scrolling titles
Now Replace the http://bdlab.blogspot.com with your blog Url.
And now click Save
1. Customize Bellow form and Click on Generate button.
2. And Click Add to Blogger button to add this widget to your blog.
>> Layout >> Add Gadget >> Select an HTML/JavaScript Gadget
Add marquee notification bar to blogger
1. Go to Blogger
2. Login to your Blogger dashboard
2. Select Layout option and select Add a gadget option.
3. Select an HTML/JavaScript Gadget
5. In the HTML/JavaScript widget paste following code and save it.
onmouseover="this.stop();"
onmouseout="this.start();">
http://bit.ly/wmV0kq" target="_blank">How to change mouse cursor in blogger blog to animated cursors
| http://bit.ly/x4d7ln" target="_blank">Numbered Page Navigation For Blogger New Script
| http://bit.ly/vGLd4R" target="_blank">Animated Recent posts for Blogger with Thumbnails - Simple Spy
| http://bit.ly/xqQlgS" target="_blank">17+ Featured Content Slider for Blogger Using jQuery
Note: In the following code replace Green color code with your post titles and Red color code with links to these posts.
Many thanks to Harish for making this code and I just tested and modified to work on blogger
Libellés : Blogger Widgets, Generator, HTML, Java Script
samedi 26 mars 2016
Animated Recent posts for Blogger with Thumbnails - Simple Spy
Animated recent post is a fantastic way to present headlines updates to your readers.The effect of smooth scrolling attract readers and generate more clicks to your site.This gadget displays your most recent posts and includes a small thumbnail, but has the added bonus of using an animated effect that moves smoothly through the posts.There are a lot of great tutorials discussing on how to add Animated Recent posts for blogger with thumbnails and Simple Spy, but most of the tutorials I've found are not really suitable for a beginner.
Read More:
1. Recent Posts Widget for Blogger Text CSS Hover Effect with jQuery
How to Install Animated Recent posts for blogger with thumbnails and Simple Spy
Now let's start adding it...
Step 1. Login to Your Blogger Account.Go to your Blogger Dashboard.Click on Layout tab from left pane and click on Add a Gadget link.
Step 2. After click on Add a Gadget link A pop-up box will open now
with many gadget list, Choose HTML/JavaScript from the gadget options by clicking the blue plus sign for that gadget.
Step 3. Select 'HTML/Javascript' and add the one of code given below.
Step 4. Now Click On Save 'JavaScript' You are done.
And now click Save
Note :If your template already have a jquery do not put again, just copy after it
Html from above a few things could be replaced :
1. homepage address
home_page = “http://bdlab.blogspot.com/”;
2. Style
from above style/css, you can change :
width : 220px;
width:208px:
customize base on your template
and
background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdeipZeNq15ddAoShvEFBDMfUE6icIIE7mMMdxWePsejUfHXruoSPgyyVl_bnffebk7g4aVslG91CyTgHQt-mNFb65EC1DkeJhE29zDvBRF2zysm6YMLXSyJFgCXn1kDIQGGGNcsrU03QT/s1600/24work-blogspot-com.jpg) repeat-x;
Customize the colors of backuground
3. image size
thumbwidth = 70;
thumbheight = 70;
Match your needs
4. How many post you will show
numposts = 10;
Base on what you need to show
Stylish Scrolling Recent Posts Widget For Blogger
1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.
2. Paste the following code in HTML/Javascript Box.
And now click Save
Note :If your template already have a jquery do not put again, just copy after it
Html from above a few things could be replaced :
Now Replace the http://bdlab.blogspot.com with your blog Url.
You Can Also CUSTOMIZE The CODE According to Your Need
numposts = 10; Total number of posts which you wants to scroll by this widget
limitspy=4; Number of the posts to appear on the widget
intervalspy=4000; Scrolling speed of the widget,if you decreased the value speed of widget will increases.
Add Animated Recent Post Widget Sliding Recent Post Widget for Bloggers
Go to blogger > Open layout tab
Now Add A new HTML/JavaScript widget
Now paste the code given below :
And now click Save
Note :If your template already have a jquery do not put again, just copy after it
Html from above a few things could be replaced :
Now Replace the http://bdlab.blogspot.com with your blog Url.
numposts = 5; Total number of posts which you wants to scroll by this widget
Stylish Animated Blogger Recent Posts Widget
Go to blogger > Open layout tab
Now Add A new HTML/JavaScript widget
Now paste the code given below :
And now click Save
Note :If your template already have a jquery do not put again, just copy after it
Html from above a few things could be replaced :
Now Replace the http://bdlab.blogspot.com with your blog Url.
Settings:
Change http://bdlab.blogspot.com to Your Blog address
Change numposts = 10 to Show number of Recent posts with thumbnails
Scrolling Recent Post Gadget For Blogger
Adding The Widget To Blogger
Go to Blogger >> Layout >> Add Gadget >> Select an HTML/JavaScript Gadget
Copy the following code and paste inside an HTML/JavaScript widget
And now click Save
Note :If your template already have a jquery do not put again, just copy after it
Html from above a few things could be replaced :
Now Replace the http://bdlab.blogspot.com with your blog Url.
Optional Customizations
To change total number of posts find this code var numposts = 7;
If you don't want to show post thumbnails then change this value var showpostthumbnails = true; to false.
New and Flexible Recent Posts Widget With Thumbnail for Blogger
Follow the step by step instructions to add this widget in Blogger:
Sign in to Blogger
Go to Layout > Add a Gadget
Select HTML / JavaScript
Paste the code given below in the field and Save.
Customization:
var numposts = 5; (Number of Posts to be shown)
var showpostthumbnails = true; (Post Image)
var displaymore = true; (More Button)
var showcommentnum = false; (No of Comments)
var showpostdate = false; (Post Date)
var showpostsummary = false; (Post Summry)
var numchars = 80; (Characters in post summary)
True is for Display item and False for not to display. Change According to your needs.
Change http://bdlab.blogspot.com with your Website/ Blog URL.
Tooltips Recent Post Widget For Blogger With Thumbnail
Follow these very simple steps to add the "Tooltips Recent Post Widget For Blogger With Thumbnail " in your blog.
Step 1 : Go To Blogger > Design > Page Elements
Step 2: Click on "Add a Gadget" link
Step 3: From the pop-up window, choose HTML/JavaScript
Step 4: Copy and paste the following code below
And now click Save
Note :If your template already have a jquery do not put again, just copy after it
Html from above a few things could be replaced :
Now Replace the http://bdlab.blogspot.com with your blog Url.
Customization
numposts = 20, // The number of thumbnails / posts to display
numchar = 200, // Number of characters in the description tooltip
rcFadeSpeed = 600, // Speed of the effect. fadeIn () tooltip appears
Many thanks to abu-farhan And Rahul for making this code and I just tested and modified to work on blogger
Libellés : Blogger Tips & Tricks, Blogger Widgets, HTML, Java Script, jQuery
samedi 19 mars 2016
Multi-Color Effect For Your Links On Hover For Blogger / Blogspot
How to create text links in different colors? Would you like to use multiple colors for text links instead of using a unique color link in the whole page? Confused start to tell what the title, purpose ANAA if you want to link touched the pointer to uppercase, bekedip flashing rainbow colors and the background like fireworks or a star-studded.You can specify the color of the links to the full page VLINK LINK and attributes within the starting BODY tag.
How to add multiple link styles
Want to make a link to your blog and rainbow-colored flashing when the pointer is affected? It is very easy
Now let's start adding it...
Step 1. Login to Your Blogger Account.Go to your Blogger Dashboard.Click on Layout tab from left pane and click on Add a Gadget link.
Step 2. After click on Add a Gadget link A pop-up box will open now
with many gadget list, Choose HTML/JavaScript from the gadget options by clicking the blue plus sign for that gadget.
Step 3. Select 'HTML/Javascript' and add the one of code given below.
Step 4. Now Click On Save 'JavaScript' You are done.
Now Click Save
And you are done.
var rate = 15 ;
in the above code to control the speed of color transformation by increasing or decreasing the number 15How to create a rainbow colored hover link
1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.
2. Paste the following code in HTML/Javascript Box.
Now Click Save
How to Add Rainbow Color Effect For Your Links In Hover For Blogger / Blogspot
Hello friends! Effect of rainbow colors to random colors will give your link on hover. This widget works based on simple JavaScript. Once applied, all the links on the page displays a rainbow effect onmouseover.
Watch Live Demo
How to add this widget to blogger?
Just click Add to Blogger Button Bellow(OR)
- Login to Blogger Account
- Go to Design > Page elements
- Click Add a Gadget and choose Html/JavaScript
- Paste Bellow Code and click Save Button
Please leave your comments and responses for better improvement of my blog
Libellés : Blogger Widgets, CSS, Java Script
vendredi 18 mars 2016
Falling Objects / Falling Text / Marquee Scrolling Text Generator for Blogger
For this to work, make sure you specify the exact location of an image. Also note that some browsers can not display the objects that fall as planned.The widget is originally developed by www.bdlab.blogspot.com, i just changed something in the widget.
Blogger Falling Object Generator Code

Blogger Falling Text Code Generate
Here's a cool way to get that "falling text" effect on your Blogger profile page. Elsewhere, you can use JavaScript for the effect of the fall of text - but not on Blogger. Fortunately, you can use a little HTML trick to get the same effect!Use the form below to generate text fall into your Blogger profile page. You can then copy and paste the HTML code on your profile page.The widget is originally developed by www.bdlab.blogspot.com, i just changed something in the widget.
Marquee Scrolling Text Generator for Blogger
In HTML, allows you to have a marquee scrolling text and images. Tents are perfect for your Blogger page, allowing you to do things that normally require JavaScript (which does not allow Blogger).You can create a Blogger marquee to scroll horizontally or vertically. You can also change other things as the speed at which it moves.
Use the form below to generate the code for Blogger marquee. Simply select the values you need, click "Generate Marquee and Preview", then copy and paste in your profile page.The widget is originally developed by www.bdlab.blogspot.com, i just changed something in the widget.
How to Install Blogger Code Generator Widget
Now let's start adding it...
Step 1. Login to Your Blogger Account.Go to your Blogger Dashboard.Click on Layout tab from left pane and click on Add a Gadget link.
Step 2. After click on Add a Gadget link A pop-up box will open now
with many gadget list, Choose HTML/JavaScript from the gadget options by clicking the blue plus sign for that gadget.
Step 3. Select 'HTML/Javascript' and add the one of code given below.
Step 4. Now Click On Save 'JavaScript' You are done.
Libellés : Blogger Widgets, Generator, HTML, Java Script