Your online searching blog. Find Blogging tricks and many more

Friday, 13 January 2012

create twitter follow me badge for free

how to embed a page in frame


Have you ever wondered if you can embed website contents from one website to another? It’s doable and perfectly simple. But is it legal or not? I dunno about the legality of which, but if you own both sites then for sure it’s permissible I think. I have posted before about My Little Forum a Basic Web Forum. I have used MLF and embedded it as part of the Gender Development Studies  (GDS) site.

How does one do this? There’s no need long list of code, or complex JavaScript coding, but it uses pure simple HTML tags. The trick is to use Inline Frame or what we call IFRAME to embed an HTML document with the main document.

I have a sample code below as used in my website project:


<iframe height="50" width="100%" frameBorder="0" src="http://www.techxplore.net/index.php">your browser does not support IFRAMEs</iframe>

A short explanation:

height – sets the height of the inline frame in pixels
width – sets the width in this case 100% represent that it will use the full width available
frameborder – specifies if a border is shown or not for the frame
src – specifies the source HTML page to be embeded in the main document

The text between the opening <iframe> tag and closing </iframe> tag is the text message that will be shown whenever the client browser does not support IFRAME.

See it working in the Gender Development Studies Forum . There’s no magic in it and it’s very practical to use at times. If you are looking for a simple and solution to embedding website contents from another website then IFRAME tag could be the answer. This is HTML tag based solution so it works for all major Internet Browser such as FireFox, Internet Explorer, Opera, Safari, Google Chrome, and more. Well you can try it too.

Thursday, 12 January 2012

submit-your-website-in-100-search-engines-for-free


Wednesday, 11 January 2012

side-bar-like-mashable.com-html-code


