Wednesday, 25 February 2015

Listen to Ishq Sufiyana (Female).mp3 at FileFactory

[URL=http://www.filefactory.com/stream/3oi7t87t2kzt/Ishq Sufiyana (Female).mp3]Listen to Ishq Sufiyana (Female).mp3 at FileFactory[/URL]
[URL=http://www.filefactory.com/stream/3oi7t87t2kzt/Ishq Sufiyana (Female).mp3]Listen to Ishq Sufiyana (Female).mp3 at FileFactory[/URL]

Monday, 1 September 2014

Insert HTML Javascript-CSS Codes As Plain Text In Blogger Posts

There are a lot of bloggers in this blogosphere. Every Blogger with his/her own style of blogging. But here we will talk about Tech Bloggers. Technology blogging itself is very vast. Many Tech Bloggers write about how to use or insert Html javascript and css codes. But if you add html javascript or any CSS code in Body of the post it will disappear.


Do you want to insert HTML Javascript or CSS in your blogger Posts?

Though there are many free html editor software available but, sometimes things are done differently

 Many of you must be facing problem in getting the actual result you are looking for

This is how it must look like

Monday, 7 July 2014

Mashable Style Social Subscription Widget For Blogger

Mashable Style Social Subscription Widget is very good widget for blogger. Most of wordpress blogs used this widget. Now I am providing you Mashable Style Social Subscription Widget For Blogger. I will give you full customize code of Mashable Style Social Subscription Widget for blogger. This widget includes facebook button, Twitter button and Google plus button for your blog visitors to share your post on social media websites. You can also increase your visitors with the help of social subscription widget on your blog from social sites.



Mashable Style Social Subscription Widget

Now we explain how to install Mashable Style Social Subscription Widget on Blogger. Please follow below steps to add Mashable Style Social Subscription Widget for Blogger:

Step 1

Login into Blogger Account and Go to Blogger dashboard.

Step 2

Go to Layout and click on Add a Gadget as shown in below picture.



Step 3

When you click on Add a Gadget link a popup window will open with all gadget lists. Select HTML/JavaScript Widget as shown in below picture.

Step 4

Copy & Paste below code into HTML/JavaScript box:

Tips:-

<style>
    /* Social Widget */
    #MBT-mashable-bar {
        border: 0;
        margin-bottom: 10px;
        margin: 0 auto;
            width:300px;
    }
    .fb-likebox {
        background: #fff;
        padding: 10px 13px 0 10px;
        border-right: 1px solid #D8E6EB;
       border-left: 1px solid #D8E6EB;
       border-bottom: 1px solid #D8E6EB;
        margin-top:15px;
            height:45px;
    }
    .googleplus {
        background: #F5FCFE;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #ebebeb;
        border-right: 1px solid #D8E6EB;
        border-left: 1px solid #D8E6EB;
        border-image: initial;
        font-size: .90em;
        font-family: "Arial","Helvetica",sans-serif;
        color: #000;
        padding: 9px 11px;
        line-height: 1px;}
    .googleplus span {
        color: #000;
        font-size: 11px;
        position: absolute;
        display:inline-block;
        margin: 9px 70px;}
    .g-plusone {    float: left;}
.gplus {
        background: #fff;
        padding: 0px;
        border: 0px solid #C7DBE2;
        margin-bottom:-13px;}
    .twitter {
        background: #EEF9FD;
        padding: 10px;
        border: 1px solid #C7DBE2;
        border-top: 0;}
    #mashable {
        background: #EBEBEB;
        border: 1px solid #CCC;
        border-top: 1px solid white;
        padding: 2px 8px 2px 3px;
        text-align: right;
        border-image: initial;}
    #mashable .author-credit {}
    #mashable .author-credit a {
        font-size: 10px;
        font-weight: bold;
        text-shadow: 1px 1px white;
        color: #1E598E;
        text-decoration:none;}
    #email-news-subscribe .email-box{
        padding: 5px 10px;
        font-family: "Arial","Helvetica",sans-serif;
        border-top: 0;
        border-right: 1px solid #C7DBE2;
        border-left: 1px solid #C7DBE2;
        border-image: initial;
       height:35px;}
    #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,#FFCA00 0,#FF9B00 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFCA00),color-stop(1,#FF9B00));
        background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
        -pie-background: linear-gradient(270deg,#ffca00,#ff9b00);
        font-family: "Arial","Helvetica",sans-serif;
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border:1px solid #cc7c00;
        color:white;
        text-shadow:#d08d00 1px 1px 0;
        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: #ff9b00;
        background-image:-moz-linear-gradient(top,#ffda4d,#ff9b00);
        background-image:-webkit-gradient(linear,left top,left bottom,from(#ffda4d),to(#ff9b00));
        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
        background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffda4d),color-stop(1,#ff9b00));
        background:-moz-linear-gradient(center top,#ffda4d 0,#ff9b00 100%);
        -pie-background:linear-gradient(270deg,#ffda4d,#ff9b00);
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border:1px solid #cc7c00;
        color:#FFFFFF;
        text-shadow:#d08d00 1px 1px 0}
    #other-social-bar {
        background-color: #D8E6EB;
        box-shadow: 0 1px 1px #FFFFFF inset;
        padding: 0px;
        font-family: "Arial","Helvetica",sans-serif;
        font-weight:bold;
        overflow: hidden;
        border: 1px solid #B6D0DA;
           height:37px;
    }
    #other-social-bar ul {list-style: none outside none; padding-left: 4px;}
    #other-social-bar .other-follow {
        float: left;
        color:#1E598E;
        overflow: hidden;
        height:20px;
        padding:5px;
        width: 270px;}
    #other-social-bar .other-follow ul {
        list-style: none outside none;
        padding-left: 4px;}
    #other-social-bar .other-follow ul li {
        font-size: 12px;
        font-weight: bold;
        display:inline;
        border:0;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow ul li a {
        font-size: 12px;
        color:#1E598E;
        font-weight: bold;
        display:inline;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow li {
        font-size: 12px;
        font-weight: bold;
        display:inline;
        border:0;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow li a {
        font-size: 12px;
        color:#1E598E;
        font-weight: bold;
        display:inline;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow li.my-rss {
        background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0RTAujUWZvhWmVEChkKGuVkI1ecWhjDjGKiqpdgoK4R3p45oucuffOLO33tWTN0eEFiRjiPyBgNX4TEYm8CKw_xQel5zbCvaC8lbLhUb43poVb44XjjZibbW0rHHQ99ajabcIrbMygvM/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/AVvXsEiQ4h3wdz2bChOpWma1zB0eM7IdAvdA4UvrxBKPbZULEuhJbiM2P1A1FhIbcWQi1KKf-y2brBDDJP1zya3hG1z9BA9xT8p_hO7Bqh_aB9qrBf_5MWbQt9PFkmcLelICcz2VowEmvQwBN_Q/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/AVvXsEieAjw6ifKq-MSs5x3AFbR5ICYRM6Bb7EzGeY2lqtdUMGcX_8yoB01Yp_mIzNOK7kUp19APIbnt0cLimiZ0Txg3ozQ2MPrPxQKDbewiMkDmhdoycipBck-K5OfLtnipGTv81xdNidAKkZk/s400/gplus-16x16.png) no-repeat transparent;
        line-height: 1;
        width: 60px;
        padding: 0px 3px 1px 20px;
        margin-bottom:0px;}
    </style>
    <!--[if IE]>
    <style>
    #email-news-subscribe .email-box input.subscribe{
        background: #FFCA00;
        }
    </style>
    <![endif]-->
<!--begin of social widget--> <div style="margin-bottom:10px;"> <div id="MBT-mashable-bar" > <!-- Begin Widget -->
<div class="gplus"> <link href="https://plus.google.com/ 108656035850314541024" rel="publisher" />
<script type="text/javascript"> window.___gcfg = {lang: 'en'}; undefinedfunctionundefined) {var po = document.createElementundefined"script"); po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js"; var s = document.getElementsByTagNameundefined"script")[0]; s.parentNode.insertBeforeundefinedpo, s); })undefined);</script>
<!-- Place this tag where you want the badge to render --> <g:plus href="https://plus.google.com/ 108656035850314541024" width="300" height="131" margin="0px" theme="light"></g:plus> </div>
<div class="fb-likebox"> <!-- Facebook --> <iframe src="//www.facebook.com/plugins/like.php?href=http://facebook.com/ 1500007240219764&amp;send=false&amp;layout=standard&amp; width=200px&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp; font&amp;height=100px&amp;" scrolling="no" frameborder="0" style="border:none; overflow:hidden; "></iframe> </div>
<div class="googleplus"> <!-- Google --> <span>Recommend us on Google!</span><div class="g-plusone" data-size="medium"></div> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> </div>
<div class="twitter"> <!-- Twitter --> <iframe title="" style="width: 300px; height: 20px;" class="twitter-follow-button" src="http://platform.twitter.com/widgets/follow_button.html#_=485819878004105216&amp; align=&amp;button=blue&amp;id=twitter_tweet_button_0&amp; lang=en&amp;link_color=&amp;screen_name=getinfopc&amp;show_count=&amp; show_screen_name=&amp;text_color=" frameborder="0" scrolling="no"></iframe> </div>
<div id="email-news-subscribe"> <!-- Email 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=getinfopc', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <input class="email" type="text" style="width: 150px; font-size: 12px;" id="email" name="email" value="Enter Your Email here.." onfocus="ifundefinedthis.value==this.defaultValue)this.value=&#39;&#39;;" onblur="ifundefinedthis.value==&#39;&#39;)this.value=this.defaultValue;" /> <input type="hidden" value=" getinfopc " 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"> <!-- Other Social Bar --> <ul class="other-follow"> <li class="my-rss"> <a rel="nofollow" title="RSS" href="http://feeds.feedburner.com/ getinfopc " target="_blank">RSS Feed</a> </li> <li class="my-twitter"> <a rel="nofollow" title="twitter" rel="author" href="http://twitter.com/ getinfopc "  target="_blank">Twitter</a> </li> <li class="my-gplus"> <a rel="nofollow" title="Google Plus" rel="author" href="https://plus.google.com/108656035850314541024" target="_blank">Google Plus</a> </li> </ul> </div> <div id="mashable" style="background: #EBEBEB;border: 1px solid #CCC;border-top: 1px solid white;padding: 1px 8px 1px 3px;text-align: right;border-image: initial;font-size:10px;font-family: "arial","helvetica",sans-serif;"> <span class="author-credit" style="font-family: Arial, Helvetica, sans-serif;"><a href="http://www.haakblog.com" target="_blank" >Blogger Widgets »</a><a href="http://www.haakblog.com/2014/02/download-best-blogger-templates-of-2014.html" rel="dofollow" target="_blank" title="blogger templates"><img src="https://bitly.com/haakblog" alt="blogger templates" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a></span></div></div> <!-- End Widget --> </div>
<!--end of social widget-->



Change all red color with your id.

Step 5

Click on Save Button.
If you have any question or update than you can contact with us any time at our E-mail support getinfopc@gmail.com. I am always ready for fixing your css/HTML issues, For personalized help, you can HIRE ME


If you like this post and wish to get more post like this when we add new tutorial about blogger then SUBSCRIBE TO OUR RSS FEED! At Below:

Sunday, 6 July 2014

Free Blogger Website Templates Provider

Some of my blog reader wants to know where they can find free blogger website templates for their blog so today we are giving some Free Blogger Templates Provider websites. Blogger is best blogging platform for that user who wants to create free blog without hosting or want to create blog with sub domain name. After creating their blog on BlogSpot many bloggers want free blogger templates for their blog so we are providing some free blogger templates source for our user who need free blogger templates for their blog. You can easily find your free templates on those sites and easily customize according to your blog. You can also download some free blogger templates form our post on Blogger Templates 2014.
Free Blogger Website Templates List

Below we are providing some Free Blogger Website Templates sites for you:

Btemplates.com



Free Blogger Website Templates Provider
Btemplates has largest free blogger website templates provider who provides free blogger templates for your blog. You can easily view and download templates from btemplates.com websites. You can also customize code according to your website. Btamlates provide direct download link of blogger xml templates.

Loefa-Cebook.com



Free Blogger Website Templates
Loefa Cebook provides blogger templates for your blog and you can download all templates directly from their website Loefa-Cebook.com. All blogger templates are free and you can also customize all templates as your websites.

Djogzs.com


Djogzs.com has one of largest free blogger website templates in his blog. He mainly creates free blogger templates and provides links for download. You can easily download free blogger templates for your blog here.

Uongjowo.blogspot.com



Uong Jowo also provides free blogger templates for BlogSpot websites. Uong Jowo gives some specific blogger templates and you can view demo of every templates. Uong Jowo also gives you direct download link of templates for you.

Themeforest.com



Theme forest well known website which are provide blogger templates as well as word press themes. This website not provides free blogger templates but we include this because some blogger want unique and good looking blogger templates in reasonable rates. You can buy blogger templates from theme forest in reasonable rates. Blogger developer adds some unique and good looking blogger templates in theme forest website at low price.
If you have any question or update than you can contact with us any time at our E-mail support getinfopc@gmail.com. I am always ready for fixing your css/HTML issues, For personalized help, you can HIRE ME

If you like this post and wish to get more post like this when we add new tutorial about blogger then SUBSCRIBE TO OUR RSS FEED! At Below:

Add Google Web Fonts to Blogger

If you are looking for Add Google Web Fonts to your Blogger blog to better design than Google Web fonts better solution for this. Blogger is using web fonts for better design of your blogger blog fonts. You can find Google web fonts by clicking on the customize button in blogger templates.
How to Add Google Web Fonts to Blogger

Please follow below steps to Add Google Web Fonts to your Blogger blog:
Step 1

Go to Google Web Fonts and select your font which you like to add on your blog as shown in below picture.


After select your font click on use button as shown in below picture.

Now select html and css code as shown in below picture.

Now Go to Blogger Dashboard.


Go to Blogger Templates and click on Edit HTML button as shown in below picture.


Now search </head> code with the help of CTRL + F.

Now Paste HTML code which you select in Google Web Fonts Before </head> as shown in below picture.

Now search ]]></b:skin> with help of CTRL + F.


Now Paste web font code before ]]></b:skin>.
If you have any question or update than you can contact with us any time at our E-mail support getinfopc@gmail.com. I am always ready for fixing your css/HTML issues, For personalized help, you can HIRE ME

If you like this post and wish to get more post like this when we add new tutorial about blogger then SUBSCRIBE TO OUR RSS FEED! At Below:

PLANNER EMAIL SUBSCRIPTION AND SOCIAL MEDIA WIDGET FOR BLOGGER

You would have seen many Email Subscription widgets with some good designing and effects, So, I was just thought why not I create a new style of Email Subscription widget. Last I was created this widget and now I am providing my this beautiful work to you. This widget contains social media icons, google plus badge, email subscription and a little watermark of my blog just for promotion, hope you will understand that why I have added that watermark. You can change the text above the Email box through CSS. This widget is specially made for blogspot's sidebar with 300px width. This widget has no extra effect that would be harmful for your blog loading speed. This widget has been created for all our present and upcoming readers. Every one can use this widget for their blog (Blogspot). I gave this widget a name Planner. I have already created widgets for blogger like Static Notification bar, Author Bio Box, Facebook Like box etc.

A Facebook Page or Profile
Twitter Account
Google Plus Profile or Page
FeedBurner Account
ADD EMAIL SUBSCRIPTION AND SOCIAL MEDIA WIDGET TO BLOGGER

ADD CSS CODES IN TEMPLATE
Goto Blogger.com and login
Select your blog and goto template section then click Edit HTML
Now press ctrl+f and find ]]></b:skin>
Just above ]]></b:skin> copy and paste the below code
.mtw-essmw {
width : 300px;
padding: 0px 0px;
background-color: #333333;
color: #ffffff;
text-transform: none;
font-size: 14px;
position: relative;
}
.mtw-essmw a:link, .mtw-essmw a:hover, .mtw-essmw a:active, {
margin: 0px 0px;
text-transform: none;
text-decoration: underline;
color: #fd4326;
font-size: 13px;
}
.mtw-essmw a img {
float:left;
width: 75px;
height: 75px;
margin: 0px 0px;
}
.mtw-essmw .mtw-FollowByEmail .follow-by-email-inner {
position: relative;
background-color: #333333;
color: #ffffff;
margin-top: -5px;
height: 85px;
}
.mtw-essmw .follow-by-email-inner:before {
content: "Want our daily Updates? Just enter your Email below and hit Submit and connect with us Like others";
font-size: 11px;
}
.mtw-essmw .mtw-FollowByEmail .follow-by-email-inner .follow-by-email-address {
border: 1px solid #ddd;
border-radius: 3px 3px 3px 3px;
font-size: 13px;
height: 28px;
padding-left: 2px;
width: 100%
}
.mtw-essmw .mtw-FollowByEmail .follow-by-email-inner .follow-by-email-submit {
background: #fd4326;
border: 0 none;
border-radius: 2px 2px 2px 2px;
color: #FFF;
cursor: pointer;
font-size: 13px;
height: 29px;
margin: 0 3px;
width: 60px;
z-index: 0;
}
.mtw-essmw .mtw-FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover {
background: #FF7800;}
#likebox-frame {
border: 2px solid #fff;
height: 200px;
left: -2px;
overflow: hidden;
position: relative;
top: -2px;
width: 285px;
z-index: 10;
}

