In this article i will show you How to Create a Password Protected Page or post in Blogger. This is the most necessary topic on blogger website. If you are continue to first to last this article you will be learn easily How to Create a Password Protected Page in Blogger?
If you want to password protect any page or post within your blogger website then this article is for you. There are many websites on Google through which you can find solutions to queries. But no website can give you any article on this topic better than our article. So without delay read the article carefully till the end.Lets Know How to Create a Password Protected Page in Blogger
How to Create a Password Protected Page in Blogger
If you want to password protect any page or post on the website, then some HTML code must be used in the post or page. The required HTML code is provided at the end of this article. You can copy and use it on your website.
Now let's start with how you password protect your website.
i will describe it step by step is given below:
1. first of all go to your Blogger Dashboard.
2. Click the post or page section.
Read More: How to make Code Box On any website blogpost
3. Paste the desired HTML Code
4. Note the point that is Edit or fill-up Password option in correct place
Create-password-for-blogger-blog-post-bongobad.com |
5. And fill-up page or post URL which is use protect in the correct place
6. Update Or published your post or page
7. That's all.
Password Protected Page or post in Blogger HTML Code
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var password = 'password'
password=prompt('Please enter the password to enter this post:','');
if (password != 'password Insert Here') {
location.href='Insert URL Here';
}
// End -->
</SCRIPT>
Download password protected Page or post in Blogger HTML Code
Click the Button Below to Download the File.
Read More: How to make Code Box On any website blogpost
FAQ Section
1. Does password protection work well?
Answer: Yes.
2. What to do if you forget the password?
Answer: If you forget the password, you can get the password from the page edit option in your blogger dashboard.
3. Can I use any post or password protection?
Answer: Yes
Conclusion
You must use password protection to keep anything you need on the website. If you have read this article carefully from beginning to end then from now on you can password protect any page or post within your website. If necessary, you can copy or download the HTML code from this article to use on your website.
আরো পড়ুনঃ কিভাবে ব্লগার ওয়েবসাইটে কোডবক্স এড করতে হয়?
Post a Comment