Stylish Static Follow by Email Blogger

\ \ 0 comments
Stylish Static Follow by Email
Sebenarnya ini adalah widget asli bawaan Blogger, tetapi sudah dimodifikasi sedemikian rupa sehingga menyerupai plugin Wordpress. Widget ini merupakan hasil perpaduan dari CSS dan Jquery, oleh karena itu akan menghasilkan efek Smooth. Dengan tampilan seperti ini sangat mungkin pengunjung blog sobat akan menjadi subsciber email sobat. Untuk mendapatkan widget Stylish Static Follow by Email ini silahkan ikuti langkah-langkah berikut.
1. Karena widget ini menggunakan Jquery maka tambahkan script berikut pada template sobat sebelum tag </head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
Tapi jika sobat sudah menambahkanJquery pada template sobat, maka abaikan langkah ini.
2. Masuk Tab Rancangan ==> Tambah Gadget ==> HTML/Javascript lalu paste kode di bawah ini
<style type="text/css">
/*<![CDATA[*/
    #bdfollowSubscribe {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);}
    .bdfollowButton {background: #464646;color: #CCC;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;}
    .bdfollowButton span {background: url("http://img3.imageshack.us/img3/8021/followbd.png") no-repeat scroll 0 3px transparent;padding-left: 15px;}
    .bdfollowButton:hover,.followActive {color: #fff !important;}
    .bdfollowButton:hover span,.followActive span {background-position: 0 -37px !important;}
    .followactive {background-color: #333;}
    .bdfollowForm {padding: 15px;}
    .bdfollowForm h3 {font-size: 18px;margin: 0 0 10px;font-weight: normal;}
    .bdfollowForm p {margin: 0 0 10px;}
    .bdfollowForm .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;}
    .bdfollowForm form {text-align: center;}
    .bdfollowForm .emailInput:focus {color: #000;border-color: #000;}
    .bdfollowForm .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;}
    .bdFollowFooter {text-align: center;font: normal 11px "Helvetica Neue", sans-serif;padding: 7px 0;margin: 0 0 -15px !important;border-top: 1px solid #3c3c3c;}
    .bdFollowFooter a {color: #aaa;text-shadow: 0 1px 0 #262626;background: none;text-decoration: none;}
    .bdFollowFooter a:hover {color: #fff;background: none;}
/*]]>*/
</style>
<script type="text/javascript">
/*<![CDATA[*/
;(function(bd){bd(document).ready(function(){bd.extend(bd.easing,{easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b}});var followBox=bd("#bdfollowSubscribe");var followHeight="-"+followBox.outerHeight()+"px";followBox.hide().css({bottom:"-500px"});setTimeout(function(){followBox.show().animate({bottom:followHeight})},500);bd(".bdfollowButton").click(function(e){if(followBox.hasClass("followOpened")){bd(this).removeClass("followActive");followBox.removeClass("followOpened").stop().animate({bottom:followHeight},{duration:300,easing:"easeOutCubic"})}else{bd(this).addClass("followActive");followBox.addClass("followOpened").stop().animate({bottom:"0"},{duration:500,easing:"easeOutCubic"})}e.preventDefault()})})})(jQuery);
/*]]>*/
</script>
<div id="bdfollowSubscribe" style="display:none;">
    <div class="bdfollowForm">
        <a class="bdfollowButton" href="#" title="Follow"><span>Follow</span></a>
        <h3>Follow 'Black Deviant'</h3>
        <p>Mau tutorial blog dan SEO terbaru dari blog ini langsung ke emailmu, silahkan masukkan email sobat dan tekan tombol Subscribe.</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=BlackDeviant', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
            <input type="text" class="emailInput" name="email" placeholder="Enter Your Email..."/>
            <input type="hidden" value="BlackDeviant" name="uri"/>
            <input type="hidden" name="loc" value="en_US"/>
            <input type="submit" value="Subscribe" class="emailSubmit"/>
        </form>
        <p class="bdFollowFooter">
            <a href="http://feedburner.google.com" target="_blank">Delivered by FeedBurner</a>
        </p>
    </div>
</div>
Catatan:
  • Kode yang berwarna merah gantilah dengan nama blog sobat atau kata yang lain.
  • Kode yang berwarna biru merupakan pesan, jadi gantilah sesuka sobat.
  • Kode yang berwarna hijau adalah ID Feedburner sobat.
3. Simpan template sobat.
Sekian tutorial kali ini, jangan lupa dukung blog ini dalam kontes SEO Betwin188.com Agen Bola Terbaik Dukung Anti Rasisme EURO 2012. Salam Blogger dan wassalam.

Tidak ada komentar: