Showing posts with label Blogger Widget. Show all posts
Showing posts with label Blogger Widget. Show all posts

Tuesday, February 5, 2013

Add a Blue Professional Dropdown Menu in Blogger


Drop down menus are very important in blogging and these kinds of stuff is also considerable for the visitors be'coz visitor when firstly see your menus and other widget and if he like that then she/he wish to visit again itself and content also very important fro the every blogger.





Add Blue Drop Down Menu

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Layout
  • Add a HTML/JavaScript Gadget
  • Paste below code in it.

<style>

/* Blue Dropdown Menu by www.widgetgenerators.blogspot.com */
#nav {
display:inline-block;
width:100%;
margin:0px auto;
padding:0;
background:#335599 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuorwiB_jV6IWm4ixwDHTwzV9G1MOeZFIE-7GOIzrMn8D3gKdtDZpgjA1bdKZ58onFqrQBa2oG2Vboj84vXIqFpZyF4q8BPcknkYvseVqAek4FcKb15aMpd20L976lipXZCAm-iAZBBJkK/s320/bg-ABT.png) repeat-x 0 -110px;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}
#nav li {
margin:10px;
float:left;
position:relative;
list-style:none;
}
#nav a {
font-family:verdana;
font-weight:bold;
color:#e7e5e5;
text-decoration:none;
display:block;
padding:8px 20px;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, .7);
}/* selected menu element */
#nav .current a, #nav li:hover > a {
background:#7788aa url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuorwiB_jV6IWm4ixwDHTwzV9G1MOeZFIE-7GOIzrMn8D3gKdtDZpgjA1bdKZ58onFqrQBa2oG2Vboj84vXIqFpZyF4q8BPcknkYvseVqAek4FcKb15aMpd20L976lipXZCAm-iAZBBJkK/s320/bg-ABT.png) repeat-x 0 -20px;
color:#000;
border-top:1px solid #f8f8f8;box-shadow:0 2px 2px rgba(0,0,0, .7); /*some css3*/
-moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}/* sublevels */
#nav ul li:hover a, #nav li:hover li a {
background:none;
border:none;
color:#000;
}
#nav ul li a:hover {
background:#335599 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuorwiB_jV6IWm4ixwDHTwzV9G1MOeZFIE-7GOIzrMn8D3gKdtDZpgjA1bdKZ58onFqrQBa2oG2Vboj84vXIqFpZyF4q8BPcknkYvseVqAek4FcKb15aMpd20L976lipXZCAm-iAZBBJkK/s320/bg-ABT.png) repeat-x 0 -100px;
color:#fff;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}#nav ul li:first-child > a {
-moz-border-radius-topleft:10px; /*some css3*/
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
}
#nav ul li:last-child > a {
-moz-border-radius-bottomleft:10px; /*some css3*/
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
}/* drop down */
#nav li:hover > ul {
opacity:1;
visibility:visible;
}
#nav ul {
opacity:0;
visibility:hidden;
padding:0;
width:175px;
position:absolute;
background:#aabbcc url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuorwiB_jV6IWm4ixwDHTwzV9G1MOeZFIE-7GOIzrMn8D3gKdtDZpgjA1bdKZ58onFqrQBa2oG2Vboj84vXIqFpZyF4q8BPcknkYvseVqAek4FcKb15aMpd20L976lipXZCAm-iAZBBJkK/s320/bg-ABT.png) repeat-x 0 0;
border:1px solid #7788aa;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);-moz-transition:opacity .25s linear, visibility .1s linear .1s;
-webkit-transition:opacity .25s linear, visibility .1s linear .1s;
-o-transition:opacity .25s linear, visibility .1s linear .1s;
transition:opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
float:none;
margin:0;
}
#nav ul a {
font-weight:normal;
text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
#nav ul ul {
left:160px;
top:0px;
}

</style>

    <ul id="nav">
        <li><a href="#">Home</a></li>
        <li><a href="#">Tutorials</a>
            <ul>
                <li><a href="#">HTML / CSS</a></li>
                <li><a href="#">JS / jQuery</a>
                    <ul>
                        <li><a href="#">jQuery</a></li>
                        <li><a href="#">JS</a></li>
                    </ul>
                </li>
                <li><a href="#">PHP</a></li>
                <li><a href="#">MySQL</a></li>
                <li><a href="#">XSLT</a></li>
                <li><a href="#">Ajax</a></li>
            </ul>
        </li>
        <li><a href="#">Resources</a>
            <ul>
                <li><a href="#">By category</a>
                    <ul>
                        <li><a href="#">PHP</a></li>
                        <li><a href="#">MySQL</a></li>
                        <li><a href="#">XSLT</a></li>
                        <li><a href="#">Ajax</a></li>
                    </ul>
                </li>
                <li><a href="#">By tag name</a>
                    <ul>
                        <li><a href="#">captcha</a></li>
                        <li><a href="#">gallery</a></li>
                        <li><a href="#">animation</a></li>
                    </ul>
                </li>
            </ul>
        </li>
        <li><a href="#">About</a></li>
        <li><a href="http://www.widgetgenerators.blogspot.com.com">FAQ's</a></li>
    </ul>

  • Save your widget.


 Make Changes....!

  • Replace it # with your link.
  • Replace all Green Area with your showing menu name.



If Any Problem Comes, Ask in Comments

Saturday, January 26, 2013

Add a JQuery Pop-Up Facebook Like Widget With Close Button


Facebook has a another widget and we also have one another awesome widget for our readers and it's comes with a very awesome widget as you can see in the below image. This Widget has a close button with a timer of 20 seconds, after 20 seconds this widget hides automatically. It's design is very unique and very professional for any blogger.






Add Timer Pop-Up Widget

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML > Proceed > Expand Widget Templates
  • Press Ctrl + F and search the code shown below.

</body>

  • Paste below code before </body>

<style>#fblikepop {    background-color: #fff;
    display: none;
    position: fixed;
    top: 200px;
    _position: absolute;
 /* hack for IE 6*/
    width: 450px;
    border: 10px solid #6F6F6F;
    z-index: 200;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    margin: 0pt;
    padding: 0pt;
    color: #333333;
    text-align: left;
    font-family: arial,sans-serif;
    font-size: 13px;
}#fblikepop body {
    background: #fff none repeat scroll 0%;
    line-height: 1;
    margin: 0pt;
    height: 100%;
}

.fbflush {
    cursor: pointer;
    font-size: 11px !important;
    color: #FFF !important;
    text-decoration: none !important;
    border: 0 !important;
}
#fblikebg {
    display: none;
    position: fixed;
    _position: absolute;
 /* hack for IE 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 100;
}#fblikepop #closeable {
    float: right;
    margin: 7px 15px 0 0;
}#fblikepop h1 {
    background: #6D84B4 none repeat scroll 0 0;
    border-top: 1px solid #3B5998;
    border-left: 1px solid #3B5998;
    border-right: 1px solid #3B5998;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 5px !important;
    margin: 0 !important;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}#fblikepop #actionHolder {
    height: 30px;
    overflow: hidden;
}#fblikepop #buttonArea {
    background: #F2F2F2;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
    min-height: 50px;
}#fblikepop #buttonArea a {
    color: #999999 !important;
    text-decoration: none !important;
    border: 0 !important;
    font-size: 10px !important;
}#fblikepop #buttonArea a:hover {
    color: #333 !important;
    text-decoration: none !important;
    border: 0 !important;
}#fblikepop #popupMessage {
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 22px;
    padding: 8px;
    background: #fff !important;
}#fblikepop #counter-display {
    float: right;
    font-size: 11px !important;
    font-weight: normal !important;
    margin: 5px 0 0 0;
    text-align: right;
    line-height: 16px;
}</style>
<script src="http://www.google.com/jsapi"></script><script>google.load("jquery", "1");</script>
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<script type="text/javascript">
//<![CDATA[
 kakinetworkdotcom01username="WidgetGenerators",
 kakinetworkdotcom01title="Join Us On Facebook!",
 kakinetworkdotcom01skin="04",
 kakinetworkdotcom01time="20",
 kakinetworkdotcom01wait="0",
 kakinetworkdotcom01lang="en"
//]]>
</script>
<script type="text/javascript" src="https://dl.dropbox.com/u/63968842/fbjqureywidget%28www.widgetgenerators.blogspot.com%29.js"></script>
<script type="text/javascript">
//<![CDATA[
 $(document).ready(function(){$().kakinetworkdotcom({ closeable: true });});
//]]>
</script>

  • Save Your Template.


Make Changes....!

  • Replace WidgetGenerators it with your own Facebook user name.



If Any Problem Comes, Ask in Comments

Tuesday, January 15, 2013

Add a Simple and Sober Social Subscription Widget


Finishing and hovering effect is very awesome in the CSS and when we create anything by using them then result always comes out very awesomely and very creative. We also do something like this with it and create one of the very awesome and simple and sober social subscription widget with RSS, Twitter and Facebook which can be fit in any kind of size and it is purely created by using CSS without any JavaScript OR jQuery. So it will work very awesomely like in live demo.





Add Simple Subscription Widget

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Layout
  • Add a HTML/JavaScript Gadget
  • Paste below code in it.

 <style>
/*  ---------www.widgetgenerators.blogspot.com----------- */
.social-connect-widget{background:#FFFFFF;border:1px solid #E7E6DE;padding:5px; border-radius:5px; -moz-border-radius:5px;}
.social-connect-widget:hover{border:1px solid #000000;background:#e5e3e3;
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
box-shadow: 5px 5px 5px rgba(0,0,0,0.4);}
.social-connect-widget a{text-decoration:none;font-weight:bold;font-family:Arial,Helvetica,Sans-serif;color:#4B4D4E}
.social-connect-widget a:hover{text-decoration:none;color:#F77C04}
.social-connect-widget img{vertical-align:middle;margin-right:5px;height:42px;width:42;}
</style>
<br/>
<div class="social-connect-widget" style="margin-top:0px;margin-bottom:10px;">
<a href="http://feeds.feedburner.com/WidgetGenerators"><img alt="RSS Feed" src=" https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1_RJWHLknEh5aE0hbx5vPhu5zEuCpFxhyw6e_dIq-Tls7bsbkz0tdPNbvRahZLVtc0ZYY1gjGH0kShJ-M2j6fQKD1oUw4tmSwx1YXh-DBUGqxT1kIRB4dktivCoCI5nlpvdZnDJVN21RH/s1600/Rss-icon.png" /></a><a href="http://feeds.feedburner.com/WidgetGenerators">Subscribe  RSS Feeds!</a>
</div>
 <div class="social-connect-widget" style="margin-bottom:10px;">
<a href="http://twitter.com/WidgetGenerator"><img alt="Follow Us on Twitter!" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHNywpAcniTxcTGc49K-kHt8T1EDqlchQXKyTtxMDq3S8g9umHylY4vWdwMCcMInaXEXmu7x_1YRuX1oscCrRhOyMLD-tQUq-8KLxFQlbbeln6UqshtELCsXDLiwYFjtf0Rz_s3AW_ABTZ/s1600/Twitter-icon.png" title="Follow Us on Twitter!" /></a><a href="http://twitter.com/WidgetGenerator">Follow Us on Twitter</a>
</div>
<div class="social-connect-widget" style="margin-bottom:10px;">
<a href="http://facebook.com/WidgetGenerators"><img alt="Be Our Fan!" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjN-xP4aI4e0JItkyyFIdvxVflPioy_hIO-zpASbRR4HQG0KkDlnsCbKa_5D5eXw1C8BrhQu5QkgDEjECY4Zlzdxeu9yp40vBkuwAw7dccyCw6pYL1PGiS1AAwE2HcoudQwau4T_OW-ywd/s1600/facebook-icon.png&#39; title=&#39;Be Our Fan" /></a><a href="http://facebook.com/WidgetGenerators">Follow us on Facebook </a>
<a style=" font-size:9px; color:#3B78CD; text-decoration:none;" href="http://www.widgetgenerators.blogspot.com/"></a>
</div>

  • Now Save your Widget.


 Make Changes....!

  • Replace WidgetGenerators it with your RSS user name (2 times)
  • Replace WidgetGenerator it with your Twitter user name (2 times)
  • Replace WidgetGenerators it with your Facebook  user name (2 times)


If Any Problem Comes, Ask in Comments

Saturday, January 12, 2013

Add New Updated HTML Editor with Version 2


Guys we are very happy to announced that our team successfully try to make a new and updated HTML Editor V2 means Version 2 and we are happy to share it with our visitors and readers and also to others.

As we all know that M.Mustafa the founder of MBT has already launched his HTML Editor and we all copied his codes, i also copy his codes, but today I want to officially launched our new Roseic HTML Editor V2.







What is New in this Version....?

  • All Styling Tools are available in Toolbar. 
  • Including Styling Buttons like Bold, Italic, Underline
  • Same top menu layout like MS Word 2007
  • Styling Shortcuts also available.
  • Cut Copy Paste option available.
  • You can insert Bullets and Numbers same as in MS Word
  • 9 types of Fonts are available here.
  • Expand-Collapse Button for toolbar.
  • and Much More.... :)

How it Made....?

           I saw a website where anonymous using this kind of tool and when I try to use that tool, I personally liked it and I wish can I add it in my site but on that time that tool was not available for publicly web embedding. I discussed about it with my friends and they said ya we try to do this and after 17 days we able to use it and share it with our visitors and readers.



How to add it in blogger....?

You have to just follow 3 steps to get it.


Note:- You have to subscribe us and write your e-mail in comments then we will send you this tool. We can't publish codes publicly.







Note:- Write Your e-mail id in Comment after Subscription.

After Verification of Your E-Mail, We Will Send You Tool via E-Mail. 





If Any Problem Comes, Ask in Comments

Tuesday, January 8, 2013

Add a Simple Professional Social Subscribing Widget


Blogging Widgets is most important for blogs and that's why we work on this field to provide the maximum widgets to visitors and subscribing widget is also more important for the growth of blog socially. We personally thinks that widget should be unique in look and feel be'coz visitors always see blog designing first and then they read the content of your blog. So, We are giving this simple but professional social Subscribing Widget for your blog and you can make your blog looking like a pro as we want.





Add Simple Professional Widget

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Layout
  • Add a HTML/JavaScript Gadget
  • Paste below code in it.


    <style>

        #wg-roseicsubs {
            border: 0;
            margin-bottom: 10px;
            margin: 0 auto;
                width:300px;
        }
    
        #email-news-subscribe .email-box{
            padding: 5px 5px;
            font-family: "Arial","Helvetica",sans-serif;
           height:38px;}

        #email-news-subscribe .email-box input.email{
            background:#FFFFFF;
            border: 1px solid #dedede;
            color: #999;
            padding: 7px 10px 8px 10px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            border-image: initial;
            font-family: "Arial","Helvetica",sans-serif;}

        #email-news-subscribe .email-box input.email:focus{color:#333}
    
    #email-news-subscribe .email-box input.subscribe{
            background: -moz-linear-gradient(center top,#666 0,#333 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#666),color-stop(1,#333));
        
            font-family: "Arial","Helvetica",sans-serif;
            border-radius:3px;
            -moz-border-radius:3px;
            -webkit-border-radius:3px;
            border:1px solid #333;
            color:white;
          
            padding:7px 14px;
            margin-left:3px;
            font-weight:bold;
            font-size:12px;
            cursor:pointer;
            border-image: initial;}


        #email-news-subscribe .email-box input.subscribe:hover{
        
            background-image:-moz-linear-gradient(top,#333,#666);
            background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#666));
            filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
            outline:0;-moz-box-shadow:0 0 3px #999;
            -webkit-box-shadow:0 0 3px #999;
            box-shadow:0 0 3px #999
        

            -pie-background:linear-gradient(270deg,#ffda4d,#ff9b00);
            border-radius:3px;
            -moz-border-radius:3px;
            -webkit-border-radius:3px;
            border:1px solid #333;
            color:#FFFFFF;
         }


        #other-social-bar {
            padding: 0px;
            overflow: hidden;
               height:37px;
             margin-top:-8px;
        }

        #other-social-bar ul {list-style: none outside none; padding-left: 4px;}


        #other-social-bar .other-follow {
            float: left;
            overflow: hidden;
            padding:5px;
            width: 270px;}

        #other-social-bar .other-follow ul {
            list-style: none outside none;
            padding-left: 4px;}

        #other-social-bar .other-follow li {
    
            display:inline;
            border:0;
          }


        #other-social-bar .other-follow li a {
            font-size: 12px;
            color:#666;
            font-weight: bold; font-family:arial;
            display:inline;
            }
        #other-social-bar .other-follow li.my-rss {
            background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFoY8Vv2cGXJpePO1OfTjnsntCyd5UBoGWex7vEZ6xVyUjCY8kMO9uWb6bUt4twG381RStYOyurAwpIXuCFGDrjAXWiwvO-S0tScIKlnoObo-ghGGWcdRs99Rq0qdvT1S9sv7k4LpBwGM/s400/rss-16x16.png') no-repeat transparent;
            line-height: 1;
            padding: 0px 3px 1px 20px;
            width: 60px;
            margin-bottom:0px;
                margin-left:5px;}


        #other-social-bar .other-follow li.my-rss a, #other-social-bar .other-follow li.my-twitter a, #other-social-bar .other-follow li.my-gplus a{
        text-decoration:none;
        }
        #other-social-bar .other-follow li.my-rss a:hover, #other-social-bar .other-follow li.my-twitter a:hover, #other-social-bar .other-follow li.my-gplus a:hover{
        text-decoration:underline;
        }
        #other-social-bar .other-follow li.my-twitter {
            background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWcbdIzDHRmIOib_MPgjaO7mbk4ODinRVMOZ1eqFIzfBEW6AQWjeUGff89Nr4ZyETWievu9eDK9-wSqthh7fZX82ziFhdVB6PhEnFG2LReHgL4XDahi37UhFCr2MuKrXVdfdJ3Ly6srv0/s400/twitter%2527.png') no-repeat transparent;
            line-height: 1;
            padding: 0px 3px 1px 20px;
            width: 60px;
            margin-bottom:0px;}
        #other-social-bar .other-follow li.my-gplus {
            background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMNjfIRCU8j_QlhFeQ7VPOtPzDngdPtPavxkh4nhyh_maHAFKfmJqVO6zuTciwrq92vxMs0zeH4KnciPWlMnuT3VLJqFACn37eYxGp9pgyaOgTRI2UvKNGIn1Fiphb4dj6ntTz5CaxxSY/s400/gplus-16x16.png) no-repeat transparent;
            line-height: 1;
            width: 60px;
            padding: 0px 3px 1px 20px;
            margin-bottom:0px;}


    .emailicon {
        background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSZ1ywsgKnGJih4sUVZPEO0xFp4n8O2BZXPA0w6wDt54O1Z9dZ8hkm6q8J4RuM9LCKAWpygSA_WnTSuU4WLN4iMGUr90F3TbrhUDECSiehtq0m-6i6E0CA7fBXsOFKfZVl7mqqV3EKN1Cv/s400/MBT-RSS-FEED.gif") no-repeat scroll 0px 2px transparent;
         padding: 0px 20px 0px 95px;
        min-height:100px;
        margin: 0px;
        width: 183px;
        line-height: 20px;
        vertical-align: middle;
        font-size: 14px;
        color: rgb(51, 51, 51);

    }


    .emailicon p {
    color:#FF8604;
    font-size: 20px;
    font-weight: normal;
    font-family:  impact;
    padding:40 0px 10px 0px;
    margin:0;
    padding-top: 20px;
    line-height: 25px;
    text-shadow: 0px 1px 0px #fff, 0px 2px 0px #C6C6C6;

    }

        </style>

        <!--[if IE]>
        <style>
        #email-news-subscribe .email-box input.subscribe{
            background: #333;
            }
        </style>
        <![endif]-->

    

    <div id="wg-roseicsubs" >

    

    <div class="emailicon"><p>Subscribe Us and Get Free Email Updates! </p></div>

    <div id="email-news-subscribe">

    <div class="email-box"> <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.openundefined'http://feedburner.google.com/fb/a/mailverify?uri=WidgetGenerators', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">

    <input gtbfieldid="10" class="email" type="text" style="width: 160px; font-size: 12px;" id="email" name="email"value="Enter your email here..." onblur="if (this.value == &#39;&#39;) {this.value = &#39;Enter your email here...&#39;;}" onfocus="if (this.value == &#39;Enter your email here...&#39;) {this.value = &#39;&#39;;}" type="text" />

    

    <input type="hidden" value="WidgetGenerators" name="uri" /> <input type="hidden" name="loc" value="en_US" /> <input class="subscribe" name="commit" type="submit" value="Subscribe" /> </form> </div> </div>

    <div id="other-social-bar">

    <ul class="other-follow">
    <li class="my-rss"> <a rel="nofollow" title="RSS" href="http://feeds.feedburner.com/WidgetGenerators" target="_blank">RSS Feed</a> </li>

    <li class="my-twitter"> <a rel="nofollow" title="twitter" rel="author" href="http://twitter.com/WidgetGenerator"  target="_blank">Twitter</a> </li>

    <li class="my-gplus"> <a rel="nofollow" title="Google Plus" rel="author" href=https://plus.google.com/101961392825834817673 target="_blank">Google Plus</a> </li>
    </ul>
    </div>

    </div>

  • Save Your Widget
 

Make Changes....!

  • Replace WidgetGenerators it with your feedburnur user name (3 times)
  • Replace WidgetGenerator it with your twitter user name
  • Replace 101961392825834817673 it with your Google + user name



If Any Problem Comes, Ask in Comments

Thursday, January 3, 2013

Top 3 Numbered Page Navigation Widget


As yesterday you saw a numbered page navigation widget which is very handsomely create and also looks likes a pro widget so similarly  today we have Top 5 Professional numbered page widget for blogger and these all widgets are highly professional and they will give you a very smart look and feel to your blog.





For add one of the given Numbered Widget, first you have to follow previous post Numbered Page Navigation Widget



Read Also- More Numbered Page Navigation Widget

3. Top 3 Numbered Page Navigation Widget


Add Numbered Page Navigation Widget



Style 1 :   Lighting Widget






  • Paste below code before ]]></b:skin>


.pagenavi span, .pagenavi a {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.pagenavi span:hover,.pagenavi a:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.pagenavi a.current {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}



Style 2 :   Dark Widget






  • Paste below code before ]]></b:skin>

.pagenavi span, .pagenavi a {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}
.pagenavi span:hover,.pagenavi a:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}
.pagenavi a.current {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}



Style 3 :   Aqua Silver Widget






  • Paste below code before ]]></b:skin>

.pagenavi {
    width:300px;
    margin: 50px auto;
}
.pagenavi span, .pagenavi a {
    background: #f7f7f7;
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: -moz-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    padding: 5px 10px;
    text-decoration: none;
    color: #7e7e7e;
    border: 1px solid #c6c6c6;
    -webkit-box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    font-weight: bold;
    border-radius:3px;
}
.pagenavi span:hover,.pagenavi a:hover, .pagenavi a.current {
    background: #9ad6fb;
    background: -webkit-linear-gradient(top, #9ad6fb 0%,#77c4fc 100%);
    background: -moz-linear-gradient(top, #9ad6fb 0%,#77c4fc 100%);
    background: -o-linear-gradient(top, #9ad6fb 0%,#77c4fc 100%);
    background: -ms-linear-gradient(top, #9ad6fb 0%,#77c4fc 100%);
    background: linear-gradient(top, #9ad6fb 0%,#77c4fc 100%);
    border: 1px solid #72ade4;
    color: #4879a6;
    -webkit-box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(79,126,167,.5);
    -moz-box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(79,126,167,.5);
    box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(79,126,167,.5);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.pagenavi { border:none; }




  • After adding the CSS part, follow above link's post. and then 
  • Save your template.


If Any Problem Comes, Ask in Comments

Wednesday, January 2, 2013

Add a Numbered Page Navigation Widget


Numbered Page Navigation Widget is very unique style for blogger be'coz it gives a a very different look and feel to blogger and it also reduce the coding of Home, Newer, Older buttons and we can jump to any page directly from the home page and also come previous from any page. Most important thing is that we can easily customize and designed this widget according to our needs.

  


Read Also- More Numbered Page Navigation Widget

2. Add a Numbered Page Navigation Widget


Add Page Navigation Widget in Blogger

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML > Proceed > Expand Widget Templates
  • Press Ctrl + F and search the code shown below.

]]></b:skin>

  • Paste below code just before it.

.pagenavi{
clear:both;margin:10px auto;text-align:center
}
.pagenavi span,.pagenavi a{
padding:10px;
margin-right:5px;
padding-top:5px;
padding-bottom:5px;
background:#FFFFFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.pagenavi a:hover,.pagenavi .current{
background:#ff8400;color:#fff;text-decoration:none
}
.pagenavi .pages,.pagenavi .current{
font-weight:bold
}
.pagenavi .pages{border:none}

  • Now find below code

<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>

  • If above code doesn't found then search for below code

<b:widget id='Blog1' locked='false' title='Blog Posts' type='Blog'>

  • Now paste below code after above codes.

<b:includable id='page-navi'>
<div class="pagenavi">
<script type="text/javascript">
var pageNaviConf = {
perPage: 5,
numPages: 5,
firstText: "First",
lastText: "Last",
nextText: &quot;&#187;&quot;,
prevText: &quot;&#171;&quot; }
</script>
<script type="text/javascript" src="https://dl.dropbox.com/u/63968842/navigation%20numbered%20widget%28www.widgetgenerators.blogspot.com%29.js"></script>
<div class="clear" />
</div>
</b:includable>

  • Now again find below code

<b:include name='nextprev'/>

  • Now replace it with below codes.

<b:if cond='data:blog.pageType == "index"'>
<b:include name='page-navi' />
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<b:include name='page-navi' />
</b:if>
</b:if>
 

  • Now Finally Save Your Template and you are done


Benefit

      You can easily jump to any page from home page. 




If Any Problem Comes, Ask in Comments

Thursday, December 27, 2012

Add a Multi Color Social Bookmarking Widget


We also have an another Social Bookmarking Widget for blogger which has a unique feature with multicolor and black mouse hover effect when we touch widget by mouse pointer this widget is simply made by using the CSS and HTML and some images so this widget will not has any error in the installation and also it works very awesome in your own blog and it will give a unique rainbow effect to your bookmarking experience.This widget is very smooth and easily customizable so you easily use it as the sharing widget for your blog by using the sharing codes but we will publish it soon with same widget. I'll recommend you to add this widget in your blog be'coz it's a pure CSS widget.





Add Multi Color Bookmarking Widget

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Layout
  • Add a HTML/JavaScript Gadget
  • Paste below code in it.
 <style type='text/css'>
/*WIdget by www.widgetgenerators.blogspot.com*/
.wg-roseicwidget {  width: 300px;  margin: -10px;  text-decoration: none; }
.wg-roseicwidget ul {  margin: 0;  padding: 0;  text-decoration: none;}
.wg-roseicwidget ul li {  list-style:none;   padding: 0; text-transform: none; text-decoration: none;}
.wg-roseicwidget ul li a {   color: #fff;   display:block;  text-decoration: none;}
.wg-roseicwidget ul li a:hover {  color: #c9c9c9;  background-color: #333;  text-decoration: none; }
.wg-roseicwidget ul li .rss { background: url("http://i1203.photobucket.com/albums/bb382/chandeep10/social-icons/RSS-1.png") no-repeat scroll 10px center #F87E12; background-size: 20px; padding: 17.5px 45px; }
.wg-roseicwidget ul li .twitter { background: url("http://i1203.photobucket.com/albums/bb382/chandeep10/social-icons/Twitter.png") no-repeat scroll 10px center #4CACEE; background-size: 20px; padding: 17.5px 45px;}
.wg-roseicwidget ul li .facebook { background: url("http://i1203.photobucket.com/albums/bb382/chandeep10/social-icons/Facebook-1.png") no-repeat scroll 10px center #3B5998; background-size: 20px; padding: 17.5px 45px; }
.wg-roseicwidget ul li .google { background: url("http://i1203.photobucket.com/albums/bb382/chandeep10/social-icons/google.png") no-repeat scroll 10px center #D44937; background-size: 20px; padding: 17.5px 45px; }
.wg-roseicwidget ul li .linkedin { background: url("http://i1203.photobucket.com/albums/bb382/chandeep10/social-icons/LinkedIn-1.png") no-repeat scroll 10px center #3692C3; background-size: 20px; padding: 17.5px 45px; }
/*WIdget by www.widgetgenerators.blogspot.com*/
</style>


<div class="wg-roseicwidget">
<ul>
<li><a class="facebook" href="https://www.facebook.com/WidgetGenerators">Join Us on Facebook</a></li>
<li><a class="rss" href="http://feeds.feedburner.com/WidgetGenerators">Subscribe to the RSS Feed</a></li>
<li><a class="twitter" href="https://twitter.com/WidgetGenerator">Follow me on Twitter</a></li>

<li><a class="google" href="https://plus.google.com/101961392825834817673">Join me on Google+</a></li>
<li><a class="linkedin" href="#">Connect With Us on LinkedIn</a></li>

</ul>
</div>

  • Save your widget after below changes.


 Make Changes....!

  • Replace WidgetGenerators with your Facebook page user name.
  • Replace WidgetGenerators with your Feed burner user name.
  • Replace WidgetGenerator with your Twitter user name.
  • Replace 101961392825834817673 with your Google + id.
  • Replace # with your Linkedin user name.




If Any Problem Comes, Ask in Comments