How To Protect Blogger Post With Password in 2022
How To Protect Blogger Post With Password in 2022
Step 1: Go to your blogger website and log in your account.
Step 2: Go to your post which you want to lock.
Step 3: go to html view.
Step 4: write this type above.
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var password = 'password'
password=prompt('Please enter the password to enter this post:','');
if (password != 'password') {
location.href='URL';
}
// End -->
</SCRIPT>
No comments