Thursday 6 February 2014

How to Password Protect Posts In Blogger

I'm back with my new tricks. In this article i'll teach how to password protect posts in blogger.Blogger does not have password protected pages integrated into its system, but you can use a bit of javascript to do the trick. Essentially, you add a line of code to your template, then encrypt your text, set a password and add it to your post

How to password protect posts in blogger

Follow these steps for password .protect posts in blogger:

1: Go to Blogger dashboard ==> Template ==> Edit Html.
2: Press Ctrl+F.
3: Find </head> in search box.
4: Paste the following code just above </head>.
<script type="text/javascript"
src="http://www.vincentcheung.ca/jsencryption/jsencryption.js"></script>
5: Save the template.
6: Go to Blogger dashboard ==> Create a new post and switch to html mode after completing  the creation of post.


html box in blogger post

 7:  Copy the whole code from it.
 8:  Now time to go this LINK.
 9:  Enter a password you want to set in the Key box.
10: Paste the whole code into the Plain Text box and Click on Encrypt button.


11: Copy the generated html code from the Html Code box.


12: Now return to html mode of your post editor and paste the copied code inside it.
13: After completing all steps publish your post.
Note: You can use same method for Blogger pages for set a password.

Demo:
Password: fbktricks

Don't forget to give your feedback in comment box. :)

No comments:
Write comments