January 8, 2012

Widgets

jQuery Facebook Likebox Popup For Blogger - v2


Facebook Likebox popup

The previous version of jquery popup for Facebook Like box was warmly welcomed by all of you. Most of you requested social media links to be added to it along with a RSS subscription form. Normally it's a standard to keep it simple with just a subscribe form and Likebox and adding social media links does not make sense here. However if you wish to have them then please vote by posting your comments. I am a little busy with some other tasks therefore designed this new version in hurry. You can easily add it to your blogger blogs as well as wordpress blogs. The steps are exactly the same and we will be using the same Lightbox script that we used in creating a simple Subscribe Popup form. I will further troubleshoot some problems that you faced with the earlier version. Lets get to work then!

If you are using the previous version then you can simply replace the code with this new one. The steps are exactly the same. To Learn how it works Please consult the details in earlier version.

Tip: Copy the code given in step#4 and paste it inside this editor to see a live demo.


Try it now!

 

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://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) no-repeat 0 0;}
#cboxTopCenter{height:14px; background:url(http://3.bp.blogspot.com/-dJQm3QEd5Iw/TxohpCter-I/AAAAAAAAF0Q/GRny7olLbv8/s400/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(http://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(http://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(http://3.bp.blogspot.com/-dJQm3QEd5Iw/TxohpCter-I/AAAAAAAAF0Q/GRny7olLbv8/s400/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(http://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(http://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(http://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(http://2.bp.blogspot.com/-bMneOFi_UDo/Txohpge3Z9I/AAAAAAAAF0s/AbVgxX9pXtQ/s400/loadingbackground.png) no-repeat center center;}
        #cboxLoadingGraphic{http://3.bp.blogspot.com/-SKktU1-SCCw/TxohpRB19LI/AAAAAAAAF0Y/iwIo3LnjoE0/s400/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://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/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='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/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%2Fbloggertricks&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=tntbystc', '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="tntbystc" 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 bloggertricks 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 tntbystc 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=tntbystc

    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! :)




If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!

If you don't want to get yourself into Serious Technical Trouble while editing your Blog Template then just sit back and relax and let us do the Job for you at a fairly reasonable cost. Submit your order details by Clicking Here »

82 comments:

ahmed safwan on Jan 8, 2012, 12:13:00 AM said... #

thanks mohammed for this post

Admin on Jan 8, 2012, 12:29:00 AM said... #

looks beautiful.how can we increase the width of the box and and same time decrease the length.

Crack-net on Jan 8, 2012, 1:18:00 AM said... #
This comment has been removed by the author.
Crack-net on Jan 8, 2012, 1:19:00 AM said... #

Thx Mohammed for this tip.
Is it possible to display this likebox after a certain delay?

Anonymous on Jan 8, 2012, 1:33:00 AM said... #

Thanks Mohammed,great work... and you are the best

Mohammed,when adding your Mashable sharing widget to html,error

Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Attribute "rel" was already specified for element "a".

what's the problem...? Thanks in advance....

MUXLIMO on Jan 8, 2012, 1:49:00 AM said... #

Great Brother..! I'll try it..
btw, i just sent You email, Bro.. :)

Faiz Muhammad Khan on Jan 8, 2012, 3:24:00 AM said... #

Thats good , you always make some nice 3in 1 social sliding widget

Prince on Jan 8, 2012, 7:04:00 AM said... #

I need all time display. visit mt site and see pop up.

Admin on Jan 8, 2012, 7:47:00 AM said... #

it not work in my bloge www.melodysport.tv whayyyyyyyyyyyyyyyy?

Shivam on Jan 8, 2012, 8:54:00 AM said... #

Admin,Please write a tutorial for how to add this "http://www.risepk.com/posts/3-in-one-social-slide-widget/" to blogger.

SHREE MADHAN on Jan 8, 2012, 9:50:00 AM said... #

v2 is awesome more fixes
http://softechnogeek.blogspot.com/

Sagar Nargolkar on Jan 8, 2012, 10:10:00 AM said... #

Awesome bro! great job :)

Prime Aque on Jan 8, 2012, 10:17:00 AM said... #

