5 Cool ticker plugins for WordPress
|Tickers can do a great job to enhance your blog’s beauty. By the help of these news tickers you can show the latest news about your blog at the top of your blog pages or any where you want by which your users will be able to find the latest about your blog.
Or you can use them to promote your content by adding them just below header.
Today I will share some of the best plugins that will help you to place attracting and cool tickers on your blog.
JQuery News Ticker
JQuery news ticker is one of the best plugins you can have to put these small tickers on your blog. You can place ticker any where on your blog by the help of this plugin.
First you need to install the JQuery News Ticker plugin on your blog then go to the widget area and drag and drop the widget where ever you want
Or copy the code which should look like this:
[php]<?php newsticker( $group = "", $title = "", $direction = "", $type = "", $pause = "", $speed = "" ); ?>[/php]
and paste it on your theme’s php function(add the relevant group number in $group = “” tag) or if you want different tickers on different pages and posts then your code should look like this :
[php][jquery-news-ticker group="GROUP1" title="News" direction="ltr" type="reveal" pause="2000"][/php]
Replace group1 with relevant group or if you are using group 1 then don’t change it.
How to Create a Ticker?
To create a new ticker go to settings section and below it you will find JQuery News Ticker button as shown below:
Click on it after which a new window should appear where you will find Add new button as shown below:
Click on it and fill the field with relevant information and don’t forget to add the link in the ticker where you want your user to go after he clicks on the headline. After doing all the work correctly click on Submit button.
To know further more about the Jquery ticker plugin read this
Download : Live Demo
Just Ticker
Just ticker is a great option to add a cool and attracting ticker on your Blog. It is my favorite plugin that is the reason why I am using it.
If you want the live demo of this plugin then put your eyes on the bottom part of my blog. You can also have this kind of cool ticker for your blog by installing Just ticker.
Just install the plugin on your blog and then make further optimizations according to your need. For example how many posts you want to show on the ticker and what should be the visibility time.
You can also improvise fade in and fade out timing by visiting the Just Ticker Option page. For this Go to Settings==>Just Ticker Option and make adjustments.
Don’t try to mess with Active option, let the tick stay where it is. Don’t deselect it or your ticker will disappear from your blog.
Download
News Headline Ticker
This is one of the very first plugins which I used when I started my very first Blog. News Headline Ticker is one of the simplest and easiest plugins to install. You can install this plugin easily on your blog to get a cool ticker.
This plugin will install a cool ticker just below menu which will show the latest posts of your blog.
To get this ticker first install the plugin and activate it. After activating it a new window will appear which should look like this:
You can make several adjustments here for example: Effect type, Border radius size, Label text, Label text color, Background color, Text Color and Text hover color.
After making necessary adjustments, it is time to make our first ever ticker. For this search News Headline in the menu and below it you will find “Add New Headline button”, click on it and make your headline.
After making the headlines get the source code and paste it in your theme php function.
Download : Live Demo
Rapid Nice News Ticker
It is a new but great ticker plugin. The interface of the ticker will be cool and you will have as many features as you want.
You will get 5 different effects for your ticker which you can watch yourself by clicking on Live Demo button.
Just copy this code:
[php]<?php do_action(‘[news_ticker]’); ?>[/php]
and paste it in your theme’s php function.
You can also use several other shortcodes which you can find on the plugin’s official installation guide.
Download : Live Demo
T4B News ticker
One of the most coolest plugin you could ever had to install a ticker on your Blog. T4B News Ticker is one of the finest plugins I have ever seen in my blogging career.
It is easy to install and will enhance your blog’s beauty.
First install the plugin on your blog and then activate it. After activating the plugin you will find Ticker settings in the menu just below Settings button.
After clicking on ticker settings, the settings page will appear where you will find a button like this:
Click on + and enable news ticker by checking the the blank field or if you just want to show the ticker on your homepage then tick Show in Homepage Only.
Give a title to your ticker, choose animation effects, adjust animations speed, enter the time which should be taken before appearance of another ticker and finally select the ticker type.
After doing all the work correctly, click on save changes button.
You can also place your tickers on other parts of your blog by pasting this code on your theme’s php source:
[php]<?php if(get_option(‘ticker_news’)){ if(function_exists(t4b_show_news_ticker())) { t4b_show_news_ticker(); } } ?>[/php]
Or if you want your ticker on some specific pages and posts then use this code:
[php]<?php do_shortcode(‘[t4b_ticker]’); ?>[/php]
Sorry there is no Live demo available but you can have a basic consideration of how you ticker will look like by watching this image:
Some time ago i am starnger from tracker plugins and your this post give me a full knowedge about this topic. You helps me every time and i recive qualityful material.
Thanks for Sharing
thanks for ur kind words
Hi Husnain
Thanks for sharing this wonderful list. It works awesome specially at blogs that are updated very frequently.
People do want to know very briefly what new has been posted at a blog and they want it so prominent to get their attention.
Thanks a lot for sharing this nice post.
I am very glad that my article helped you
The beauty of WordPress is that it readily provides users with various plugins that can help make the experience exciting. Its good knowing the various News Ticker plugins that can help enhance the esthetic of a WordPress blog. It would be wise to test one or more of these options to access the best bet!
I have left this comment in kingged.com where this post was found.
Regarding NEWS HEADLINE TICKER, i want to add a new ticker to my website, but i do not understand how to create a new one after pressing Add New Headline button. It appears something like adding a page or a post. What should I add in there?
I think this video can help you: http://www.youtube.com/watch?v=aqJj-7rQzjU
Yes, I already check that, but the information that I want to show is on a particular database in my server. That’s my issue: I do not know how to populate certain topics from my database in a ticker
This resource may also help you: http://www.e2soft.com/blog/news-headline-ticker/
Just go to Add new(you will find this option below News Headline button in the navigation)…. After clicking on it, a new window will appear which should look like adding a page or a post as you said…..
You need to add your ticker headlines here. Let’s say, You want to highlight one of your posts which you wrote in past. So, Just write a decent line about your post(it could be a mini-description) and then hyperlink that line with the URL of your original post that you are highlighting.
Here is a good example of how a ticker will look like: http://smartonlinemoney.tk/cash-out-from-paypal-and-payza/
Once you have made your ticker, you will need to code and paste this code “[News-Ticker]” anywhere in between your posts or pages where you want your ticker to appear.
Or if you want your ticker to appear some where in your theme, then copy this code “if(function_exists(‘newsHeadLineTkr’)){headLinePost();}” and paste it anywhere in your theme where you want your ticker to appear. For instance, below menu or before menu….
Hope this will help
However, I will like you to not mess with your theme codes if you are not very familiar with them. There are tons of other cool tickers that are far more easy to install, Or if you are eager enough to install News headline ticker on your blog then I will recommend you to first make backup of your theme before messing up with codes.
Thanks for your comments… Honestly I do not know which one to use: I only want to get values from a particular database and show them in a ticker. Is there a better plugin to do it?
Yes there are many, you can choose anyone from the list. 🙂
Very good plugin but i have a question. i use artisteer to make my themes can you tell me where can i add php function to widget in this or from where can i add to my themes. presently im using Renova licensed theme.
Full of salient points. Don’t stop beeinvilg or writing!
Oh dear Pip. Being gay is not a disease. It can´t be caught. In affairs of the heart, one should be free to demonstrate their love in whatever way they see fit. These two guys wanting to commit to each other does not in any way affect you or anyone else. Love between two adults, no matter their sexual preference should be celebrated and not damned. By the way Pip, I´m gay.That is who I am and I refuse to hide myself from the world to protect those that feel threatened by it. Get over it!
That’s a subtle way of thinking about it.
Best abdominal exercises for someone with bad discs in the lower back?What are some good midsection exercises for a 30-year-old male who has had two lower back disc surgeries?I’ve tried good old situps, but they give me bad pain in the back and leg (sciatica).I am considering planks when my back heals up. What other exercises are good for strengthening the abdominal muscles (and, to an extent, the lower back muscles) so that I can keep myself out of this predicament in the future?Thanks in advance, and God bless.