October 29, 2012

Horizontal Twitter Tweets Ticker Widget For Blogger

Twitter Tweets Ticker Widget For Blogger
After releasing an automatic RSS Feed Content ticker, almost each and every reader requested for a Tweet Ticker widget. Due to lots of pending work and other requests from loyal readers, we were unable to fulfill that certain request. However, today MBL developers have finally able to assemble a widget that will show a person’s tweets in a form of ticker. Unlike our previous Scrolling tickers, this one has some inspiring features through which a blogger can amuse his readers. It entirely operates on Jquery so a person won’t have to worry about updating his tweets manually. Without waiting lets directly jump onto our Today’s Tutorial.




Features of MBL Tweet Ticker Widget:

  • It has 3 Different Jquery Text transection styles.
  • This Twitter Ticket Widget updates automatically.
  • It has Ultrafast JavaScript so it wouldn’t affect site speed.
  • It has three different buttons through which users can Stop, forward or reverse the Tweets. 
  • It has three different buttons through which users can Stop, forward or reverse the Tweets. 
  • It works perfectly on almost all browsers including chrome, FireFox and even Internet explorer. 

How To Install Twitter Ticker Widget in Blogger:

The steps stated below are extremely straightforward so that even new bloggers can easily integrate it into their websites. Just follow the following instructions. 

  • Go To Blogger.com >> Template >> Edit HTML >> Proceed.
  • Within the template, search for ]]></b:skin> and above it paste the following CSS Coding.
/** MBL Twitter Tweet Ticker**/

.newsticker_wrapper {
    font: 13px/32px Arial, Helvetica, sans-serif;
    color: #7ca9ce;
    height: 30px;
    -moz-border-radius: 3px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#fff), color-stop(0.5, #fff), to(#e5e6e7));
    background-image: -webkit-linear-gradient(left, #fff, #fff 50%, #e5e6e7); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(left, #fff, #fff 50%, #e5e6e7); /* Firefox 3.6+ */
    background-image: -ms-linear-gradient(left, #fff, #fff 50%, #e5e6e7); /* IE 10+ */
    background-image: -o-linear-gradient(left, #fff, #fff 50%, #e5e6e7); /* Opera 11.10+ */
 
    border-style: solid;
    border-width: 1px;
    border-top-color: #b0b2b3;
    border-bottom-color: #c9cacc;  
    border-right-color: #b7b8ba;
    border-left-color: #c9cacc;
    border-radius: 3px;
    -webkit-text-size-adjust: none;
}
.newsticker_wrapper .newsticker_title {  
    float: left;
    background: transparent url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivvUaDBLXQOA-Tm5r9shrkEab8yt1cp6a91923bkncbQy-vUBy18iF7FEKK3YMVta9rNxtnjHYRww8c10npuOBx-GdfdNFhKYbV0_OkUgOdJjmetfGCOs4Z_Mdqye_RPkw-rXMf_GljaQ/s1600/list_bg.png') no-repeat top right;
    padding-right: 7px;
    margin-right: 15px;
}
.newsticker_wrapper h4 {
    color: #fff;
    height: 100%;
    overflow: hidden;  
    margin: 0;
    padding: 0 6px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #4374ab;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    background-color: #87abd1; /* fallback/image non-cover color */
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#538ebf), to(#87abd1));
    background-image: -webkit-linear-gradient(left, #538ebf, #87abd1); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(left, #538ebf, #87abd1); /* Firefox 3.6+ */
    background-image: -ms-linear-gradient(left, #538ebf, #87abd1); /* IE 10+ */
    background-image: -o-linear-gradient(left, #538ebf, #87abd1); /* Opera 11.10+ */
}
.newsticker {      
    margin: 0;
    padding: 0;  
}
.newsticker li {
    padding: 0 15px;
}
.newsticker a {
    color: #538ebf;
}
.newsticker_controls {
    position: absolute;
    right: 9px;
    top: 0;
    list-style-type: none;
    list-style-image: none;  
    background-color: transparent;
    z-index: 30;
    margin: 0 0 0 10px;
}
.newsticker_controls li {
    float: left;  
    height: 30px;
    width: 23px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
}
.newsticker_controls .pause {
    background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBBfryCqFdHuCergPeCBwPrmeSqvaacLZJRnPILRrMrbaosWRdQGnJ46dI6_cXFHEWSySgJmpEouAucn-JiuT5PXBCNQH7NZaMVUEILR8LgFS_XsFsfDt0ccT3wlqi4b__94MvLW2XKbw/s1600/pause.png');    
}
.newsticker_controls .resume {
    background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi05WICnrc8vDHfLGl3oDgnVVPZRou3wX0KETBft5bhedyeL8rToWhR9PTi3GLDHa-h6IqROiwUq0ub9JdTITiPXBY34e3Zt1W8NIKaqoBHq_4oA14LA7OC8Fjqzg6v_QDEAvEIld-5ulc/s1600/resume.png');    
}
.newsticker_controls .previous {
    background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM9ICJI3ie_xVdFmTxrrcchxDfeCclGtiO4TVN6EEj_6ZPKeDeW4wQek5JNj-lUxY3QNWrboPeJQBhHaFmJtJF_z8UxQFbiIg4H3KcxBB5OfVZwubdtfIjbMCgLdD88-1rFDwRzDE6DiY/s1600/previous.png');
}
.newsticker_controls .next {
    background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4HZfhWW7LbJnbHKA8SXBq8-WweG9bI8_RN0NJ5zPtFdvi2aUdC18M-MDfUPW3EEUsIue7ZwMS6KeKoP4YAfEEr0SddP-fBAzv7VgcuWBvZm_bQ-Zs4D6FNVigTQdRYNzBiccuB-GFdXA/s1600/next.png');
}
/* Reveal */
.newsticker_style_reveal .newsticker li {
    left: 15px !important;
}
/* Scroll */
.newsticker_style_scroll .newsticker_title {
    margin-right: 10px;
}
.newsticker_style_scroll .newsticker {
    background: none;
}
.newsticker_style_scroll .newsticker li {
    margin-right: 80px;
    padding: 0;
}

  • After pasting the CSS StyleSheet coding save the template.

How To ADD MBL Tweet Ticker Widget in Blogger:

  • Go to Blogger.com >> Layout >> Add a Gadget >> HTML/JavaScript.
  • Now paste the Following code in that HTML Box.
<ul id="newsticker_demo_scroll" class="newsticker"></ul>                  
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script type="text/javascript" src="https://mybloggerlab.googlecode.com/files/ticker.js"></script>
     
    <script type="text/javascript">
    (function($){
   
      $(document).ready(function() {                                    
          $('#newsticker_demo_scroll').newsticker( {
              'style'         : 'reveal',
              'tickerTitle'   : 'MyBloggerLab',
              'twitter'       : 'mybloggerlab',
              'excerptLength' : 100, // 100 characters
              'sortBy'        : 'timestamp',
              'reverseOrder'  : true,
              'scrollSpeed'   : 50,      
              'autoStart'     : true,
              'slideSpeed'    : 1000,
              'slideEasing'   : 'swing',
              'showControls'  : true
          });
       
      })
         
    })(jQuery);  
    </script>
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

  • Replace MyBloggerLab with your twitter Username
All Done: Save the gadget by pressing “Save button” and that’s it. Now go ahead and visit the website to enjoy the marvelous tweet ticker widget.

Important TIP:There are three different text transection styles integrated in this ticker through which a person can select only one. By default, we have added a typewriter style to it, but anyone can change it according to his desire needs.

From the Above JavaScript coding Replace reveal with either fade or scroll (Make sure you write them in lowercase letters otherwise the widget would stop working).


From The Editor’s Desk:

Hope you have enjoyed today’s tutorial. On this occasion, I would like to thank all our readers who are following us from the beginning. Alhamdulillah, we are now among the top 15,000 websites according to the Alexa Ranking. Once again, thanks each and every visitor who helped us in growing. Take a lot care of yourself and your family till then, Peace, Blessings and Happy blogging.

41 comments:

  1. @Syed
    Bro I HAVE VERY big problum
    in hindi:
    bro mai jo bhi css bskin ky upar dalta hu wo work he nahi karta please tell me how to fix this

    ReplyDelete
    Replies
    1. Thats Kinda Weired. Try doing this

      Go To Blogger.com >> Template >> Layout
      Now Add a Gadget >> HTML/JavaScript
      Now Type <style> Your_CSS_Here </style>

      Now Remove "Your_CSS_Here" With your CSS Style Sheet Coding.
      Hope That Helps. Peace and Blessings

      Delete
  2. Nice work brother, but i thing switching speed of tweets should be slow.

    Vertigen- A free Blogger Template

    ReplyDelete
    Replies
    1. Thanks For Commenting, But the Switching Speed can be increased according to your desire needs. In above coding Search for 'slideSpeed' : 1000, and increase its speed. Hope that Helps. Peace

      Delete
  3. Bro too much havy coding! Please Make it simple and lightweight Please.

    Simple and awesome Hire Me Card with CSS3 for Blogger

    ReplyDelete
    Replies
    1. Dude, its extremely lightweight. It has just 1 Jquery File. While rest coding is of CSS Which will won't affect your site speed. Peace

      Delete
  4. nice widget.Great work bro. I am the regular visitors of your blog.And i have learn lots from your blog. Keep this good works in future also.

    Regards
    Blogging Tips & Tricks

    ReplyDelete
  5. Hi Syed !
    Thanks for your job.

    I'm pasting the code in my blog but not work. See please.
    What happens?

    ReplyDelete
    Replies
    1. http://blogdoevangelista.blogspot.com.br/

      Delete
    2. The problem is that, You have Added "@lhevangelista" In the Twitter account you should add only "lhevangelista" Don't use "@". Hope that Helps. Peace

      Delete
  6. Thank's for attention Syed, I'm revising and pasting again but not solving this problem.

    ReplyDelete
  7. The "scroll" effect doesn't work.

    ReplyDelete
    Replies
    1. Working fine, at our End. Use just scroll. Don't add any spaces or use capital letters.

      Delete
  8. Added this yesterday and it was working grea. Haven't changed anything but this afternoon it stopped working. About an hour ago it randomly started working again and I figured it was just a fluke thing but now it's coming up blank again. Anything I could be doing wrong or is this somehow just unreliable?

    ReplyDelete
    Replies
    1. You can always check our Preview gadget, it never stops working. Provide blog url so we can help you more!

      Delete
  9. This comment has been removed by the author.

    ReplyDelete
  10. Thanks! It's actually not on a blog. I put the code on a personal webpage that I hard-coded: www.popealarm.com.

    ReplyDelete
    Replies
    1. And... it's back up and working again. Very strange.

      Delete
    2. One related question thouhg... It looks like it's posting the oldest tweet first, rather than the most recent. Any way to reverse it?

      Delete
    3. Its Working, Very fine, And yes, it shows the latest tweet first. There is no way to reverse it.

      Delete
  11. when i install it on my blog it stops my content slider, which also uses jquery, working.

    ReplyDelete
    Replies
    1. Seems as if, some Jquery files are conflicting. The reason why, your slider stopped working.

      Delete
  12. How do I stop Jquery files from conflicting? Are you allowed more than one widget with jquery on the same page?

    ReplyDelete
    Replies
    1. If you can provide us the Url of your site then, we can help more easily.

      Delete
    2. http://urbancoreonline.blogspot.co.uk thank you

      Delete
    3. Can you Send us your Full Template in XML format.

      Email us at. support@mybloggerlab.com

      Delete
    4. Ive sent the email entitled "urbancore template". Thank you for your help.

      Delete
  13. Am I able to add retweets into the feed?

    ReplyDelete
  14. Anyway to make this work with the new twitter API changes?

    ReplyDelete
  15. I don't see the ticker at all, no matter where I put the name. kingnina82.blogspot.com...what do you think the problem is???

    ReplyDelete

We’re eager to see your comment. However, Please Keep in mind that all comments are moderated manually by our human reviewers according to our comment policy, and all the links are nofollow. Using Keywords in the name field area is forbidden. Let’s enjoy a personal and evocative conversation.