Adding A Responsive Slider To blog

This slider has a responsive layout and is very attractive. Its fully automated you just have to add the URL of your blog once and the images, titles and links will be updated on their own. This slider crawls and lists the recent posts of the blog. This widget looks somewhat like the one seen on engadget.com. This slider is very attractive and eye-catching too.

Adding the Widget's Code


To add this widget in your blog firstly go to Blog Title → Layout → Add Widget → HTML/JavaScript. Add the below given code.


<center>
<div id="headerbox">Featured Posts</div>
<div id="featuredpostside"></div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script src="https://dl.dropboxusercontent.com/u/76401970/All%20Blogger%20Tricks/abt-sidebar-slider.js" type="text/javascript"></script>
<script type='text/javascript'>
//<![CDATA[
FeaturedPostSide({
blogURL:"www.blogtools4u.blogspot.com",
MaxPost:8,
idcontaint:"#featuredpostside",
ImageSize:300,
interval:5000,
autoplay:true,
tagName:false
});
//]]>
</script>
<link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'/>
<style scoped="" type="text/css">
/*

*/
ul.abt-sidebar-slider * {
    -moz-box-sizing: border-box;
}
ul.abt-sidebar-slider {
    font: 11px Verdana,Geneva,sans-serif;
}
ul.abt-sidebar-slider, ul.abt-sidebar-slider li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.abt-sidebar-slider {
    height: 500px;
    width: 100%;
}
ul.abt-sidebar-slider li {
    display: none;
    float: left;
    height: 24.5%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
}
ul.abt-sidebar-slider li:nth-child(1), ul.abt-sidebar-slider li:nth-child(2), ul.abt-sidebar-slider li:nth-child(3), ul.abt-sidebar-slider li:nth-child(4) {
    display: block;
}
ul.abt-sidebar-slider li:nth-child(2) {
    left: 0;
    top: 50%;
}
ul.abt-sidebar-slider img {
    border: 0 none;
    height: 100%;
    width: 100%;
}
ul.abt-sidebar-slider .overlayx, ul.abt-sidebar-slider li {
    transition: all 0.4s ease-in-out 0s;
}
ul.abt-sidebar-slider li:nth-child(4) {
    left: 0;
    top: 75%;
    width: 100%;
}
ul.abt-sidebar-slider li:nth-child(3) {
    left: 0;
    top: 25%;
}
ul.abt-sidebar-slider .overlayx {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
ul.abt-sidebar-slider .overlayx, ul.abt-sidebar-slider img {
    border: 4px solid #2E8DCE;
    border-radius: 3px 3px 3px 3px;
}
ul.abt-sidebar-slider .overlayx:hover {
    opacity: 0.1;
}
ul.abt-sidebar-slider h4 {
    color: white;
    font-family: Oswald;
    font-size: 25px;
    font-weight: 100;
    line-height: 1.5em;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 2;
}
ul.abt-sidebar-slider .label_text {
    bottom: 10px;
    color: white;
    font-size: 90%;
    left: 10px;
    position: absolute;
    z-index: 2;
}
ul.abt-sidebar-slider li:nth-child(2) .autname, ul.abt-sidebar-slider li:nth-child(3) .autname {
    display: none;
}
.buttons {
    margin: 5px 0 0;
}
.buttons a {
    display: inline-block;
    height: 25px;
    position: relative;
    text-indent: -9999px;
    width: 15px;
}
.buttons a:before {
    border-color: transparent #535353 transparent transparent;
    border-style: solid;
    border-width: 8px 7px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 0;
}
.buttons a.nextx:before {
    border-color: transparent transparent transparent #535353;
    margin-left: -3px;
}
.date {
    background: none repeat scroll 0 0 rgba(32, 122, 161, 0.84);
    bottom: 93px;
    padding: 8px;
    position: relative;
    right: 6px;
}
#headerbox {
    background: #8FB93D;
    font-family: Oswald;
    padding: 4px;
}
</style>
</center>

After adding the code change the URL in Bold Purple in the field blogURL with your own blog's URL. There are other options too for advance users.
After editing the code, save the widget and finally save the template.

You are done now. Now you and your visitors can see this awesome slider in your blog.

0 comments:

Adding Popular Posts Widgets To blog

 So I am back with yet another Popular Posts customization for blogger blogs. This one is quite special as it looks extremely elegant and has cool transition effects when hovered.

We can rarely see blogs which do not use Popular Posts widget. This widget decreases bounce rate and increase the pageviews of your blog. Making them attractive and eye-catching will make more people click on it hence making your blog more awesome and better.
Numbered Popular Posts

I have already posted Popular Posts customization tutorials many a times. You can check them out below.

Adding the widget in Layout


Firstly go to  Blog Title → Layout → Add Widget → Popular Posts. Add the widget in the desired location and save the template.

