Add a jQuery Facebook popup like box with timer in 3 easy steps

The jQuery Facebook popup like box pops up when someone enters your blog. It has the facebook like button which can be used to increase your blog's fan page likes. It also has a timer depending on which the pop up will disappear.

The other ways it will disappear is when the visitor likes the page or clicks on the close button. Click here for a demo.


Follow the steps to implement it on your blog.

1) Go to your blogger account.

2) Template --> Edit HTML

3) Using Ctrl+f, find </body> and paste the following code just above the </body> line.


 





Replace "techcodes" with your own FB pan page username. The time set here is 40 seconds and you can change it as you wish.

Save the template and view the blog to see the effect.

Leave a comment for any problems.

Top