Showing posts with label JQUERY. Show all posts
Showing posts with label JQUERY. Show all posts

Static Follow By Email Pop Out Widget For Blogger

| |
0 comments
Presenting Static Follow By Email Pop Out Widget. This widget works with jQuery and other scripts. It has a function to slide out/ pop out on click. You will have a Heading, some text and follow by email widget. These all will slide out when you will click on a button. This is simple, you can easily edit the- Heading, Text etc. We will be adding this widget with a simple code. This widget is simple but with the slide out effect your blog gets more space and this will not look normally like your other subscription widgets. So lets get this-

How To Add Static Follow By Email Widget To Blogger?

Just follow the simple steps below-
1. Go to your blog.
2. Jump to "LAYOUT"
3. Add a new "HTML/JAVASCRIPT" gadget.(Anywhere in the corner) 
4. Paste the following code in the "EDITOR"-
<style type="text/css">
/*<![CDATA[*/
    #w2bfollowSubscribe {background-color: #464646;width: 220px;color: #fff;position: fixed;z-index: 999999;right: 10px;bottom: 0;}
    .followOpened {-webkit-border-radius: 2px 0 0;-moz-border-radius: 2px 0 0;border-radius: 2px 0 0;-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);}
    .w2bfollowButton {background: #464646;color: #CCC !important;font-size: 13px;line-height: 28px;padding: 0 10px;text-decoration: none;position: absolute;top: -28px;right: 0;display: block;-webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);-webkit-border-radius: 2px 2px 0 0;-moz-border-radius: 2px 2px 0 0;border-radius: 2px 2px 0 0;height: 28px;}
    .w2bfollowButton span {background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLnDJDItPekEmtXskhr7j-oM1LWAFeSVrUD69f03YEkDD0bmfYcdO90Ol2aOmjCtLCWvaemdFPxnWZ7BAErxU4ZwnIwVqsdAW2P1P_aw6bItl8oq2Wyuv4XXyyrYqwL12lIm-tAhASWQdp/s1600/follow-w2b.png") no-repeat scroll 0 3px transparent;padding-left: 15px;}
    .w2bfollowButton:hover,.followActive {color: #fff !important;}
    .w2bfollowButton:hover span,.followActive span {background-position: 0 -37px !important;}
    .followactive {background-color: #333;}
    .w2bfollowForm {padding: 15px;}
    .w2bfollowForm h3 {font-size: 18px;margin: 0 0 10px;font-weight: normal;}
    .w2bfollowForm p {margin: 0 0 10px;}
    .w2bfollowForm .emailInput {width: 95%;padding: 2px 4px;margin: 0 auto;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;font-size: 15px;border: 1px solid #444;color: #888;display: block;clear: both;}
    .w2bfollowForm form {text-align: center;}
    .w2bfollowForm .emailInput:focus {color: #000;border-color: #000;}
    .w2bfollowForm .emailSubmit {cursor:pointer;padding: 2px 20px;background: #333;background: -webkit-linear-gradient(top, #333 0%, #111 100%);background: -moz-linear-gradient(top, #333 0%, #111 100%);background: -o-linear-gradient(top, #333 0%, #111 100%);background: -ms-linear-gradient(top, #333 0%, #111 100%);background: linear-gradient(top, #333 0%, #111 100%);color: #ccc;text-shadow: 0 1px 0 #000;border: 1px solid #282828;-webkit-border-radius: 11px;-moz-border-radius: 11px;border-radius: 11px;-webkit-box-shadow: inset 0 1px 0 #444;-moz-box-shadow: inset 0 1px 0 #444;box-shadow: inset 0 1px 0 #444;text-decoration: none;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;-ms-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;margin: 1em 0 1em 0;}
    .emailSubmit:hover {background: #222;background: -webkit-linear-gradient(top, #333 0%, #222 100%);background: -moz-linear-gradient(top, #333 0%, #222 100%);background: -o-linear-gradient(top, #333 0%, #222 100%);background: -ms-linear-gradient(top, #333 0%, #222 100%);background: linear-gradient(top, #333 0%, #222 100%);color: #fff;-webkit-box-shadow: inset 0 1px 0 #4f4f4f;-moz-box-shadow: inset 0 1px 0 #4f4f4f;box-shadow: inset 0 1px 0 #4f4f4f;text-decoration: none;}
    .emailSubmit:active {background: #111;background: -webkit-linear-gradient(top, #111 0%, #222 100%);background: -moz-linear-gradient(top, #111 0%, #222 100%);background: -o-linear-gradient(top, #111 0%, #222 100%);background: -ms-linear-gradient(top, #111 0%, #222 100%);background: linear-gradient(top, #111 0%, #222 100%);color: #aaa;-webkit-box-shadow: inset 0 -1px 0 #333;-moz-box-shadow: inset 0 -1px 0 #333;box-shadow: inset 0 -1px 0 #333;text-decoration: none;}
    .w2bFollowFooter {text-align: center;font: normal 11px "Helvetica Neue", sans-serif;padding: 7px 0;margin: 0 0 -15px !important;border-top: 1px solid #3c3c3c;}
    .w2bFollowFooter a {color: #aaa;text-shadow: 0 1px 0 #262626;background: none;text-decoration: none;}
    .w2bFollowFooter a:hover {color: #fff;background: none;}
/*]]>*/
</style>
<script type="text/javascript">
/*<![CDATA[*/
;(function(w2b){w2b(document).ready(function(){w2b.extend(w2b.easing,{easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b}});var followBox=w2b("#w2bfollowSubscribe");var followHeight="-"+followBox.outerHeight()+"px";followBox.hide().css({bottom:"-500px"});setTimeout(function(){followBox.show().animate({bottom:followHeight})},500);w2b(".w2bfollowButton").click(function(e){if(followBox.hasClass("followOpened")){w2b(this).removeClass("followActive");followBox.removeClass("followOpened").stop().animate({bottom:followHeight},{duration:300,easing:"easeOutCubic"})}else{w2b(this).addClass("followActive");followBox.addClass("followOpened").stop().animate({bottom:"0"},{duration:500,easing:"easeOutCubic"})}e.preventDefault()})})})(jQuery);
/*]]>*/
</script>
<div id="w2bfollowSubscribe" style="display:none;">
    <div class="w2bfollowForm">
        <a class="w2bfollowButton" href="#" title="Follow"><span>Follow</span></a>
        <h3>Via Email</h3>
        <p>Get in touch with Blogger Tricks Hut via email.</p>
        <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=bloggertrickshut', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
            <input type="text" class="emailInput" name="email" placeholder="Enter Your Email..."/>
            <input type="hidden" value="BloggerTricksHut" name="uri"/>
            <input type="hidden" name="loc" value="en_US"/>
            <input type="submit" value="Subscribe" class="emailSubmit"/>
        </form>
        <p class="w2bFollowFooter">
            <a href="http://feedburner.google.com" target="_blank">Delivered by FeedBurner</a>
        </p>
    </div>
</div>
Read More

Rainbow Color Link Hover Effect In Blogger

| |
2 comments


I am sure you are observing the hover effect on our links. This is done by adding a simple jQuery plugin to your template. Hats off to Dynamic Drive for this script. This is a very cool tutorial to style up your links. We will add this script directly to the blogger templates. This is very simple and works perfect in all templates. Now lets get on to the tutorial. Just follow the simple steps below:


Read More

Facebook LikeBox jQuery Popup With Timer

| |
0 comments

Facebook, Blogger Tricks, Free facebook likes

We have posted many posts on social media for your blog. But today's post is something different from all of them. Today's widget is a popup Facebook Like Box, with count down timer. This widget has an image link to your fan-page, a small like box, a close button and a count-down timer. You can also set the timer. Your visitors need to wait for the seconds you provide in  the timer to close the popup Like Box, but still they can click on the close button at the top of the pop-out. People might like to click on the button as it interferes while going to your blog.
Read More

Changing Blog Background (SuperSized Slider)

| |
0 comments

Bored of the everyday look of your blog? Now you can add multiple images to your blogger blog's background. Today I am here with a cool tutorial on Super Sized Slider. We will be adding this slider to our blog in just some simple steps. This slider is created by Build Internet. There are scroll bars, compatible in all browsers & all types of screen sizes. Here, we are just adding a simple code. Want to see the demo before applying this to your blog? Demo Link!
Read More

PieceMaker 2 Flash Slider For Blogger

| |
0 comments
Finally, I am here for you with PieceMaker Slider, which is just like the Cuber Slider. Sorry, I could not bring the Cuber Slider To Blogger, but as promised on Nivo Slider Tutorial, I brought something exactly similar to it. The piece maker is a super cool flash slider with easy customization. This slider also allows you to add videos and flash(.swf) files to it. First you need to see the demo of this. Click on this text to see the demo of this.
Read More

Pascal Theme Nivo Slider For Blogger 2012

| |
0 comments
Add to blogger

Just I sat on internet, googling on jQuery I shocked by seeing the demand on cuber slider used in Namisan Template . I thought of bringing this to my blog readers, I worked hard on it but unfortunately I could not get it for you. But I promise you that I will bring a slider similar to Cuber Slider using CSS3 & JQUERY. Well think about it later, first come to this slider I brought for you. Good looking, easy to use, perfectly working slider. You can view a demo of the slider here. Lets move on to the tutorial.







Read More

Sliding Share Counters Widget For Blogger

| |
0 comments



Wofoo, now promote your site for free. Today I am bringing you Sliding Share Counters, that will automatically scroll with your content. These are smooth, as they use jQuery. This is easy to add to add to your blog, but takes few seconds to load. You can view the demo of this on our blog.
Read More

Smooth Scroll To Top For Your Blog

| |
0 comments


How to add a scroll to top JQUERY plugin to blogger blogs? Today I am going to give a tutorial on adding JQUERY scroll to top plugin to blogger blogs. To do this we only need a piece of JQUERY CODE. It provides comfort to your blog readers as they can scroll to the top at one click. It looks cute when scrolling because of the smooth effect. So now lets start to add the plugin to our blog. Scroll this blog to the bottom to view the DEMO.


Read More

Sliding Facebook Like Box Pop Out For Blogger

| |
0 comments


Today I am presenting a Facebook Like Box that scrolls with you & slides on hover. You can view a demo of this on the right of this blog. To add this to your blog, you just need to add a gadget. You might also be like my previous post on CSS Slide Buttons. This effect is supported in all browsers & uses JQUERY and CSS. So now lets start the tutorial.



Read More

Featured Content Tabbed Slider For Blogger

| |
1 comments


After my tutorial on Advanced CSS menu today I am going to give you a content slider for your blog with CSS & jQuery. This  slider is quiet simple to embed in your blogger blog with BTH codes. This has a feature of auto-slide and also has tabs to jump to another slide. You can view a demo here. Okay now lets start creating.


Read More

Moving Boxes jQuery Plugin For Blogger

| |
0 comments


  • picture

    Olivia News Heading

    A very short exerpt goes here... more
  • picture

    Alice News Heading

    A very short exerpt goes here... more and a whole lot more text goes here, so we can see the height adjust.
  • picture

    Yin News Heading

    A very short exerpt goes here... more
  • picture

    Gerri News Heading

    A very short exerpt goes here... more
  • picture

    Tabitha News Heading

    A very short exerpt goes here... more
  • picture

    Mary News Heading

    A very short exerpt goes here... more
  • picture

    Kitty News Heading

    A very short exerpt goes here... more 
Liked it ? Now learn it.



Read More
Powered by Blogger.