Hello I am back, I really wanted to add this pop up like box on my blog but I have the problem in customizing it sir to fit my design because I can only preview this once in your html editor. Is there any other way I can preview this things several times until I will be done with the customization I want?

One more thing, I know you are kind enough to write a tutorial about this. Since my blog is about building a community of bloggers, I want to design a like function on readers comments. I want to host a giveaway or recognition to the most like comments at the comment section of my blog but I cannot really make it until such time I decided to bring this problem here. Wordpress blogs offers the thumbs up and thumbs down function at the comment section, or facebook can do best, is that possible to design such function at blogger comment section Sir? So far I added the addthis function just before the reply button, but that's not enough to do the readers engagement. I hope you can do the trick about this at your convenience.

Looking forward

Prime Aque @SB

Prince on Jan 8, 2012, 2:26:00 PM said... #

if i use this code. my premium blogger templates widget is block.

http://my-soft24.blogspot.com/

example: never change images in my blog sites.

PSR on Jan 8, 2012, 7:11:00 PM said... #

HEY CAN U TELL ME THAT HOW TO WRITE A BLOG IN DIFFRENT COLOURS....

AND HOW TO COMMENT IN THAT BOX.............

PLEAZZZZZZZZZZ REPLY THIS

abushaleh.net on Jan 8, 2012, 11:18:00 PM said... #

Great One Mohammad Bhai. :)

Mohammad Mustafa Ahmedzai on Jan 9, 2012, 5:56:00 PM said... #

For those of you who are are getting errors. Please do not add it inside the template directly just add it to HTML/Javascript widget.


@Prime Aque

To preview it again just delete cookie of your browser

Unfortunately the voting feature is not yet supported by blogger blogs. We can add a like button to it but that would badly effect the load time. Never compromise load time for anything

@PSR
Please read this Change Author comment style

Tung Nguyen on Jan 9, 2012, 9:04:00 PM said... #

Wow.. it's so cool.
Thanks a lot! Keep go on!

technovary.com on Jan 10, 2012, 12:00:00 PM said... #

this is working fine then last one

AsadUllah on Jan 12, 2012, 11:42:00 AM said... #

its working.. :) Accredited Online Colleges

askfriends on Jan 14, 2012, 4:08:00 PM said... #

i have done exaclty as you have instructed, but i cant see it,please help me to fix it, my blog is http://green-tv.blogspot.com/

Jasmine on Jan 14, 2012, 4:31:00 PM said... #

i couldn't understood what to put as Facebook username, my blog's Facebook page is https://www.facebook.com/Green.Tv.Blog, now what should i put to replace bloggertricks?

Babbu Singh on Jan 16, 2012, 3:40:00 PM said... #

@ Jasmine :- hi just replace thr your fan page name Green.Tv.Blog ! step 1 - delete "bloggertricks" add thr "Green.Tv.Blog" i think its help u :) happy blogging

Ankit Sharma on Jan 17, 2012, 2:14:00 AM said... #

Bro it's working on my blog but not exactly the same way it should be working. My slider stopped working after i added this box and my blog archive are being shown twice just after adding this. As soon as i remove it everything works fine.

Nem0 on Jan 20, 2012, 9:24:00 PM said... #

images problem please fix it........ imgboot shows error .. please upload images in blogger domain

Edel | R.U.M Magazine on Jan 20, 2012, 9:37:00 PM said... #

man can you upload the images on blogger please!!!

MAX89X on Jan 21, 2012, 4:56:00 AM said... #

Replace the link with this :)

border: http://i.imgur.com/2rIKc.png

controls: http://i.imgur.com/ydcPr.png

loading: http://i.imgur.com/MtP9b.gif

loading_background: http://i.imgur.com/s7h4D.png

Edel | R.U.M Magazine on Jan 21, 2012, 6:26:00 AM said... #

thank you so much!!! XD!!!!

Mohammad Mustafa Ahmedzai on Jan 21, 2012, 7:46:00 AM said... #

Update

Images have been updated and the updated code is highlighted in blue color. You can now use the updated code to make things work just perfectly :)

Farah on Jan 22, 2012, 10:22:00 AM said... #

Hello, everything is working amazingly!! but when I put my links, the box doesn't pop up anymore even when tested on different browsers. can you please help me? :) i would really appreciate it!

Mohammad Mustafa Ahmedzai on Jan 22, 2012, 1:09:00 PM said... #

@Farah
Please Go To your Browser Clear History > Delete Cookies


Refresh the page and it will show up again. It appears only once in 30 days to the visitor.

TORO on Jan 23, 2012, 5:00:00 AM said... #

error images http://imgboot.com/images/cybersidh/controls.png

simiey.com on Jan 24, 2012, 1:25:00 PM said... #

thank u very much!!~

AKic23 on Jan 24, 2012, 3:23:00 PM said... #

Buddy i've tried but i have problems, when i add the popup i got my picture slider frozen up, and everything else is just messed up :(... but the popup is working reat, so what could it be ??? :(

clickemag on Jan 25, 2012, 1:03:00 PM said... #

thanks bro its awsome

MD LinkZ on Jan 28, 2012, 4:52:00 AM said... #

Thanx soo much 4 this!
It's working perfectly on my blog
mediadownlinkz.blogspot.com

I was wondering, is there a way to change code so that it stops appearing to people who have already liked the page?

thanx 4 ur awesome work

Minhal Mehdi on Jan 29, 2012, 10:49:00 AM said... #

why its not working on my blog ? www dot devilscafe dot in
and Now not working on RHA too :|

scandalistiko on Jan 29, 2012, 1:58:00 PM said... #
This comment has been removed by the author.
scandalistiko on Jan 29, 2012, 2:01:00 PM said... #
This comment has been removed by the author.
scandalistiko on Jan 30, 2012, 1:08:00 PM said... #

Mohammad thank you for your great tips that i use a lot in my bloggspot...I just wanted to ask you if there is a sollution for the disapear of a tab widget (you can find it here http://www.bloggersentral.com/2011/05/create-tabbed-content-blogger-widgets.html ) i mean that if i place your widget under that the tabs are disapear if i placed it up from that your gadget did not work ...till now i choosed yours to work but i would like to have them both tnku a lot... you can see my page at http://scandalistiko.blogspot.com/ tnku!

daven on Jan 31, 2012, 12:20:00 PM said... #

NOT WORKING IN MY BLOG PLEASE HELP :( http://www.tamilanspace.net

Natural Health in Lebanon on Feb 22, 2012, 11:15:00 PM said... #

Thank Mohammad for your time and work! I'm re-asking the question of crack-net... can you have a delay of let say 15s before the pop up appears?? (personally before I subscribe, I like to have a feel of the content)
And instead of burn feed can we include a code for people to subscribe to mailshimp. Thank you for your help!! Moutassem

Freshers Jobs India on Feb 23, 2012, 10:26:00 AM said... #

Not working for my current template,earlier worked with blogger default template

http://newvacancy.blogspot.in/

Help me..!!

CostiJr on Feb 28, 2012, 3:28:00 PM said... #

How can i make this popup to be scrolling on page ? thanks

The Joker on Feb 28, 2012, 6:53:00 PM said... #

how can i get this to work in wordpress hosted blog ?

yaraan on Feb 29, 2012, 5:54:00 AM said... #

thanks great man (mohammad

MaX on Mar 12, 2012, 2:22:00 PM said... #

I wanna Show This Popup on Every time When My visitors Visits another page of my site on Same Day from Same Browser.
What Can I do For It?
please replay Soon

GiotaExairetico Gkrin on Mar 18, 2012, 4:02:00 AM said... #

Greetings Mohammad from Greece! This a really nice and useful pop-up gadget for all bloggers i believe! I was waiting a long time for this! But i can't make it work with my template :( Seems that is conflicting with my template slider. When i add in an html widget your code, it's working and i can see the pop-up window BUT my slider freezes :( I also tried to fix it by removing the following code <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'></script> but the pop-up window doesn't show up at all. Yes i 've cleared the browser's cookies in every attempt that i made! Can you Help me please?
Thank you in advance and keep up the great work!

Author@gizpad.com on Mar 25, 2012, 12:48:00 AM said... #

Dear Mohammad Sir,
This widget not working on my blog, may be because I am using various jquery widget, but when I try on other test blog it works fine, could you please help me to solve the conflicts, my blog gizpad.blogspot.in.

Thanks in advance

facebooker on Apr 2, 2012, 4:03:00 AM said... #

The script works fine but it crashes my scroll bar at the top of 2 sites ...
http://facebook-couverture.blogspot.com
http://citation-image.blogspot.com/

thank you anyway ;)

Touchwood on Apr 15, 2012, 2:54:00 PM said... #

SLIDER NOT WORKINGGG!!!!!!!!!

eenadueducation.net on Apr 23, 2012, 6:18:00 PM said... #

Brother,,
This widget is awesome
But my blog www.eenadueducation.net not showing this popup
Please help me

el syndicator on Apr 29, 2012, 6:48:00 PM said... #

help !!!! le pop up ne fonctionne pas !!!!

Admin on Apr 30, 2012, 11:25:00 AM said... #

It will be better if it pop up alwyas for person who not liked my fb page of Smartphonecity.in :D

Saheli on May 6, 2012, 11:55:00 AM said... #

Hello, how to make this box be scrolled with the page.

Abhijeet Bhattacharya on May 20, 2012, 4:45:00 PM said... #

hi mohammad after adding the script the slider stops working
how to correct it

121 on May 24, 2012, 8:47:00 PM said... #

How to get the same in Dynamic Blogger

Ramesh Khati on Jun 3, 2012, 1:04:00 AM said... #

Thanks so much for the plugin and tutorial, I just installed it on my site www.karaokemusic4u.com it works like charm thanks once again.

Jitendra Indave on Jun 9, 2012, 6:33:00 PM said... #

not working for me please help

bankexamsportal.com on Jun 10, 2012, 7:57:00 AM said... #

Hello mohammad first of all thanks to you for providing such a great widgets .

why the facebook popup is not displaying always when I open my blog
sometimes only displaying .

Now it is not displaying at once plz tell me what's the problem?
I hope you will reply soon

my blog is http://bankexamsportal.com

Tricker Guru on Jun 22, 2012, 4:33:00 PM said... #

ASSALAMOALAIKUM Bro. I am Noor from india....
is this popup gainst google adsense policy???
today adsense contacted by email with warning.. reason was: Ad content overlap...

bro do you know what's this exactly ?? plz help

when asking in adsense forum... The reason given by one person was "facebook pop up box".... plz bro help me...

Mustufa bro.. plz check on my site: http://trickerguru.com

is there any thing other than fb popup box wrong too???

plz help : my email id: noor7300@gmail.com

taxblogindia.com on Jun 26, 2012, 10:02:00 PM said... #

i tried to add this to website. but facebook like box is not appearing in pop up. i have changed the facebook name correctly.
how to correct..
plz help.

RapNoStreSS PointCom Le Site on Jul 10, 2012, 5:06:00 AM said... #

help pop up is disable !!!!!

Me.Myself on Jul 15, 2012, 5:01:00 PM said... #

I have applied the code following the exact instruction but it is not appeared in the blogspot. Do you mind having a look ?

My blog is http://freemovie-watchonline.blogspot.com

Anuj Sharma on Jul 17, 2012, 11:57:00 AM said... #

Not working on my blog :-(
www.ptmaroct.com
what to do now mustafa

Christiano Nino on Jul 31, 2012, 10:18:00 AM said... #

Working for me....but Master,can you show how to make it appears when we open to a new labels of the post???

far sid on Aug 26, 2012, 1:20:00 PM said... #

@MaX

Even i'm having the same problem with by blog. This jquery version 1.6.1 is conflicting with by sidebar jaquery version 1.8.0... please help!

Thomas Varghese on Aug 30, 2012, 4:11:00 PM said... #

In My blog i use this pop up window,facebook page is displayed prompyly but mail alert's feed button not working or not take mail id's my blog is-http://ibpsupdate.blogspot.in/

JC Silva on Sep 2, 2012, 6:57:00 PM said... #

Amazing work! Mohammad. I wanted to know if there is a way to allow some time for the visitor to browse my blog before the pop up comes up? say like 60 seconds. Thanks for all your help and support to all fellow bloggers

Hari kesh on Oct 2, 2012, 7:17:00 PM said... #

its not wrkng for me plz help me
http://pharikesh.blogspot.in/

nakul kaladhar on Oct 5, 2012, 11:59:00 AM said... #

its not working for me ...will you please check it
http://aannaunivhelper.blogspot.in/
Thats my blog...please mail me nknakul@gmail.com

Umair Hasan on Oct 20, 2012, 6:18:00 PM said... #

Your widget works great on my website i am in search of it for some days and finally i got it here. Thanks u very much
I want that this popup appears after some seconds a visitor entered my website say ay 20s not in the starting. Can please you add this feature in new version?

Praveen Kashyap on Oct 21, 2012, 10:46:00 AM said... #

Hello, i am unable to install this but it is not working on my blog www.hackitparadise.in

Roshidul Hasan hadi on Oct 30, 2012, 8:48:00 PM said... #

hi admin i do not understand where i use feed title in my website http://hadiuits.blogspot.com

Kumaran Baskar on Nov 9, 2012, 10:31:00 PM said... #

where do i get my feed title?

Mohit Gupta on Nov 16, 2012, 11:49:00 PM said... #

NOT WORKING..HELP

Chandru Chand on Nov 19, 2012, 10:10:00 PM said... #

hai admin the javascript link is broken "http://mybloggertricks.googlecode.com/files/jquery.colorbox-min.js" fix it...>

FAiZaN ARiF on Dec 23, 2012, 6:16:00 PM said... #

Hi Mustafa Bhai!
The javascipt link is dead, please update it asap.
"http://mybloggertricks.googlecode.com/files/jquery.colorbox-min.js"

Zohaib on Dec 29, 2012, 5:07:00 PM said... #

Hello, the above tutorial is not working anymore, please update following JQuery link because its dead now. http://mybloggertricks.googlecode.com/files/jquery.colorbox-min.js

Update above link

Raheel Arshad on Jan 16, 2013, 10:34:00 PM said... #

this code is not working. please update it. I need it idm cracked and Nod32 Keys

ripa khan on Mar 30, 2013, 9:06:00 PM said... #

I was disappointed before reading this article, but now I am an optimist.
free weights

Imtiaz Ahmed on Apr 5, 2013, 8:44:00 AM said... #

Dear mohammad ,
its not Working On my blogger please tell me work it properly.
http://imtiazblogtrick.blogspot.com/

Click Here To add Comment

Confused? Feel free to ask

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. No cheesy/spam Comments tolerated Spam comments will be deleted immediately upon our review.

Regards,
Mohammad

Support Us

If our Tutorials have helped you a little, then kindly spread our voice using the badge below:-

or try a Beautiful Banner


Widgets

 
  • MBT Icons and buttons

    Icons and Buttons

    Our resources have been successfully downloaded over 10K times and found almost every where. Get yours!

  • choosing webhost for a blog

    Why HostGator?

    Learn Why we chose HostGator as our Web Host and find discount coupons to kick start your blog today!

  • SEO Settings for blogger

    ALL IN ONE SEO PACK 2012

    Learn every single SEO tip that will boost your blog's ranking and organic traffic. We got them all!

  • Blogger widgets and plugins

    Visit MBT's Blogger LAB

    Why not take a tour of all great Blogger widgets published so far? You Name it we have it!

  • become a six figure blogger!

    Become a SIX FIGURE BLOGGER

    Learn what it takes to become a successful entrepreneur and build a living online!

About The Author

Hi! I am Mohammad, a certified SEO Consultant, Pro Blogger, Computer Engineer and an addicted Web Developer. Read More..

Recipes

SEO Affiliate Marketing Social Media

Make Money Online Web hosting

Blogging Tips Web Designing

Plugins and Widgets Blogging Ethics

Recent Comments

Popular Series

Powered by:

My Blogger Tricks © 2013. All Rights Reserved | Contact |