Adding the CSS in Edit HTML


 Now go to Blog Title → Template → Edit HTML. Press Ctrl + F and search for ]]></b:skin> in search box. After getting the code add the below given code just above ]]></b:skin>

    background: none repeat scroll 0 0 #222222;
    color: #FFFFFF;
    display: block;
    margin: 10px 0;
    padding: 25px 15px 30px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
 width: 85%;
}
.popular-posts ul li a:before {
    background: none repeat scroll 0 0 #2DB3E9;
    color: #FFFFFF;
    font-weight: 700;
    height: 2em;
    line-height: 2em;
    margin-left: 88%;
    padding: 4px;
    position: absolute;
    text-align: center;
    width: 2em;
    transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
}
.popular-posts ul li a:hover {
    opacity: 0.8;
}
.popular-posts ul li a:hover:before {
    border-left-color: #CCCCCC;
    left: -1px;
     -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
.popular-posts ul li:first-child + li + li + li + li + li + li + li + li + li a:before {
    content: "10";
}
.popular-posts ul li:first-child + li + li + li + li + li + li + li + li a:before {
    content: "9";
}
.popular-posts ul li:first-child + li + li + li + li + li + li + li a:before {
    content: "8";
}
.popular-posts ul li:first-child + li + li + li + li + li + li a:before {
    content: "7";
}
.popular-posts ul li:first-child + li + li + li + li + li a:before {
    content: "6";
}
.popular-posts ul li:first-child + li + li + li + li a:before {
    content: "5";
}
.popular-posts ul li:first-child + li + li + li a:before {
    content: "4";
}
.popular-posts ul li:first-child + li + li a:before {
    content: "3";
}
.popular-posts ul li:first-child + li a:before {
    content: "2";
}
.popular-posts ul li:first-child a:before {
    content: "1";
}
.item-snippet {
    display: none;
}
.PopularPosts .item-thumbnail {
    display: none;
} 

After adding the code save the template. Now you and your visitors can see this awesome numbered popular posts widget in your blogger blog.

0 comments:

Animated Page Loading Effect for Blogger

Loading Effect Blogger
Every blogger wants his blog to look best among his competitors blogs. This widget will add a bit more chunks of awesomeness in your blog.

The concept of this widget is simple. This is more or less like Exit Effect we add in Microsoft Powerpoint's Custom Animation. Just like that whenever the visitors will click any link to leave the current page, inspite of the old boring loading it will have animation.
A live demo can be seen on my blog itself. Just click any link here and you could see the change.

To add this effect to your blog do the following things.

Adding the HTML and Script

Add the below given code just above </body>.
<style>
#abt-page-loader {
        position: fixed!important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        background:#000 url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirkMjotdSaA_J1bnvqyUeSu8xDSn22G6Aca80tx5t2_eET3v7qz-mNehkzJEgZga2tAUzdaa3U6jbaIrZTSl9XIfeY3Rw1OXDGGKI5sTGFv5q8TK0Aqs2uypqElOXE49k8Xq96x28Tbf0/s200/load6.gif') no-repeat 50% 30%;
        color: #FFF;
        display: none;
        font: 0/0 a;
        text-shadow: none;
        padding: 1em 1.2em;
}
</style>
<script type='text/javascript'>
//<![CDATA[
$(document.body).append('<div id="abt-page-loader">Loading...</div>');
$(window).on("beforeunload", function() {
    // ... Show the Animation `.fadeIn()`
    $('#abt-page-loader').fadeIn(1000).delay(6000).fadeOut(1000);
});
//]]>
</script>

After adding this code, save the template.

You are done now. Now you and your visitors can see this awesome and cool Animated Page Loading Effect in you blogger blog.

0 comments:

Add animated Flash clock

How To Add Aniamted Flash Clock Widget To Blogger?

  • Choose a type of clock below
  • Provide Require widget title
  • Fill Height and Width of the Widget
  • Click on "Genetate" button
  • Finally click on "Add to Blogger" to add it to your blog.




0 comments:

Twitter Bird Widget On blogger


In this Post I am Going to Show You How to add a flying twitter Widget to You blog
 It is Very Simple! just follow these steps…
  1. Change Your Twitter Account User Name.
  2. Copy The Bellow Widget Code.
  3. Go to Blogger Dashboard > Design > Edit HTML .
  4. Search For </body> tag and Place Widget Code Just Before it.
  5. Save your template.
<script type="text/javascript" src="http://widgets.way2blogging.org/blogger-widgets/w2b-tripleflap.js">
</script>
<script type="text/javascript">
var twitterAccount = "pushpendra1307";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
<span style="font-size:11px;position:absolute;"><a title='Blogger Widget by Way2blogging.Org' href="http://www.way2blogging.org" target='_blank'>Blogger Widgets</a></span>
Change pushpendra1307 with your own twitter username
Thats All!

1 comments:

Top 10 Premium Templates Of blogger For free

When someone creates a blog on Blogger.Com then it becomes a big problem to choose the best template which may have search engine friendly, responsive layout, easy navigation and many other features. Well, There are thousand of websites from where you can choose any template but here I've brought a collection of templates which are premium and SEO Optimized. I have collected some free best templates from several sites. These are the best templates which will help you in building the good blog. Before I show and give you these templates first let me explain the reason that why we should choose the premium, responsive and search engine friendly blogger templates.

Why To Choose Premium and SEO Optimized Templates?

So you have this question in your mind and let me answer it. Premium blogger templates are designed very well. Premium templates are having responsive look, beautiful, eye-friendly and covers each and every important feature like easy navigation menu, brilliant ad spaces to generate more income, related posts widget and many more. While SEO Optimized indicates that this template is search engine friendly. Search Engine friendly will help in gathering more traffic from search engines. These templates are already on-page optimized which will definitely bring benefit to your blog in the rank and traffic. Finally, here are some templates which I'll recommend to use on your blog.

Premium and Search Engine Friendly Blogger Templates

Below I've listed some templates. It's image, demo link and download link is also added so that you may see the live demo of it and download it with the ease.

1. Blogify Responsive


2. Maggner Magazine


3. Magzon


4. Smartify


5. Retina


6. Pakistan Mag


7. Metro Classic Responsive


8. Bresponsive


9. Balance Responsive Theme


10. Tech Shadow


Final Words

These were some premium and SEO Optimized Blogger Templates which I have shared with you all. I hope you like and use them on your blog. If you've more templates then please do share with us. Get connected with us for more and also subscribe us. Take Care till the next post. Stay Tuned!

0 comments:

Blogger Top 25 Widgets

Many people think that Blogger lacks in all of the extra goodies you can add to other platforms like WordPress, but it simply isn't true. By using widgets you can customize your blog as much as you like by just adding little snippets of code to the sidebars.
llow users to talk to you via IM, see what your most popular posts are, or even read news from sites such as Mashable. With these 25 widgets, you can create an even more powerful way of communicating with your visitors, just make sure you don't overload them with too many!
What are some of your favorite widgets for use on Blogger?
What are some of your favorite widgets for use on Blogger?

Communications Widgets

Google Talk - Give visitors the ability to talk to you via Google Talk directly from your blog sidebar.
Jaxtr - Create a widget that allows people to call you on the phone without revealing the phone number to them.
Meebo Me - Meebo Me will allow you to create a chat box that you can install on your Blogger page, giving you the chance to converse with visitors to your site.
Skype - The official Skype widget allows you to create various buttons that can show your current status and also allows people to just click it and give you a call.
Tag-Board - Allows you to add a real-time chat board to your blog that your visitors and you can use to converse.

Social Widgets

Delicious Linkrolls - Share your Delicious bookmarks with the world with this easy to install linkroll widget.
FriendFeed Widget - Share all of your FriendFeed activity with the readers of your site.
Google Friend Connect - A makeshift social network that runs across any site that has installed Google Friend Connect.  You can join a site, see the other members, play games and more.
LinkedInABox - LinkedInABox retrieves your LinkedIn profile to display on your blog, allowing people to look through things such as your specialties and experience.
MyBlogLog - If someone visits your blog that is also a member of MyBlogLog, their avatar and username will appear in the box.  You can then click on any person to check out their profile on the service.
Twitter - Add your Twitter stream to your blog and display anywhere from your last tweet to the last twenty. Also gives a link for people to be able to follow you.
Share on Facebook - A simple widget that allows your readers to share items from your blog on Facebook.
SocialFeed - A miniature lifestreaming widget that broadcasts your activities on sites such as Twitter, StumbleUpon, Last.fm and so on.  Has several different skins you can choose from.

Utility Widgets

Add This - The popular social bookmarking button is available for Blogger accounts.
Easy Comments - This widget allows you to add commenting to any page of your site by placing the widget at the bottom of a page.  Allows people to say if they liked the comment, includes comment threading and more.
Google Search - Add an AJAX powered Google search box to your blog that you can allow to search the web and your blog, or even just restrict it to the contents of your site.
Popular Posts - This widget will take a look at your comments, up to the last 5,000, and generate a list of which posts had the most conversation around them.
Recent Comments - Display the most recent comments on your blog in this widget so that readers can join in the conversation.
Related Posts - Not so much a widget as a hack, this will give you the related post functionality that so many WordPress powered blogs use.
ShareThis - The highly customizable green button that ShareThis is known for can be added to your blog.  Choose if you want it for social bookmarking, users emailing your posts and more.
Shout List Icons - Be the king (or queen) of social sharing with this widget that generates icons for over 30 social sites your blog can be added to.
Tag/Label Cloud - Gives you the ability to install a traditional tag cloud in your sidebar so people can see what you write about the most.

Miscellaneous Widgets

Flickr - You can generate an HTML or Flash based badge of your photo stream to share your images with your visitors.
Mashable - Yes, now you too can share the best web-related news on your blog with the Mashable widget.
Picasa Albums - Display your public Picasa albums in your blog sidebar with this handy widget.

Thanks Hope you liked it

3 comments: