Password Protect your Blogger or Wordpress Website Easily



Protecting your blogger or wordpress blogs from spammers, clickers and other frauds have always been a major key point in any website designer life. If you are a blogger you will try to make your website safe from people you do not want to enter in your website or you do not want anyone to comment on your website, well I simply mean stopping unauthorized access to your website.
Well today we are going to teach you how you can easily add a password to your blogger or wordpress blog and when ever a person pumps in your websites address he will be greeted with a password prompt dialog, where he have to enter the password kept by you if he fails to enter the password then he will be redirected to your desired website.

1. Go to Blogger > Template > Edit HTML

2. Now press Ctrl + F and search for the </body> tag and add below code above it or you can add it to specific post or page.
<script>
var password = 'Password-Here'
password=prompt('Please enter the password to enter this site:','');
if (password != 'Password-Here') {
location.href='Redirect-URL-Here'}
</script>
3. Now just press Save Template and refresh your blog to see the password asking popup.

Customizations :

You can change the password according to your wish, just change the letters in red color to your password. You can add any URL to which the visitor will be redirected if he enters the wrong password or cancel to add any password, just change the Blue line in the above code with your URL.

5 comments:

  1. But this trick can be easily seen by tech guys as they can see the password entered in the source code. Any other viamedia.

    Regards
    http://www.indian-share-tips.com/

    ReplyDelete
  2. You certainly deserve a round of applause for your post and more specifically, your blog in general. Very high quality material!

    ReplyDelete
  3. thats nice .................http://www.difftrick.com/

    ReplyDelete
  4. I password protected my blog and it works perfectly. However even you can still view the page via smart phone. Is there any way to stop this?

    ReplyDelete

Please don't spam. We hate spammers