How To Add POP UP Facebook Like Box For Blog & Website?

Socialize: 

There are many facebook like widgets there in the market. These widgets help in maximizing the number of likes of your facebook page. These widgets provide the veiwers of Website or Blog to easily find out the official facebook page related to that Website or the Blog. In this post a simple JQuery FaceBook like popup widget is described so that you can easily get more like to your facebook page.

This facebook like popup widgets appears when a new visitor visits your web or blog page. Since the IP address of the visitor get stored in the browser cookie therfore the next time when the visitor visits your page he do not find the popup there. This helps in stopping the veiwers from being disturbed.

Facebook Popup

The widget is set to appear on every page either the main page or the sub page in the blogger blog and if set so it will give same effects in the website. no matter the visitor came to main page or to any sub page he will find the widget there, so that he or she can like your facebook page easily.

The widget is set to appear again automatically after 30 days whether or not the user has cleared his or her browser cookies. You can change this time frame with your own. the method is defined at the end of the post.

Features:

  1. An unblockable popup (All browsers).
  2. Popup with Lightbox effect.
  3. With close button.
  4. Quick load and easy installation.
  5. Simple and stylish design.

How To Add In Blogspot?

  1. Go to your Blog through Blogger
  2. Open up your desired Blog.
  3. Go to Layout.
  4. Click "Add A Gadget" where you want to add it, in sidebar or in header etc.
  5. Scroll down to HTML-JAVASCRIPT gadget.
  6. Click "+" icon to add it.
  7. Now copy and paste the code given below.
  8. Leave the title box of the gadget empty.
  9. Click Save and you are done.

How To Add In Website?

  1. Just go to your HTML file.
  2. Now copy and paste the code given below in between the <body> and </body> tag.
  3. Save and you are done.

Code

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'></script>
<script src="https://raw.github.com/EXEIdeas/JS/master/ColorBox-v1.3.16"></script>

<script type="text/javascript">
jQuery(document).ready(function(){
if (document.cookie.indexOf('visited=false') == -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:"#exestylepopups"});
}
});
</script>

<style type="text/css">
/* ColorBox v1.3.16(Copyright (c) 2011 Jack Moore - jack@colorpowered.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;
}
#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(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP18Ulk0EJHh-Q8Zfz0yhqR2KwUkFgETZrEVy_LZnQ1ziwxpLMxoTAN5LUK1R8sZ_y8FmreBHLjOZzt0qWFhIWbHOcbtm9llm2yHS0b_xBH1KuZp6EKTHzHJ8CC34pr-1LJ54pvugniz8/s1600/controls.png) no-repeat 0 0;
}
#cboxTopCenter{
height:14px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOtU0GDMCceDRSH_Bsqof-OUBqT41i8TALnnnUMYLF4WM2Svzc04zw8XBqKdChnGchX0SPfztkY5XTYeqrZvHR9ih4f8lbRO0cVk04BDy1W3Pt-QaAHDOZhZFey_REtWkIaolDWVMrnOM/s400/border.png) repeat-x top left;
}
#cboxTopRight{
width:14px;
height:14px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP18Ulk0EJHh-Q8Zfz0yhqR2KwUkFgETZrEVy_LZnQ1ziwxpLMxoTAN5LUK1R8sZ_y8FmreBHLjOZzt0qWFhIWbHOcbtm9llm2yHS0b_xBH1KuZp6EKTHzHJ8CC34pr-1LJ54pvugniz8/s1600/controls.png) no-repeat -36px 0;
}
#cboxBottomLeft{
width:14px;
height:43px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP18Ulk0EJHh-Q8Zfz0yhqR2KwUkFgETZrEVy_LZnQ1ziwxpLMxoTAN5LUK1R8sZ_y8FmreBHLjOZzt0qWFhIWbHOcbtm9llm2yHS0b_xBH1KuZp6EKTHzHJ8CC34pr-1LJ54pvugniz8/s1600/controls.png) no-repeat 0 -32px;
}
#cboxBottomCenter{
height:43px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOtU0GDMCceDRSH_Bsqof-OUBqT41i8TALnnnUMYLF4WM2Svzc04zw8XBqKdChnGchX0SPfztkY5XTYeqrZvHR9ih4f8lbRO0cVk04BDy1W3Pt-QaAHDOZhZFey_REtWkIaolDWVMrnOM/s400/border.png) repeat-x bottom left;
}
#cboxBottomRight{
width:14px;
height:43px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP18Ulk0EJHh-Q8Zfz0yhqR2KwUkFgETZrEVy_LZnQ1ziwxpLMxoTAN5LUK1R8sZ_y8FmreBHLjOZzt0qWFhIWbHOcbtm9llm2yHS0b_xBH1KuZp6EKTHzHJ8CC34pr-1LJ54pvugniz8/s1600/controls.png) no-repeat -36px -32px;
}
#cboxMiddleLeft{
width:14px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP18Ulk0EJHh-Q8Zfz0yhqR2KwUkFgETZrEVy_LZnQ1ziwxpLMxoTAN5LUK1R8sZ_y8FmreBHLjOZzt0qWFhIWbHOcbtm9llm2yHS0b_xBH1KuZp6EKTHzHJ8CC34pr-1LJ54pvugniz8/s1600/controls.png) repeat-y -175px 0;
}
#cboxMiddleRight{
width:14px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP18Ulk0EJHh-Q8Zfz0yhqR2KwUkFgETZrEVy_LZnQ1ziwxpLMxoTAN5LUK1R8sZ_y8FmreBHLjOZzt0qWFhIWbHOcbtm9llm2yHS0b_xBH1KuZp6EKTHzHJ8CC34pr-1LJ54pvugniz8/s1600/controls.png) repeat-y -211px 0;
}
#cboxContent{
background:#fff;
overflow:visible;
}
#cboxLoadedContent{
margin-bottom:5px;
}
#cboxLoadingOverlay{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMRflEZ4jtXBRxeDSH7EBH4IE5I_DyYzqXcmlmZCxM4xInbO9Li8ivvklYRKOyIHIfMyKyUrh5rVEA7Dcu7GQqEcOLgRwcSzOkTHmH_Pu-_FXpj0hJM9VBJRHJTa0JDMfGQ9GE66rZBWw/s400/loadingbackground.png) no-repeat center center;
}
#cboxLoadingGraphic{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeCapdacHloFDUWwQcroXBVc5zcs9ebYkYUOvHO6A5SfgyEuEAxLYjyRM4Az_KqEf0CtZXAPv7fyBTw5565Na9nss9bYcLWXSHHbJFS5zi1Kb8NzM8Eau8u4B8cHLAI-QvhFgpeDdSvdc/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(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP18Ulk0EJHh-Q8Zfz0yhqR2KwUkFgETZrEVy_LZnQ1ziwxpLMxoTAN5LUK1R8sZ_y8FmreBHLjOZzt0qWFhIWbHOcbtm9llm2yHS0b_xBH1KuZp6EKTHzHJ8CC34pr-1LJ54pvugniz8/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;
}
#mdfb{
font:12px/1.2 Arial, Helvetica, San-serif;
color:#666;
}
#mdfb a, #mdfb a:hover, #mdfb a:visited{
text-decoration:none;
}
.mdbox-title{
background:#000;
color:#fff;
font-size:20px !important;
font-weight:bold;
margin:10px 0;
border:20px solid #ddd;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
box-shadow:5px 5px 5px #CCC;
padding:10px;
line-height:25px;
font-family:Arial !important;
}
</style>

<div style='display:none'>
<div id='exestylepopups' style='padding:10px; background:#fff;'>
<center>
<h3 class="mdbox-title">
Receive all updates via Facebook. Just Click the Like Button Below...
</h3>
</center>
<center>
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FEXEIdeas2010
&amp;width=300
&amp;colorscheme=light
&amp;show_faces=true
&amp;order_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>
<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.exeideas.com">EXEIdeas</a></p>
</div>
</div>


Customization

  • Replace EXEIdeas2010 with you facebook username.
  • It will not popup again and again on every relod or every page. To review the widget just delete your browser cookies and refresh the page.
  • Want to appear it on every page and on every refresh or reload, simply just change True to False
  • This popuop widget will automatically popup again within 30 days whether or not the user is clearing his or her cookies. You can change this timeframe if you wnat by simply changing the *30 in the above code to the days you want.
  • You can also customize the text Receive all updates via Facebook. Just Click the Like Button Below... with your own.

    You may also like...

250 comments:

  1. nice post www.kallol-hasan.blogspot.com

    ReplyDelete
  2. nice post indeed !!

    www.techfond.in

    ReplyDelete
  3. Just what I was looking for, but it appears on every single one of my pages... How can I fix it to only appear on the home page? Thx alot!

    ReplyDelete
    Replies
    1. Just Add Below Line Before The Provided Code...
      < b:if cond='data:blog.url == data:blog.homepageUrl'>
      And Below Line After The Provided Code
      < /b:if>

      Delete
    2. where should i put the above lines in order to get this only at the home page

      Delete
    3. @Anonymous
      Go Here: www.exeideas.com/2012/07/how-to-display-widgets-on-desire-place-in-blog.html

      Delete
  4. I have one question regarding this script. I added this scrip in my blog but I want that this script run only once at first time but it run every time when we move from one page to another...

    ReplyDelete
    Replies
    1. Find "visited=flase" In Part-1 Code And Change It With "visited=true"
      Save And Done...

      Delete
  5. pls help me i am facing same issue as above !

    ReplyDelete
  6. thanks its works!!!

    ReplyDelete
  7. i tried. but error message appear:

    could not retrieve the specified page. please verify correct href was passed in.

    did i do wrong? how do i get the url for like box at my page?

    ReplyDelete
  8. hello, thank you for the share..

    Can you please tell me how remove that confirm ( can it be made direct like with out asking to confirm)... it would be little annoying for some users..

    how to make that pop up disappear once user click on like.
    regards.

    ReplyDelete
    Replies
    1. It Will Ask The Confirmation Due To FaceBook Policy.
      It Will Not Disappear On Click But You Can Make It Disappear On Cookies.

      Delete
  9. Pls look into same pop up http://indiagetseverythingfree.blogspot.in/

    It is not asking to confirm LIKE.. Can you please dig into it if possible. thank you.

    ReplyDelete
  10. Replies
    1. I Got It.
      Please Provide Me Your FaceBook Page URL So I Will Provide You The Exact Code.

      Delete
  11. freehrs.blogspot.com

    Facebook page is facebook.com/freehrsblog

    ReplyDelete
  12. Great Widget, a small issue that it don't record the facebook likes profiles, even if you clicked like before, it will repeat showing the pop up facebook window every time you enter, is there any fix for this?

    Thanks

    ReplyDelete
    Replies
    1. It Can't Log The Facebook Like Data However You Can Make It Disappear On Cookies.

      Delete
  13. There was an error fetching the like box for the specified page.

    ReplyDelete
  14. I entered the url as http://www.facebook.com/kanukrishna

    ReplyDelete
  15. Can anybody help me? It work perfectly but I gor another gadget from jquery (a slideshow). The problem is that it stop working anytime i put the code of the popup in the html. What can i do to solve this? Thanks

    ReplyDelete
    Replies
    1. Yeh, It';s The Big Problem In JQuery Plugin That It Will Not Allow Any Other JQuery Plugin To Work. So Use CSS FaceBook POPUP For This Kind Of Problem..

      Delete
  16. Shout i use it in wordpress blog also. This is a great snippet. Thanks for sharing it.

    www.funloldaily.com
    www.klixindia.com
    www.dailyblogshout.com

    ReplyDelete
  17. Dont work for me :(
    Do you want to help me?
    This my blog http://aggelioxwros.blogspot.gr/

    Thanks for your post!

    ReplyDelete
    Replies
    1. You Have A JQuery File That Is Cancelling Out This One, Please Use CSS Version.

      Delete
  18. do you have facebook pop up like for wordpress?

    ReplyDelete
  19. i was searching for this.... sir can you tel can i add this to my website frm webs.com??

    ReplyDelete
  20. Hi Hassan,I was looking for something like this for a long time. My website is made with weebly. www.aloeshopbd.com. I want to put this into my site. I tried your entire code adding an Custom HTML. I removed your page url and put mine but it shows check the ahref . However It will be a great help if you please let me know how I can work it on Face book.

    My webpage : www.aloeshopbd.com
    FB Page :https://www.facebook.com/AloeShopBangladesh

    My email : flpbangladesh@gmail.com

    Please help me ...

    Thanks
    Farooque

    ReplyDelete
    Replies
    1. https://www.facebook.com/AloeShopBangladesh
      This URL Is Not Working...:-(

      Delete
    2. my blog is ping-mirror.blogspot.in , popup is well set and thanks a lot for making my work easier but my problem is it has to appear only in home page.

      Delete
    3. @naveen b v
      www.exeideas.com/2012/07/how-to-display-widgets-on-desire-place-in-blog.html
      www.exeideas.com/2012/02/how-to-show-blogger-gadget-on-specifies.html

      Delete
  21. hi,i am searching for a combination of fb like and rss subscribe pop out box can u plz help me in giving me the code

    my email:p.harikesh409@gmail.com
    My blog:http://www.pharikesh.blogspot.in

    ReplyDelete
    Replies
    1. Add RSS Subscribe Form Just Below That Word "< /iframe>" In The Above Code.

      Delete
  22. really nice and easy tip ..thanks im gonna do it now for my blog

    http://electronics-free-projects.blogspot.in/

    ReplyDelete
  23. You Can Use CXSS Version Of This POPUP To Avoid Ad.fly Error...

    ReplyDelete
  24. nice trick for increasing facebook likes

    ReplyDelete
  25. Hi Hassan....
    Thanks for such a wonderful option, but there is some issues.
    Earlier when i updated in my blog it was working, but now it is not working.I re-entered the code but no result.
    Please help me.........
    Ankit Jain

    ReplyDelete
    Replies
    1. Did You Add Any Extra Code/Widget After Adding Athis Code...???

      Delete
    2. Yes I have added the drop down menu widget...
      www.vasunandi.in is my blog...

      Delete
    3. Your Menu JQuery Is Cancelling Out The Widget JQuery File.
      Use This One: www.exeideas.com/2012/05/stylish-lightbox-pop-up-facebook-like.html

      Delete
  26. The people who already LIKED the facebook page will appear in the pop out but they appear twice. How to solve this? For example, Mr A LIKED my page but he appeared twice in the pop out.

    ReplyDelete
    Replies
    1. You Can Not Stop It On Facebook Likes But You Can Stop It On User Cookies...

      Delete
    2. I used your code above but when I load my page, the pop out doesnt appear. I clear the history and cache and reload it, still doesnt appear.

      soonph87.blogspot.com

      Delete
    3. Remove Your Previous Code And Add It Again From Here, Because It Is Recently UpDated...

      Delete
  27. not working for me
    my facebook page http://www.facebook.com/tricksforpcteam

    and my website : http://www.tricksforpc.org

    ReplyDelete
  28. thank you for this. it works great in my blog http://stlouisreviewcenter-slrc.blogspot.com/

    more power!

    ReplyDelete
  29. Its not working for my blog !! :(

    www.bitsa.in

    Check wheather it works or not :(

    ReplyDelete
    Replies
    1. Dude, You Are Not Using My Code, First Use Then Comment...

      Delete
  30. Hi! Nice post. Do you know if it is possible for the like box to pop up after the visitor of my websites have clicked on i.e. two posts so the visitor wont get approached immediately with the like box. i think it will be more annoying than beneficial as I would never like something I dont know.

    ReplyDelete
    Replies
    1. You Can Stop It On Visitor Cokkies And Allow This To Again POPUP After Some Days Onle...

      Delete
  31. How to set this pop up to start after some time, not on the start up of the page, for instance, to show after 1 min. visitor is on page...

    ReplyDelete
    Replies
    1. No, You Can Only Control It Using Visitor Cookies...

      Delete
    2. Thanks on your answer, and keep going like this, your blog is awesome ;)

      Delete
  32. Awesome!!

    https://www.hackthehacker2.blogspot.com/

    ReplyDelete
  33. author help me its not working in my http://youthenter.blogspot.com

    help me about it.

    ReplyDelete
    Replies
    1. You Have A Slider That Is Cancelling Out This One, Use CSS Version To Avaoid This...

      Delete
  34. Not working to my blog
    plaese help me

    my blog full-songs.blogspot.com
    face book id is http://www.facebook.com/FULLSONGSS

    ReplyDelete
  35. You Have A Widget "Scroll To Top" That Is Cancelling Out This One, Use CSS Version Or Delete Your "Scroll To Top" Widget Code.

    ReplyDelete
  36. i removed scroll to top widget code,but popup code not working

    ReplyDelete
  37. It's Working Fine, You Have Coded One Time POPUp, So Find This Line In The Code...
    if (document.cookie.indexOf('visited=true') == -1)
    And Change It With
    if (document.cookie.indexOf('visited=false') == -1)
    Save And Done...

    ReplyDelete
  38. yes thank you it is really working
    then
    how to change background color of widget title like your blog
    please help me

    ReplyDelete
  39. You Are Welcome...
    Add This CSS To Your Template...

    .post h3 {
    margin-left: -20px;
    margin-top: -20px;
    padding: 10px;
    font-family: Helvetica, Arial;
    line-height: 1.1em;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: -1px;
    width: 622px;
    background: #FF8000;
    border-bottom: 1px solid #AAF200;
    color: white;
    text-shadow: 0 1px 0 #47AFAF;
    }

    ReplyDelete
  40. where i want to paste this code and how to change background color of widget title ?

    ReplyDelete
  41. Hi Hassan, it works for me. Great work! Thanks

    1) But can I change the text to something else to my own words? "Receive updates .........."

    2) I've set my pop up to recur after 10 days. My question is, will my pop up still recur even if the visitor does not clear his/her cookies?

    ReplyDelete
    Replies
    1. Yes, After 10 Days, It Will Automatically It's Cookies From User Browser And Again POPUP...

      Delete
    2. Cool Hassan. How about the first question. how do I customize my own text in the "Receive all updates.." column ya?

      Delete
    3. Find This Line In Codes Then Change It With Your Data...
      .mdbox-title{background:#000;color:#fff;font-size:20px !important;font-weight:bold;margin:10px 0;border:20px solid #ddd;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;box-shadow:5px 5px 5px #CCC;padding:10px;line-height:25px;font-family:arial !important}

      Delete
  42. Follow These Steps, Find ]]> And Paste The Above Code Before It, Edit This Code With Your Own Color Code...

    ReplyDelete
  43. this code change background color of all post,but i need change background color of widget title
    you changed your widget title "hottest article" and "advertise here" as yellow color like this i want to change my widget title
    background can you help me??

    ReplyDelete
  44. i need code for numbered page navigation
    can you help me?

    ReplyDelete
  45. please look to site
    themusiqstore.blogspot.in
    widgets "categories" and "popularpost" background color are changed
    i need like this

    ReplyDelete
  46. Oh, Ok, Then Use This Code...
    .sidebar .widget h2 {
    text-shadow: 0 1px 0 #47AFAF;
    width: 293px;
    padding: 5px;
    margin: -5px 0px 5px -5px;
    font-family: Helvetica, Arial;
    line-height: 1.1em;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
    color: white;
    background: #FF8000;
    border-bottom: 1px solid #AAF200;
    }
    Change It With Your Desired Data...

    ReplyDelete
  47. yes its workings thanks alot
    i have a doubt that alexa need 9.99$ per month to add blog in to their listing?

    ReplyDelete
  48. Ni, It's Free, But If You Want Premimum Services, Then He Will Change More Then 9.99$...

    ReplyDelete
  49. then why it dont show any data and trafic ranking about my blog

    ReplyDelete
  50. Did You Create A Free Account Of Alexa?

    ReplyDelete
  51. Yes and i add blogs to alexa
    it didnt show traffic rank
    it show"no data" in Global rank & Rank in india
    have you any suggessions???

    and give me link to numbred page navigation

    ReplyDelete
  52. Is Your Blog New?, Give It A Time To Alexa To Collect The Info About Your Blog.
    Have A Look On Page Navigation Widget: Blogger Page Navigation Widget Generators With Styles

    ReplyDelete
  53. Your Navigation Is Working Fine...
    To Get Adsense Your Blog Must Have 6-Months Old, Upto 50 Original Posts, Nearly 500+ Daily PageViews And About 500+ Words In Every Articles And Many Other Requirement. Did You Receive The Dis-Approval E-Mail, What Is The Main Error In Your Blog According To Adsecse...

    ReplyDelete
  54. i recieved Dis-Approval E-Mail it says that "After reviewing your
    application, our specialists have found that it does not meet our program
    criteria. Therefore, we are unable to accept you into our program"
    they did not explain any reasons ?



    add code to popup email subcription with fb like box

    ReplyDelete
  55. You Can Re-Submit Your Application Untill Get A Pointed Error...
    Your Stylish POP-Up Subscription Boxes For Blogger...
    POP UP Domination For Blogger And Website

    ReplyDelete
  56. i need popup window with both facebook and e-mail subcription.
    please give here code for email subcription to add previous code

    ReplyDelete
  57. Replies
    1. It's Working Fine, Use false To Appear It Again And Again...

      Delete
  58. Send An E-Mail To "admin@exeideas.tk" With Your Facebook Page URL And FeedBurner UserName...

    ReplyDelete
  59. works great. thanks.. looked for this anywhere :)

    ReplyDelete
  60. Nice Post. was very helpful for my blog.

    http://naad-khula.blogspot.com/

    ReplyDelete
  61. im unable to make out this pop up button on my website yaar......

    ReplyDelete
  62. Hello,

    Thanks for this code, it work great on our site, but I just want to ask you if it's possible that after the visitor was logged in facebook and liked the page, the likebox closes automatically without it being necessary to press the cross down?

    Thanks.

    ReplyDelete
    Replies
    1. You Are Welcome, But This Is Not Related To Facebook Due To Keep Out Of Spam And Hacking Dude...

      Delete
  63. Simple popup that won't overload your WordPress...

    ReplyDelete
    Replies
    1. Yes, It's Simple And Based On Every Platform. You Can Add Any Data...

      Delete
  64. This comment has been removed by a blog administrator.

    ReplyDelete
  65. It's Facebook Official Problem, I Can't Do Anything...

    ReplyDelete
  66. You widget is working fine on this site but some changing made..

    Urdu Poetry

    ReplyDelete
  67. A good writing style and information is certainly useful. For all readers continue to write such excellent articles.

    ReplyDelete
  68. I didn't know that it is Facebook's problem. Can't do anything unless they fix it.

    ReplyDelete
  69. It's Official Problem, Contact There Support...

    ReplyDelete
  70. IT WORKS WITH ME BUT THE FBOOK PLUGIN APPEARS AT THE SIDE OF THE WEB

    ReplyDelete
  71. Hi thanks for sharing, does this still work? because I noticed that you are not using it thanks ^_^

    ReplyDelete
    Replies
    1. It's Still Working And The Reason I Am Not Using Is I Did Not Like This...

      Delete
  72. what are the tricks for google show my blogposts first in google seach result ?

    ReplyDelete
  73. Use Green SEO With Original Content And Submit It To Webmaster.

    ReplyDelete
  74. Thanks Its working for me

    ReplyDelete
  75. I also made this trick before in my blog "techandgio.blogspot.com" but in the end, I decided to remove the code because I think it is annoying for reader to always see pop-up rather than the content of the blog.

    ReplyDelete
    Replies
    1. No, Many Bloggers Are Using This POPUP But With Limitation That Will Did Not Annoy You Visitor As Listed In Above.

      Delete
  76. hey ...can u help me to edit this pop up code with my fb page n website??

    ReplyDelete
  77. I am unable to add to my website http://www.prodsea.com ... can you please any body help me to add facebook like box like a popup right downside corner

    ReplyDelete
    Replies
    1. What The Error Being Held Up When You Try To Add This In Your Site, ScreenShoot...???

      Delete
  78. I am very impressed with the knowledge you are posting here. Thanks for sharing and let us know more about new releases. Thank you for taking the time to share this valuable research with everyone.
    buy facebook followers

    ReplyDelete
    Replies
    1. You Are Welcome To Visit And Thanks For Leaving Your Review...

      Delete
  79. Replies
    1. You Are Welcome To Visit And Thanks For Liking Us...

      Delete
  80. It is working on my test blog but not working on this "Kamran Downloads"
    Please help me.

    ReplyDelete
  81. Hi ! I can only find the heading in the pop-up (Receive all updates via fb.........).. I can't find like button at all. what I have to do ?? please help me ..

    My blog URL is : rakeshandroid.blogspot.in

    My FB Profile:

    https://www.facebook.com/riskrakesh.l

    ReplyDelete
  82. thank u so much buddy.keep it up.u rock

    ReplyDelete
  83. hi check out this one http://kkvids.blogspot.com/

    ReplyDelete
  84. Hello,

    I was searching something similar to this one and thanks for your contribution. However I have some problem with this. I have copied the code and replaced the required keyword with the username. My username is baranidharan.s But here my doubt is I need the users to like my Facebook page, so should I give my facebook pagename which is "Kollywooddoctor". Here are the details:
    My Facebook Profile: www.facebook.com/baranidharan.s
    My Facebook Page: www.facebook.com/Kollywooddoctor
    My Blog: kollywooddoctor.blogspot.in

    My Blog has dynamic templates of blogger, will it work with that. I tried changing it to normal template and that too did not work.

    Please help me.

    Thanks in advance.

    ReplyDelete
  85. Thanks Brother .... nice tutorial ... good work !!!

    ReplyDelete
  86. yar ye kam ni kar rha.. kya karun?

    ReplyDelete
  87. I got the same problem I can't figure it out to my blog pls help?

    ReplyDelete
  88. how to get target traffics for free using CLASSIFIEDS ADS facebook fan page to make your sucucess - See more at:
    http://ectheme.blogspot.com/2013/02/how-to-get-target-traffics-for-free.html

    ReplyDelete
  89. Is it still working? because I think its not working anymore?

    ReplyDelete
  90. I would love to have popup on my blog indiantaxupdates.com which shows feedburner form, twitter and facebook like box, all together...

    ReplyDelete
  91. I want to pop up blog post like button every post
    Help me out admin
    My Email id mohitjangid04@gmail.com

    please Email me

    ReplyDelete
  92. Worked just like a charm! Thanks SO much!

    ReplyDelete
  93. MashAllah,,,
    You done Great Job ,,,,,
    Keep it up buddy,,,,

    ReplyDelete
  94. This code is not working on Chrome.
    But tested in IE, FF and it is working fine.

    Any fix for Chrome?
    For reference see Jobs in India Portal

    ReplyDelete
  95. Thanks for share...
    looking for this awesome popup

    ReplyDelete
  96. I've added it on a website, seems it don't wanna work.
    Nothing happens.

    ReplyDelete
  97. Now is not working...

    ReplyDelete
  98. dear Bro its Not Working On my Blogger

    http://imtiazblogtrick.blogspot.com/

    ReplyDelete
  99. I have Done all the Coding Rightly but it was working few days back i installed clicksor ads and after that it stopped working does it has anything to do with that

    ReplyDelete
  100. Hello ! I tried to insert this code in my html and it doesn`t work. Can you help me ? my facebook page www.facebook.com/rezultatesportive and my website www.rezultatesportive.com

    ReplyDelete
  101. Thank you for this very helpful thread brother!

    I had already added the code into my blogger page but it seems the pop up like box does not appear, please help me with this one.

    Thank you very much!

    This is my site http://anime-cubicle.blogspot.com

    ReplyDelete
  102. Its really nice to see those pop-ads .. Were so very grateful because its really help us a lot
    specially on organizing our site. More Power keep it UP !! were following !!

    makenki60mb.blogspot.com

    ReplyDelete
  103. This is not working.
    Can you tell me what is wrong with below code... my blog address is http://www.pawanpurohit.in
    I have added my facebook page as you instructed. my page id is purohitpawan29

    You can mail me at pawanpurohit29@gamil.com
    --
    Thanks
    Pawan Purohit

    ReplyDelete
  104. Dear Muhammad Hassan ,
    or anyone of the above, are you aware of
    how can I implement this as a .js to my drupal
    7 site? // putting it inside the html.tpl.php was
    not the way to go, I am guessing that should
    implement the js function to .js file, declare it
    at .info file and the rest in the html.tpl.php
    thnks
    B.

    ReplyDelete
  105. Obviously conflicts with an another colorbox jquery, css code works , but it gives half the functionality, you know it .
    If any solution will be found , i WILL BE LOOKING this tread .
    thanks
    B.

    ReplyDelete
  106. Hey Admin! good conversation with your blogger user. I did really like your work. good information is being is shared by you. Thanks! Buy Facebook Likes

    ReplyDelete
  107. how do i do this with just a simple field such as an email or bitcoin address input field?
    i want visitors to insert a bitcoin address before they can get to my page

    ReplyDelete

About Me

Hi, I am Muhammad Saalim, Co-Founder of EXEIdeas International and CEO of bord4banned. I am here to share my experiences with you and to help those who can help themselves.

Follow Me



Join Our Official FaceBook Group To Stay With Us.

Caution!

All data, codes, articles, tips and tricks etc, posted here are copyright work of MyTutspot.Blogspot, and are protected with DMCA. Any one, found to be thefting any data, will be under LEGAL ACTION.

My Tutspot.Blogspot 2018 All Rights Reserved
Designed by born4banned | A Project of EXEIdeas International