News Ticker Widget For Blogger
A News Ticker is
becoming the basic requirement of every blog. To make our blogging
community more reliable it is essential that we keep our readers up to
date and News Ticker is the best way of doing that. We can use the News
Ticker to give frequent updates to our reader in just few clicks. We all
have seen many news tickers in those blogs which are hosted by
WordPress but Blogger is not knows for its plugins this is the reason
why we use external source widgets in blogger. And today we will follow
the same trend to add a Animated Scrolling JQuery News Ticker Widget in Blogger Blogspot Blogs.
Scrolling News Ticker Widget For Blogger By Pankaj Maurya
Features News Ticker:
- Easy to embed into an HTML document
- Compatible with Internet Explorer, FireFox, Chrome and etc
- Full JavaScript: no plugin, no Java, no ActiveX
- Supports full HTML, including images, links and any other tags
- Smooth scrolling
- Very small script - fast to download
- Easy to customize
- Stops scrolling when the mouse is over it
Adding News Ticker in Blogger
To insert MBL Scrolling JQuery News Ticker
in Blogger Follow these Steps.
Step# 1: Go to Blogger.com >> Your Blog
Step# 2: Layout >> Add a Gadget
Step# 3: Add Html/Javascript and just Paste the following
code
<div id="TICKER" style="display:none; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; overflow:hidden; background-color:#FFFFFF; width:520px" onmouseover="TICKER_PAUSED=true" onmouseout="TICKER_PAUSED=false"><span style='background-color:#7FB51A;'> <a href="Your-First-Headline-Url-Here"> <font color=#ffffff> <b>Your-First-Headline-Title-Here</b></font> </a></span> <b>Your-First Headline-Description</b> <span style='background-color:#FFAA00;'> <a href="Your-Second-Headline-Url-Here"> <font color=#ffffff> <b>Your-Second-Headline-Title-Here</b></font> </a></span> <b>Your-Second-Headline-Description-Here</b> <span style='background-color:#0088FF;'> <b><a href="Your-Third-Headline-Url-Here"><font color=#ffffff>Your-Third-Headline-Title-Here</font></a></b> </span> <b>Your-Third-Headline-Description-Here</b> <script type="text/javascript" src="https://mybloggerlab.googlecode.com/files/webticker_lib.js" language="javascript"></script></b></span></div></b:if></b:if>
Customization
To Customize your News ticker do as followsFor First Headline:
Replace Your-First-Headline-Url-Here With the URL of your first headline post.
Replace Your-First-Headline-Title-Here With the Title of your headline post
Replace Your-First Headline-Description With the small description of your headline
To change colors simply replace #7FB51A and #ffffff
For Second Headline:
Replace
Your-Second-Headline-Url-Here With the URL of your first headline post.
Replace Your-Second-Headline-Title-Here With the Title of your headline post
Replace Your-Second-Headline-Description With the small description of your headline
To change colors simply replace #7FB51A and #ffffff
For Third Headline:
Replace Your-Third-Headline-Url-Here With the URL of your first headline post.
Replace Your-Third-Headline-Title-Here With the Title of your headline post
Replace Your-Third-Headline-Description With the small description of your headline
To change colors simply replace #7FB51A and #ffffff
To Change width of the ticker replace 520px
Remember: If you want to add more Headlines in your ticker then just before <script type="text/javascript" Add the following code and this will add one more headline in your ticker.
<span style='background-color:#7FB51A;'> <a href="Your-Headline-Url-Here"> <font color=#ffffff> <b>Your-Headline-Title-Here</b></font> </a></span> <b>Your-Headline-Description</b>
Step# 4: Now after customizing your ticker Press Save button and now go and to your blog and enjoy Scrolling Jquery Ticker
Post a Comment