Scrolling News Ticker For blogger is a basic requirement of every blog. To build your blogging community more dependable it is essential that you keep your readers
up to date and News Ticker is the best way of doing that. You can use the Scrolling news widget for blogger to give
frequent updates to your reader in just few clicks. WordPress blog have many
plug-in to create it but Blogger is not known for its plugins this is the
reason why we use external source widgets in blogger. So now in this post we
will follow the same style to add a Animated Scrolling JQuery News Ticker
Widget in Blogspot Blogs.
Adding Scrolling
News Update Headline For Blogger:
To insert MBL Scrolling JQuery News Ticker in Blogger
Follow these Steps.
Step# 1: Log in to your Blogger Dashboard.
Step# 2: Layout >> Add a Gadget
Step# 3: Add Html/Javascript and just Paste the below
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="First-Headline-Url-Here">
<font color=#ffffff> <b>First-Headline-Title-Here</b></font>
</a></span> <b>Your-First Headline-Description</b>
<span style='background-color:#FFAA00;'>
<a href="Second-Headline-Url-Here">
<font color=#ffffff> <b>Second-Headline-Title-Here</b></font>
</a></span> <b>Second-Headline-Description-Here</b>
<span style='background-color:#0088FF;'>
<b><a href="Third-Headline-Url-Here"><font
color=#ffffff>Third-Headline-Title-Here</font></a></b>
</span> <b>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
Customize your
News ticker do like this:
For 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 modify 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
One thing: 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="Headline-Url-Here"> <font
color=#ffffff> <b>Headline-Title-Here</b></font>
</a></span> <b>Headline-Description</b>
Step# 4: Now Press Save button and enjoy MBL Scrolling
Jquery Ticker.