Click on save Template and You're Done
NOTE : Change the White color Text with your own text which you want to show above Email Box
ADD WIDGET TO BLOGGER SIDEBAR
Goto Layout section of your blog
At sidebar section Click on add Gadget and select HTML/Javascript
Then Copy and Paste the below code
<div class="mtw-essmw">
<a href="http://www.facebook.com/mytechnoways" target="_blank"><img title="Like Us" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY4Gy5ZIc2j-AdHV0rEi_MiJkO6LAMz9Hus8dAPmQIU1OVhwwrssWQQJm-NE_mawLnv_wTqR0NrLKvIstAA9SNc7I9M70DZfScWJkaUwwGmf6rNwEqAgsb53buDd1nDItB9_5jA0Y05Y0/s1600/fb-icon.png" /></a>
<a href="http://www.twitter.com/mytechnoways" target="_blank"><img title="Follow Us" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAxQfr-ukhzt97vXUPVoE37mgbpVMvpWfU0zTLJJNttpSgJAhg8riB-W59xxPuS56dNsXjzEg9_q70dzK4Jz1jIT8ftVSSgIp4cwp2X6phGwC1NACovK410iMU4CVBqdSvfUgcBZ7e2sA/s1600/tw-icon.png" /></a>
<a href="https://plus.google.com/b/110649610830007788713" target="_blank"
><img title="+1 Us" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_ic6B4-z3wY586NPRzmiF5yCdp20ZoCnsRqZ7o0DhLweSlSC4jWyTJQjnxxgH9B-TmGKIq3KIn8Fb5W2zjAKqn8t5AhfNGUTbBpdku62hrds2hNkaNttpb1HJxwHezztYuJd56D_iHJE/s1600/gp-icon.png" /></a>
<a href="http://feeds.feedburner.com/mytechnoways" target="_blank"
><img title="Subscribe Us" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-6idP-h_uPq_w6AVDPjc3gy7Nr-om1P806U6tVzqUXoYy5PLa2KKwMkXSgvftBlCd5rh5IAM3ROLEL-SFQQPPR5NDvsThTAW5cmG8joDlJnifNcUK2oyIokxpuFbop9gRD0gvHhMaWtY/s1600/rss-icon.png" /></a>
<center>
<!-- Place this tag where you want the widget to render. -->
<div border='0' style="border: 0; margin: 0px;" class="g-person" data-href="https://plus.google.com/112990314045859316823" data-layout="landscape" data-rel="author" data-theme="dark">
</div>
<div class='mtw-FollowByEmail'>
<div class='follow-by-email-inner'>
<form style="border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:3px 0 3px 0;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=mytechnoways', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input type="hidden" value="MyTechnoWays" name="uri"/><input type="hidden" name="loc" value="en_US"/>
<table width='100%'>
          <tr>
            <td>
              <input class='follow-by-email-address' type="text" name="email" placeholder='Email address...' />
            </td>
            <td width='64px'>
              <input class='follow-by-email-submit' type="submit" value="Submit"/>
            </td>
          </tr>
        </table>
        <input expr:value='data:feedPath' name='uri' type='hidden'/>
        <input name='loc' type='hidden' value='en_US'/>
</form>
    </div></div><br />
<script language='Javascript'>
<!--
document.write(unescape('%3C%61%20%73%74%79%6C%65%3D%22%74%65%78%74%2D%61%6C%69%67%6E%3A%20%72%69%67%68%74%3B%74%65%78%74%2D%64%65%63%6F%72%61%74%69%6F%6E%3A%20%6E%6F%6E%65%3B%22%20%74%61%72%67%65%74%3D%22%5F%62%6C%61%6E%6B%22%20%68%72%65%66%3D%22%68%74%74%70%3A%2F%2F%77%77%77%2E%6D%79%74%65%63%68%6E%6F%77%61%79%73%2E%63%6F%6D%22%3E%4D%54%57%3C%2F%61%3E'));
//-->
</script>
</center>
</div>
<!-- Place this tag after the last widget tag. -->
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/platform.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>

Customizations:

Change the 1st Color Text with your facebook URL
Change the 2nd Color Text with your Twitter URL
Change the 3rd Color Text with your Google Plus Page URL
Change the 4th Color Text with your RSS Feed URL
Change the 5th Color Text with your Google Plus Profile URL
Change the both 6th Color Texts with your FeedBurner Username (2nd text will show in Popup)

MASSAGE : Hey buddies, I hope you all will like this widget and you will use this widget in your blog with my water mark. This blog is new and is not getting Enough traffic, So, the basic target of adding the water mark is to get the traffic from different sources with the help of you all. This is the first version of widget and when I will get good traffic then I will create 2nd version of this widget with no Water Mark. If you will face any problem then let me know through comments. Thanks

visitor

 
- See more at: http://adminwidget.blogspot.in/2014/06/how-to-add-next-previous-numbered.html#.U60N95SSyKQ