Notice: Follow to get latest blog post updates Click me

How do I password protect my blogger page or post?

Post password protection,Page production,Post and page security lock,Blogger protected, password-protected in Blogger post and page , blogger trips
Md. Anwarul Islam

Today we will discuss password-protected! We have seen that WordPress websites can be password-protected.

If we want to password protect blogger website then some rules are important to follow. Blogger is a website founded by Google. Blogger has no password protection rules. But note that some JavaScript may be password protected. Password protected JavaScript does not guarantee 100% security! A good quality web developer can break it if they want. But before using it you must share important things keeping security in mind.

Below is the code:

<script type="text/javascript"> 
* Script to Protect Passwords *
var password = '112233'
password=prompt('Access to this page requires the password.:','');
if (password != '112233') 
{ location.href='/'; }
</script>

Enter or change the password on the yellow color mark. 112233 Don't change the code! Enter the place where you want to use it and the script will work.

If you have a problem, you can tell your problem in the Telegram group or in the comment box.


Post a Comment

If you benefited from reading the post, don't forget to leave a comment!
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oh !
There is some problem with your internet connection. Please connect to the internet and start browsing again.