How to Protect Your Blogger blog with Password by Harshit
Hi everyone today I will tell you how to protect your blogger blog with password .Blogger has more security than other free blogging platforms.So forget everything and focus on the topic.
So How to Protect your blogger Blog with Password
So we can set password do any blogger blog.After setting up passwords when open your blog then it will ask your Password then simply type the password and open your blog.
Steps to be followed by You.
Go to Blogger Dashboard
Then go to Template section.
Then click on Edit HTML.
Then search for </body>
Then place the code before that I said before that.OK!
</script>
var password='Password'
password prompt('Enter the password to view this Blog:',");
if (password !='Your Password'){
location.href='Redirect URL here'}
</script>
Note-Replace Your Password with your Password.
Now Save Template.
Now try to poen your Blogger blog.You should get a password poop out
So How to Protect your blogger Blog with Password
So we can set password do any blogger blog.After setting up passwords when open your blog then it will ask your Password then simply type the password and open your blog.
Steps to be followed by You.
Go to Blogger Dashboard
Then go to Template section.
Then click on Edit HTML.
Then search for </body>
Then place the code before that I said before that.OK!
</script>
var password='Password'
password prompt('Enter the password to view this Blog:',");
if (password !='Your Password'){
location.href='Redirect URL here'}
</script>
Note-Replace Your Password with your Password.
Now Save Template.
Now try to poen your Blogger blog.You should get a password poop out

0 comments: