Welcome To "Softway RKO" !

What You Can Get in Softway RKO?

We provide the tutorials, guides, articles, tricks and tips about Blogger, Blogging, SEO Tips, Basic Tips For New Bloggers, Making Money Online, Widgets, Templates and many more resources. All this is just for free! You can Sign Up to get updated for Latest Posts.

Tuesday, May 27, 2014

Filled Under:

Add Blue Social Subscription Widget in Blogger


HTML tutorial

Click Below Ad for Leaning Blogging Tricks.

Next Blogger Tricks

This Widget Also Called all in one Social Widget for blogger this widget has Send notification from your blog to your email this widget are better than simple subscription widgets this widgets very useful for bloggers and its also work on wordpress, joomla, Drupal, Etc. Once you can see demo then put this widget in your blog
To See this Widget Demo Click the Demo Button.
HTML tutorial
Credits:-
This Widget Designed by Softway RKO and all Credit goes to softwayrko.blogspot.com
This widget special thing is No Footer credits link and animated social icons.
To add this widget in blogger to follow this simple and easy steps.
How to Add New Social Subscription Widget in Blogger:-

  • Go to blogger Dashboard>>Layout
  • Click on Add Gadget Link
  •  Choose HTML/JavaScript Widget
  • Then Paste the following code in Widget

    <link href="http://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet" type="text/css" />
      <link href='//fonts.googleapis.com/css?family=Source Sans Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic&amp;subset=latin' rel='stylesheet' type='text/css'/>

          <style>  #srko-socialsub {    width:300px;    height:350px;    background:whitesmoke;    border:1px solid #eaeaea;    box-shadow:0 0 2px 2px #ccc;  }  .byard-socialsub-title {    font-size:20px;    font-family: 'Oleo Script', cursive;    background:hsl(198, 100%, 49%);    padding:5px;    border-bottom: 2px solid #444;    color:white;    text-align:center;  }  #byard-socialsub-icons{    padding-top: 8px;    padding-left: 4px;    padding-bottom: 15px;    border-bottom: 2px dotted hsl(0, 0%, 27%);  }
              ul.byard-socialsub-icons{    margin:0;    padding:0;    list-style:none;    -webkit-perspective: 10000px;      -moz-perspective: 10000px;    -o-perspective: 10000px;    perspective: 10000px;  }
                ul.byard-socialsub-icons li{    display: inline-block;    width: 55px;      height: 50px;    margin-right: -px;      background: none;    font: bold 36px Arial;      text-transform: uppercase;    text-align: center;    cursor: pointer;    padding-left:10px;  }
                  ul.byard-socialsub-icons li a{    display:block;    width: 100%;    height: 100%;    color: black;    text-decoration: none;    outline: none;    -webkit-transition:all 300ms ease-out 0.1s;      -moz-transition:all 300ms ease-out 0.1s;    -o-transition:all 300ms ease-out 0.1s;    transition:all 300ms ease-out 0.1s;  }
                    ul.byard-socialsub-icons li a span{    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    box-sizing: border-box;    padding-top: 5px;      display:block;    width: 100%;    height: 100%;    -webkit-transition:all 300ms ease-out 0.1s;    -moz-transition:all 300ms ease-out 0.1s;    -o-transition:all 300ms ease-out 0.1s;    transition:all 300ms ease-out 0.1s;  }
                      ul.byard-socialsub-icons li a img{    border-width: 0;  }
                        ul.byard-socialsub-icons li:hover a{    -moz-transform: rotateY(180deg);      -webkit-transform: rotateY(180deg);    transform: rotateY(180deg);    background: none;    }
                          ul.byard-socialsub-icons li:hover a span{    -moz-transform: rotateY(180deg);      -webkit-transform: rotateY(180deg);    transform: rotateY(180deg);  }  .byard-socialemailsub {    font-size:14px;    padding:5px;    color:#444;    font-family: Arial;    font-family:bold;  }  .byard-socialemailsubname {    background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6gN4kIzsxNjBc0flGoBKGuPU1NEkhXvLKuzk7HP6HWU88_VuAoeCoUkKhrjmpQPBIfGuNezc1stQOsLrCjQreDpIXOnX3lM_MsbA_jUKox742dMwJieAkr4Kyqn1r6mjIN2AIvWnm48Q/s320/name.png) no-repeat 7px 8px;    border:1px solid #ddd;    font-family:Arial,sans-serif;    font-size:13px;    font-weight:bold;    color:hsla(0,0%,27%,0.69);    width:225px;    height:25px;    padding:5px 15px 5px 28px;    margin-left:10px;    display:inline-block;    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;      -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;      -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;      -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;      }  .byard-socialemailsubemail {    background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyW-fBomZLQLFjsSDAjO4tinRiPXrCNOneUbIEUyVmg_ceH3MjzPNIkZFU078lTrbRpQF0FcaJwoq5srABKu37CYGE_5bKMV3vDj7qBr_8vjpf2CD-tXgHHdvqtvht_Lt7CegL4jYhg_g/s320/email.png) no-repeat 7px 10px;    border:1px solid #ddd;    font-family:Arial,sans-serif;    font-size:13px;    font-weight:bold;    color:hsla(0,0%,27%,0.69);    width:225px;    height:25px;    margin-top:10px;    padding:5px 15px 5px 28px;    margin-left:10px;    display:inline-block;    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;      -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;      -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;      -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;      }  .byard-socialemailsubname:hover,.byard-socialemailsubemail:hover {    border:1px solid #bebebe;    box-shadow:0.5px 1.5px 2px rgba(5,95,255,.1);  }
                            .byard-socialemailsubname:focus, .byard-socialemailsubemail:focus{    border-color: hsl(198, 100%, 49%);      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px hsl(198, 100%, 49%);      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px hsl(198, 100%, 49%);      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px hsl(198, 100%, 49%);      outline: 0 none;    }
                              .byard-socialemailsubbutton {      -moz-box-shadow: 3px 4px 0px 0px #1564ad;    -webkit-box-shadow: 3px 4px 0px 0px #1564ad;    box-shadow: 3px 4px 0px 0px #1564ad;      background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));    background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);    background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);    background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);    background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);    background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);      background-color:#79bbff;      -moz-border-radius:5px;    -webkit-border-radius:5px;    border-radius:5px;      border:1px solid #337bc4;      display:inline-block;    color:#ffffff;    font-family:arial;    font-size:17px;    font-weight:bold;    padding:8px 70px;    text-decoration:none;    margin-top:10px;    margin-left:35px;    text-shadow:0px 1px 0px #528ecc;    }  .byard-socialemailsubbutton:hover {      background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));    background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);    background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);    background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);    background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);    background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);      background-color:#378de5;  }  .byard-socialemailsubbutton:active {    position:relative;    top:1px;  }
                              </style>
                                <div id='byard-socialsub'>  <div class='byard-socialsub-title'>    Get In Touch With Us  </div>  <div id='byard-socialsub-icons'>    <ul class="byard-socialsub-icons">      <li>        <a href="http://www.facebook.com/softwayrko">          <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLOZa0diMSGYgVNSrxBAte0kMzT1RHyg_NSSPGgPW4AkF9TtrAg6V8M2gDNXcNWevnNhtWe15bVKOjSDmL5QjG94qYFMhGYXWmZRfcNtj2zsZVTxpBx2TDb2W4QnZlUqPyK8_bTEH-4mg/s64/blueprint-social-03.png" title="Add to Facebook" />        </a>      </li>      <li>        <a href="https://plus.google.com/114472434994930846607">          <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxBzUJwGf2B81uN8s3u70gtTReVMvTCehBjidf4ghhb1J5bpHTi_7dgWtOiGmtFoS1aaOwHpyfrefPNFsAP7_ieJfvMXLN6fKf2P7j-PTokG-0EGyOpSVkM0Epu3i-HwIJfDN6TcA9RRk/s64/blueprint-social-04.png" title="Google plus" />        </a>      </li>      <li>        <a href="http://www.twitter.com/softwayrko">          <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7wwdLloHm33wcaO8YBtBAl5fImlLzObHAX8s6zBKCQCenWScg1In6ptxGoN00K6fNnkgmLo0idP5BApiBETwr5tDaDT8RZZdsqJa3fegUa9adEJ2LmXNzRkbepnsDNdPl9NlySs4YJ9E/s64/blueprint-social-01.png" title="Add to Twitter" />        </a>      </li>      <li>        <a href="http://feeds2.feedburner.com/softwayrko">          <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdbS_AL4_QX8iwZrrXWiWgYUz7bxdjmUAbhShL4fnUFQ6Mi0EDEQA1mLKlknDXG8ICg-XlkHRzpQzgcMmqAy0sWqQankeUiJIt5UnlQeGgBkDcGnbZscnvf43iRfQLZ957CfoQh1t8fIg/s64/blueprint-social-10.png" title="Add RSS Feed" />        </a>      </li>    </ul>  </div>  <div class='byard-socialemailsub'>    <p style='padding-top:5px;padding-bottom:10px;font-size: 14px;padding: 10px;font-family:Source Sans Pro;'>      Get More Blogger Tricks AND Widgets Please Sign up and Get got Updates.    </p>    <form action='http://feedburner.google.com/fb/a/mailverify?uri=softwayrko' class='byard-subsbox-form' method='post' target='_new'>      <input class='byard-socialemailsubname' name='name' placeholder='Your Name' type='text'/>      <input class='byard-socialemailsubemail' name='email' placeholder='Your Email Address' type='text'/>      <input class='byard-socialemailsubbutton' type='submit' value='Sign Up!'/>    </form>  </div></div>

                                • Highlighted Green Code Replace with Your Social Profiles Links 
                                • For Example:-
                                • http://www.facebook.com/softwayrko  replace with your facebook page url "http://www.facebook.com/Your Page URL
                                • Finish.


                                0 blogger-facebook:

                                Comment here

                                 
                              • Home
                              • About Us
                              • Contact Us
                              • Sitemap
                              • Privacy Policy
                              • Back To Top