SAG73AK7FW44

  • <style> 
  • /* Social Widget */ 
  • #MBT-mashable-bar { 
  •     border: 0; 
  •     margin-bottom: 10px; 
  •     margin: 0 auto; 
  •         width:300px; 
  • .fb-likebox { 
  •     background: #fff; 
  •     padding: 10px 10px 0 10px; 
  •     border: 1px solid #D8E6EB; 
  •     margin-top: -2px; 
  •         height:80px; 
  • .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;} 
  • .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/AVvXsEhO2yHhqchlHhJK7WNcfMmwWWpaTCCc2cGcHXrWUfcEFct4cfjHCQh_YzoBQHPktiu-E8u0eJAWOJzb3ps1xxGb7yG0E748Av9dSZZUh5pHdrr8htgw6fJqXkEvWHfiROKY8u-WRvwY1Ps/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-linkedin 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-linkedin a:hover, #other-social-bar .other-follow li.my-gplus a:hover{ 
  • text-decoration:underline; 
  • }
  • #other-social-bar .other-follow li.my-linkedin { 
  •     background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEht4Xyty7GYCT5GN2amahb9tNFI17BKJNqQVU-b5ztZHKKmWy2Aqrhmmykh0jMx6OAwhh_5egqdjwtW4klqcqH63C8bNFgpvXVzVFPZh_j0AYqY6L3wOwJBd3WryUD768URsAHU1RJyaYs/s400/linkedin-16x16.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/AVvXsEjp-8knwEu9hs3D3SRgBAGUnI-QGpTd8SWeEe5kzYlagY0ONJ9daUjciWqapObZcwKtRDMM1JpLLF_TFRDQINjEbAToG2Y4ADf4WT3rk5yA7vZjhxHexUN5kebf5CBqO6E_RhRn1Cvrjtw/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="fb-likebox"> <!-- Facebook --> <iframe src="//www.facebook.com/plugins/like.php?href=http://facebook.com/livefreetv&amp;send=false&amp;layout=standard&amp; width=200px&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;
  • font&amp;height=100px&amp;appId=234513819928295" 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#_=1319978796351&amp;
  • align=&amp;button=blue&amp;id=twitter_tweet_button_0&amp;
  • lang=en&amp;link_color=&amp;screen_name=carelexxmalik&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.open('http://feedburner.google.com/fb/a/mailverify?uri=tntbystc', '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="if(this.value==this.defaultValue)this.value=&#39;&#39;;" onblur="if(this.value==&#39;&#39;)this.value=this.defaultValue;" />        
  •         <input type="hidden" value="KBDd" 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/feedburner/KBDd" target="_blank">RSS Feed</a> </li> <li class="my-linkedin"> <a rel="nofollow" title="linkedin" rel="author" href="http://linkedin.com/in/carelexxmalik" target="_blank">linkedin</a> </li> <li class="my-gplus"> <a rel="nofollow" title="Google Plus" rel="author" href="http://plus.google.com/44448117245314564536" 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.mybloggertricks.com" target="_blank" >Blogger Widgets »</a></span></div></div>
  • <!-- End Widget --> </div> <!--end of social widget-->

beautiful facebook sidebar






































<style> 
.rss-mbt { 
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguEjDxc9mmXBW27V9X0At8SkgGK-SdiL9QNHeDjBLzUWDAnCFpsqNHHfytyQ7bxuM8atIAECRcDfg-93wtCt0u5VXJGhm25F9h1zKnQ2aPl_dtvJfdQOo9XL4nS0t1IFDyZMe2tKEa-Fs/s800/RSS1.png) no-repeat; 
    height: 64px; 
    padding: 0px 20px 0px 80px; 
    margin-top: 20px; 
}
.twitter-mbt { 
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7nCC9ORucDEhE1K3X1ZrmTPbUkrH13pj_cNC5ZN5qtzkCxCLwBfjxDGV9Vd_kI4Ztz_UrGaD9mCGOamY1f8R2zfy_xT9EI6bh3fkm_m7myksy1ypFVSrPniQvR74zJIIPQLWVCT9b4cw/s800/TWITTER1.png) no-repeat; 
    height: 64px; 
    padding: 0px 20px 0px 80px; 
    margin-top: 20px; 
}
.facebook-mbt { 
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsDoecwCHnzI2EmuzBcNOHMQXEjy-cCivq94Ngjia0bEq8Erg5ah8T8xy4042m3cv4paJa88cgYnOhV6BuVrANFFg-wchxIc1jqUghO3EjUPWNhkQeEz5iJWKihiKJPgGRYjDilUBpYqU/s800/FACEBOOK1.png) no-repeat; 
    height: 64px; 
    padding: 0px 20px 0px 80px; 
    margin-top: 20px; 
}
.follower-rss, .follower-twitter, .follower-facebook { 
    font-family: Georgia,  sans-serif, Times; 
    font-size: 1.1em; 
        font-style:italic; 
        color:#289728; 
}
.follower-rss span { 
    font-size: 1.9em; 
    font-weight: bold; 
        font-style:italic; 
        color:#FFB93C;     
}
.follower-twitter span { 
    font-size: 1.9em; 
    font-weight: bold; 
        font-style:italic; 
        color:#6DB6E6;     
}
.follower-facebook span { 
    font-size: 1.9em; 
    font-weight: bold; 
        font-style:italic; 
        color:#3889BA;     
}
</style>
<div class="rss-ttf"> 
<div class="follower-rss"> <span>515</span> loyal readers 
</div> 
<a href="ADD-RSS-FEED-URL-HERE" rel="nofollow">RSS feed</a> 
| <a href="ADD-RSS-EMAIL-FEED-URL-HERE" target="_blank" rel="nofollow">E-mail</a> 
</div>
<div class="twitter-ttf"><div class="follower-twitter"><span>1058</span> followers</div>                            
<a href="ADD-YOUR-TWITTER-URL-HERE" target="_blank" rel="nofollow" title="I definitely follow you back">Follow us on Twitter!</a> 
</div>                       
<div class="facebook-ttf">                        
<div class="follower-facebook"><span>260</span> followers                            </div>                            
<a href="ADD-YOUR-FACEBOOK-URL-HERE" target="_blank" rel="nofollow">Join us on Facebook!</a> 
</div>

Sunday, 8 January 2012

add facebook like box pop-up to blogger



Add Facebook Likebox Popup To Blogger

  1. Go To Blogger > Design
  2. Click choose a gadget
  3. Select HTML/javascript widget
  4. Paste the following code inside it
<style>
    /* Jquery Facebook Likebox Popup Version 2.0 by MBT    MyBloggerTricks.com
    */
    #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
    #cboxOverlay{position:fixed; width:100%; height:100%;}
    #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
    #cboxContent{position:relative;}
    #cboxLoadedContent{overflow:auto;}
    #cboxTitle{margin:0;}
    #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
    .cboxPhoto{float:left; margin:auto; border:0; display:block;}
    .cboxIframe{width:100%; height:100%; display:block; border:0;}
    /*

       User Style:
       Change the following styles to modify the appearance of ColorBox.  They are
       ordered & tabbed in a way that represents the nesting of the generated HTML.
    */
    #cboxOverlay{background:#000;opacity:0.5 !important;}
    #colorbox{
            box-shadow:0 0 15px rgba(0,0,0,0.4);
           -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
           }
       #cboxTopLeft{width:14px; height:14px; background:url(http://imgboot.com/images/cybersidh/controls.png) no-repeat 0 0;}
       #cboxTopCenter{height:14px; background:url(http://imgboot.com/images/cybersidh/border.png) repeat-x top left;}
       #cboxTopRight{width:14px; height:14px; background:url(http://imgboot.com/images/cybersidh/controls.png) no-repeat -36px 0;}
       #cboxBottomLeft{width:14px; height:43px; background:url(http://imgboot.com/images/cybersidh/controls.png) no-repeat 0 -32px;}
       #cboxBottomCenter{height:43px; background:url(http://imgboot.com/images/cybersidh/border.png) repeat-x bottom left;}
       #cboxBottomRight{width:14px; height:43px; background:url(http://imgboot.com/images/cybersidh/controls.png) no-repeat -36px -32px;}
       #cboxMiddleLeft{width:14px; background:url(http://imgboot.com/images/cybersidh/controls.png) repeat-y -175px 0;}
       #cboxMiddleRight{width:14px; background:url(http://imgboot.com/images/cybersidh/controls.png) repeat-y -211px 0;}
       #cboxContent{background:#fff; overflow:visible;}
           #cboxLoadedContent{margin-bottom:5px;}
           #cboxLoadingOverlay{background:url(http://imgboot.com/images/cybersidh/loadingbackground.png) no-repeat center center;}
           #cboxLoadingGraphic{background:url(http://imgboot.com/images/cybersidh/loading.gif) no-repeat center center;}
           #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
           #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
           #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(http://imgboot.com/images/cybersidh/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
           #cboxPrevious{left:0px; background-position: -51px -25px;}
           #cboxPrevious.hover{background-position:-51px 0px;}
           #cboxNext{left:27px; background-position:-75px -25px;}
           #cboxNext.hover{background-position:-75px 0px;}
           #cboxClose{right:0; background-position:-100px -25px;}
           #cboxClose.hover{background-position:-100px 0px;}
           .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
           .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
           .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
           .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
    /*-----------------------------------------------------------------------------------*/
    /*   Facebook Likebox popup For Blogger Version 2.0
    /*-----------------------------------------------------------------------------------*/
    #subscribe {
        font: 12px/1.2 Arial,Helvetica,san-serif; color:#666;
    }
    #subscribe a,
    #subscribe a:hover,
    #subscribe a:visited {
        text-decoration:none;
    }
    .box-title {
       color: #F66303;
       font-size: 18px !important;
       font-weight: bold;
       margin: 10px 0;
    border:1px solid #ddd;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    box-shadow: 5px 5px 5px #CCCCCC;
    padding:10px;
    line-height:25px; font-family:arial !important;
    }

    .box-tagline {
       color: #999;
       margin: 0;
       text-align: center;
    }
    #subs-container {
        padding: 35px 0 30px 0;
        position: relative;
    }
    a:link, a:visited {
    border:none;
    }
    .demo {
    display:none;
    }

/* ---------MBT Subscribe Form---------- */
    .box-title1 {
    border:1px solid #ddd;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    box-shadow: 5px 5px 5px #CCCCCC;
        padding:10px;
  margin: 10px 0;
    }

    .enteryouremail{
background: #fff !important;
border: 1px solid #d2d2d2;
padding: 0px 8px 0px 8px;
color: #a19999; font-size: 12px;
height: 25px; width: 165px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin:0px;
}
    .submitbutton{
background:#F66303;
border: 1px solid #F66303;
text-shadow: 1px 1px 1px #333;
box-shadow: 3px 3px 3px #666;
font:bold 12px Arial, sans-serif;
color: #fff;
height: 25px;
padding: 0 12px 0 12px;
margin: 0 0 0 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
cursor:pointer;}
    </style>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js'></script>
<script src="http://mybloggertricks.googlecode.com/files/jquery.colorbox-min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
   if (document.cookie.indexOf('visited=true') == -1) {
       var fifteenDays = 1000*60*60*24*30;
       var expires = new Date((new Date()).valueOf() + fifteenDays);
       document.cookie = "visited=true;expires=" + expires.toUTCString();
   $.colorbox({width:"400px", inline:true, href:"#subscribe"});
       }
});
</script>
 
 
        <div style='display:none'>
       <div id='subscribe' style='padding:10px; background:#fff;'>
            <h3 class="box-title">Receive all updates via Facebook. Just Click the Like Button Below<center><p style="line-height:3px;" >▼</p></center></h3>
          <center>

<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2F
livefreetv&amp;width=300&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23ffffff&amp;stream=false&amp;header=false&amp;height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:258px;" allowtransparency="true"></iframe>
</center>
<div class="box-title1 ">
<center>
<h3 style="color:#F66303;">You can also receive Free Email Updates:</h3>
    <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=KBDd', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input gtbfieldid="10" class="enteryouremail" 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 value="KBDd" name="uri" type="hidden" /><input value="Submit" class="submitbutton" type="submit" /></form>
</center>
</div>
<!--Please Do not Remove the Credits -->
    <p style=" float:right;  margin-right:35px;  font-size:9px;" >Powered By <a style=" font-size:9px; color:#3B78CD; text-decoration:none;" href="http://www.mybloggertricks.com">Blogger Widgets</a></p>
    </div>
    </div>

Make these changes:
  • The text in brown can be changed to anything you wish. You can leave it as default.
  •  *30 Setting this value will effect cookie refreshment. I have set the popup to appear only once to the visitor and this popup will appear again after 30 days. If you wish to display popup to your visitors after a week then set 30 to 7. Similar if you want it to appear daily then set 30 to 1. Note that if you set the value to low then it can irritate your daily readers.
  • Replace livefreetv with your facebook username. If your facebook username is too long and includes numbers then do not panic and first create a Branded Facebook username for your blog in seconds by going to Facebook.com/username
  • Next replace twice KBDd with your feed title. It appear at the end of your feed link. In my case it is:
http://feedburner.google.com/fb/a/mailverify?uri=KBDd
    5.  Save the widget and drag the widget anywhere on your right sidebar. Place it below all widgets on your right sidebar
     6. Finally Click the orange save button towards top right.
     7.  Done!
Visit your blogs and see it popping up just fine! Remember as we already mentioned on previous post that the popup will show only once. To see it again you will first need to delete your browser cookie and then refresh the page to see it appearing again.
It will look like this:
jquery popup for likebox

Need Help?

I hope that all unanswered queries on the previous tutorial are covered in this post. If you still need help in changing colors and other stuff then you are most welcomed to post your queries below. Have a nice day pals. Peace and blessings! :)

ptcl bill find in pakistan

Search PTCL Phone Bill Online and print duplicate Bill
Enter PTCL No:
Enter Account ID:
: