Google Adsense Earning Trick With Coading Sript

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, 29 May 2013

Add Animated Scrolling Recent Post Widget In Blogger

Posted on 21:33 by Ashish Chaturvedi
                                                                       

Scrolling recent posts gadget is a best widget to show off recent posts from your blog with a jQuery scroll effect,which grabs attention of of visitors very quickly. Today we are come with new scrolling recent posts widget, which works a with a jQuery spy effect, this is the best feature of this widget. Each snippets of this widget contains title of post, thumbnail of post, date when that post was published and number of comments on that post.
Also all of the above options are fully customizable, so that you can easily customize this widget as you wish. Above are the some features of this widget now lets see how to add it into your blogger blog.

 Installing It On Your Blog:

  • Go to blogger > Open layout tab
  • Now Add A new HTML/JavaScript widget

    • Now paste the code given below : 

    Add this cool widget manually through below code:


    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'></script>
    <style type="text/css" media="screen">
    <!--
    /* ========== Scrolling Recent Posts Widget By crackstrick.blogspot.com ======== */

    #CTR-widget {
    overflow: hidden;
    margin-top: 5px;
    padding: 0px 0px;
    height: 385px;
    }
    #CTR-widget ul {
    width: 295px;
    overflow: hidden;
    list-style-type: none;
    padding: 0px 0px;
    margin: 0px 0px;
    }
    #CTR-widget li {
    width: 282px;
    padding: 5px 5px;
    margin: 0px 0px 5px 0px;
    list-style-type: none;
    float: none;
    height: 80px;
    overflow: hidden;
    background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNIipClO-UmbgOUhE6qZNMFSjrZkpp2CT_Vzj0wHxGsPSb5VPh72LBv39rUVE0N6OAyGLTcfu9BeLQ8f8LK21H53bJhl27OR3MZcrPUewK3GK6pktpAMaBdiJ8g_ioOGhV8G_33FLziK2h/h120/carckstrick.jpg) repeat-x;
    border: 1px solid #ddd;
    }
    #CTR-widget li a {
    text-decoration: none;
    color: #4B545B;
    font-size: 15px;
    height: 18px;
    overflow: hidden;
    margin: 0px 0px;
    padding: 0px 0px 2px 0px;
    }
    #CTR-widget img {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    background: #EFEFEF;
    border: 0;
    }
    #CTR-widget img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 4px;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(0.5, #ddd), color-stop(0.5, #c0c0c0), to(#aaa));
    background: -moz-linear-gradient(top, #eee, #ddd 50%, #c0c0c0 50%, #aaa);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.7);
    box-shadow: 0 0 3px rgba(0,0,0,.7);
    }
    #CTR-widget img:hover {
    -moz-transform: scale(1.2) rotate(-350deg);
    -webkit-transform: scale(1.2) rotate(-350deg);
    -o-transform: scale(1.2) rotate(-350deg);
    -ms-transform: scale(1.2) rotate(-350deg);
    transform: scale(1.2) rotate(-350deg);
    -webkit-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
    }
    .spydate {
    overflow: hidden;
    font-size: 10px;
    color: #0284C2;
    padding: 2px 0px;
    margin: 1px 0px 0px 0px;
    height: 15px;
    font-family: Tahoma,Arial,verdana, sans-serif;
    }
    .spycomment {
    overflow: hidden;
    font-family: Tahoma,Arial,verdana, sans-serif;
    font-size: 10px;
    color: #262B2F;
    padding: 0px 0px;
    margin: 0px 0px;
    }

    /* ========== Scrolling Recent Posts Widget By crcakstrick.blogspot.com ======== */

    -->
    </style>
    <script language='JavaScript'>
    imgr = new Array();
    imgr[0] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRhSeqr0Z5qsvMiKHkpCLtb7Gu74ELpFMjZLqXqAjthgzJ-UCJadqoVQrrui_tFrFKPCAe1nj9dMVMFGxjlVOhIfy8FqwwP8Quy9s5gaDpl1EW3f8h7FfXAQsZv5GtVxKxkacHJzbLGa8q/s1600/No+Image+1.gif";
    imgr[1] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRhSeqr0Z5qsvMiKHkpCLtb7Gu74ELpFMjZLqXqAjthgzJ-UCJadqoVQrrui_tFrFKPCAe1nj9dMVMFGxjlVOhIfy8FqwwP8Quy9s5gaDpl1EW3f8h7FfXAQsZv5GtVxKxkacHJzbLGa8q/s1600/No+Image+1.gif";
    imgr[2] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRhSeqr0Z5qsvMiKHkpCLtb7Gu74ELpFMjZLqXqAjthgzJ-UCJadqoVQrrui_tFrFKPCAe1nj9dMVMFGxjlVOhIfy8FqwwP8Quy9s5gaDpl1EW3f8h7FfXAQsZv5GtVxKxkacHJzbLGa8q/s1600/No+Image+1.gif";
    imgr[3] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRhSeqr0Z5qsvMiKHkpCLtb7Gu74ELpFMjZLqXqAjthgzJ-UCJadqoVQrrui_tFrFKPCAe1nj9dMVMFGxjlVOhIfy8FqwwP8Quy9s5gaDpl1EW3f8h7FfXAQsZv5GtVxKxkacHJzbLGa8q/s1600/No+Image+1.gif";
    imgr[4] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRhSeqr0Z5qsvMiKHkpCLtb7Gu74ELpFMjZLqXqAjthgzJ-UCJadqoVQrrui_tFrFKPCAe1nj9dMVMFGxjlVOhIfy8FqwwP8Quy9s5gaDpl1EW3f8h7FfXAQsZv5GtVxKxkacHJzbLGa8q/s1600/No+Image+1.gif";
    showRandomImg = true;
    boxwidth = 255;
    cellspacing = 6;
    borderColor = "#232c35";
    bgTD = "#000000";
    thumbwidth = 50;
    thumbheight = 50;
    fntsize = 15;
    acolor = "#666";
    aBold = true;
    icon = " ";
    text = "comments";
    showPostDate = true;
    summaryPost = 40;
    summaryFontsize = 10;
    summaryColor = "#666";
    icon2 = " ";
    numposts = 10;
    home_page = "http://www.CrcaksTrick.blogspot.com/";
    limitspy=4;
    intervalspy=4000;
    </script>
    <div id="CTR

    -widget">
    <script src='https://dl.dropbox.com/s/gviv5r1iksjfvj3/Scrolling_recent-posts-Spy-NBT.js' type='text/javascript'></script>
    </div>

    • Now Replace the http://www.CrcaksTrick.blogspot.com/ with your blog Url.
    • 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.
    Finally save your all changes and visit you blog to see the working widget.
    Please let us know your thoughts on this widget. Leave Your comments below if you need any help.
    Happy Blogging
    Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
    Posted in Blogger Widgets | No comments
    Newer Post Older Post Home

    0 comments:

    Post a Comment

    Subscribe to: Post Comments (Atom)

    Popular Posts

    • Create a Contact Form With File Upload Option
      The contact form that I am using on this blog is from emailmeform and it is all free but customized using CSS. I previously published a p...
    • Place Qadabra ads inside blogger post
      Dear bloggers I have given you many ways to insert codes and ads between blogger posts. Today I am introducing you to put the famous ad sens...
    • How to add Scrollbar within the Blogger Post
                                                  Sometimes your blog post contents or text gets too long and you wants to add some blog post pa...
    • 7 Best Shorten URL
      7 Best Shorten URL and Earn Money Sites that Pays for Clicks Most of the internet users must be knowing about this URL shortener sites ( Sho...
    • How To Automatically Add Blogger Post To Facebook
      Today you know that the best way to spread your article is social media. So after posting your article many bloggers usually add the article...
    • Super Ram 6 Pro Full with Patch for Free
      SuperRam is basically an utility tool to enhance the performance of your computer.Its main features are as follows: Compatible with Microsof...
    • How to increase traffic of blog/website
      User right blogging software (refer to this post : Two of My Favorite Blogging Softwares ) For traffic you need content, so write at least ...
    • Make money online with traffic exchange
                                                      Traffic exchange program is designed to get traffic to your site. If you have a website o...
    • Make money with Aurora websites
      Are you struggling  how to earn money online without investment or just make money online from home then find out the aurora website to ...
    • Ideas to make money online
      A cash cow for the enterprising, the Internet is littered with opportunities to make a fast buck. While it rarely qualifies as a s...

    Categories

    • Adsense Earning (11)
    • Anti Virus (4)
    • blog (1)
    • Blogger Tips (79)
    • Blogger Widgets (37)
    • Earn money online (19)
    • Earning By File Uploading (1)
    • Games (1)
    • Hacking (3)
    • Internet (1)
    • Media Players (1)
    • Moblie Tricks (13)
    • Modem Unlocker (1)
    • Online Jobs (13)
    • PC Tricks (16)
    • Serial Keys (2)
    • Skins For Windows (1)
    • Small And Easy Jobs (8)
    • Softwares (29)
    • Speed Up PC (6)
    • Tips for High Traffic (8)
    • Tricks (38)
    • URL Shortner (2)
    • Utilities (21)
    • Web Designer Software (3)
    • Website Tricks (24)
    • Windows (10)

    Blog Archive

    • ▼  2013 (183)
      • ►  July (3)
      • ►  June (25)
      • ▼  May (152)
        • Tips on Designing Effectve Navigation for Website ...
        • How to Display Post Author, Date/Time and Labels B...
        • Why you should buy custom domain for blogger Blog
        • Tips to get approved by Google AdSense
        • How to add Scrollbar within the Blogger Post
        • Optimizing Your Site for Mobile Users: Plugin Vs. ...
        • How to add stylish multicoloured popular post widget
        • Top Sites To Do Online Jobs
        • Add Multi-Tabbed widget to Blogger Sidebar
        • Add Animated Scrolling Recent Post Widget In Blogger
        • Add Recent Comments Widget with Rounded Images for...
        • Add 3 In 1 Slide Out Follower Box Widget to Blogger
        • Boost Up Blog Comments In Exchange Of Incentives F...
        • Optimizing Your Site for Mobile Users: Plugin Vs. ...
        • Don't Forget To Join Our Community Popup Widget fo...
        • Possible Reason That will Cause Your Blog to be De...
        • Widgets How to add Stylish Search box to blogger blog
        • How to Add 5 in 1 Slide Out Social Subscribing Wid...
        • How To Add Buibbles Effect In Blogger
        • Feedburner subscribe via email gadget
        • How to Create Google custom search Engine
        • Add customized three column footer in blogger blog
        • Importance Of PPC In Online Marketing
        • Stylish Design your Cloud Label and Categories Wid...
        • Submit your blogs to Search Engines
        • Make money online with traffic exchange
        • DELETING files beyond recovery
        • Make money with Aurora websites
        • Make money with completing offers
        • How To Increase The Virtual Memory Of Your PC ?
        • Chitika Adsense
        • How to trace any phone number in the World ?
        • How to fix microsoft dotnet framework 3.5 on Windo...
        • Best Shortcuts and Tricks Windows 8
        • Display post author, date, labels and comments wit...
        • Top 5 High Paying Alternatives to Google AdSense
        • Stylish Facebook Like Box POP-UP With Timer For Bl...
        • How to Add Footer Column Widget into Blogger blog
        • Best Way To Optimise Adsense Earning
        • Optimize Blog Post Titles Using H2 Tag - Increase ...
        • Publish Several Posts Per Day To Boost Traffic!
        • Requirements" To Make Money Through Blogging
        • Important things to consider Before Starting Blogg...
        • Ways To Optimize AdSense Ads To Increase Revenue
        • Best Money Back Guaranteed Earning Methord
        • How to create your own keyboard shourcut
        • How to recover your lost cell phone India
        • Tool to Measure the Speed of Your Website
        • LG secret codes
        • Secret Codes For Nokia
        • Speed up your internet connection any software
        • How to install windows quickly or save your time w...
        • How to protect gmail account from hackers
        • 8 ways to access blocked websites
        • How to create facebook Chat codes
        • How to boost internet speed by 20% without any sof...
        • Top 5 most Dengerous notepad Tricks
        • Download Connectify Hotspot Pro 4.3.3 Full Version...
        • Shortcut keys ABCs
        • HOW TO INCREASE INTERNET SPEED TO MAXIMUM AVAILABL...
        • Download Mac Blu-ray Player for Windows 2.8 Fully ...
        • How to add facebook comment box in blogger
        • How to Convert Normal Sim Card to Micro Sim
        • One Click Way to Find the Best Indian Mobile Plans...
        • Earn Money With TusFiles By Uploading And Sharing ...
        • Expandable Recent Comments Widget for Blogger/Blog...
        • Create Navigation Menu With Drop Down Submenus
        • How To Remove Blogger Attribution Gadget
        • Add a Blog To My website
        • How can I optimize my site for search engines?
        • How To SEO Optimize Your Blogger Blog Titles For H...
        • Make Money Online Via Bux Sites
        • Earn Money Via Your Facebook Profile
        • Embed IP Address Widget Of Visitor On Your Blog Or...
        • Blog Rank Checker Widget
        • Fixed Top Bar With Close Button For Blog And Website
        • How To Make Your Blog For Low Speed Connection?
        • Stylish And Awesome Search Engine Boxes For Blog &...
        • How To Make Your Own Custom Folder Locker
        • How To Make AutoRun CD And Change CD Icon?
        • How To Install Linux On Top Of Windows OS
        • Exciting Combination Of Mobile Technology And Auto...
        • How To Add/Remove Gadget/Widget To Your Mobile Blo...
        • How To Add Automatically Copyright When Copying Yo...
        • Secure/Protect Your Blog/Website From 1st Degree C...
        • Secure/Protect Your Blog/Website From Content Copier
        • Secure/Protect Your Blog/Website Images From Copier
        • Secure/Protect Your Blog/Website From 2nd Degree C...
        • How To Use Free Web-Hosting Websites As Free Domai...
        • How To Display Codes On Your Desired Page/Post In ...
        • Positive Points Of Guest Blogging To Make It Usefu...
        • Stylish "List Of Post/Article" Widget For Blogger
        • Success Secrets of Pete Cashmore who started blogg...
        • How to increase traffic of blog/website
        • Earn Money From mGinger By Reading SMS and Mails
        • Call Any One From Any Mobile Number
        • Trick to Lock Your Computer in Windows 7 , XP and ...
        • Free GPRS Trick on PC for Reliance SMART Using USB...
        • Super Ram 6 Pro Full with Patch for Free
        • Download Universal Keygen Generator for Free
      • ►  January (3)
    • ►  2012 (15)
      • ►  December (15)
    Powered by Blogger.

    About Me

    Ashish Chaturvedi
    View my complete profile