How to Create Password Protected Page or Post in Blogger?

Create Password Protected Page or Post on your blogger website. Make a secret blogger page or post.
Approx read time: 3 min
Please wait 0 seconds...
Scroll Down and click on Go to Link for destination
Congrats! Link is Generated

Hello Guys! How are you? I hope you are all good. Welcome Freemium Tech website's today's article. Today we will discuss about how to create a password protected page or post on Blogger website. If you are looking password protected content in your blogger website so this article is just for you.

How to Create Password Protected Page or Post in Blogger?


Creating a Password Protected Page or post is only possible in WordPress, is it not possible in Blogger? Can we create a Password protected page or post with a specific password in blogger? At one time Blogger was very popular, but with the evolution of time, as the features of WordPress have increased compared to Blogger, most of the bloggers are leaning towards WordPress. Everything is possible with the help of plugins in WordPress. But there is no possibility to use plugins in Blogger and all has to be done through manual coding, which is annoying for many people. But a lot can be done through coding in blogs, which requires a little research and a little patience. However,  today we will learn how to password protect a certain page or post of blogger.


Why create a password protected page?

In WordPress blogs we have seen blog owners use password protected pages or post to provide exclusive content to their VIP subscribers. Suppose, you have written an e-book and now you want to offer this blog only to your blog subscribers.

In this case, you cannot restrict the access of all visitors to Blogger. In this case, password protected page works like magic. Because without a password, your blog visitor will not be able to access that page or post.

So it is very important to know how to create password protected pages in blogger. By this you can increase the visitors of your blog and also your exclusive content will be protected from public access.

Before Create This Let's See a Preview

Password: FreemiumTech
If you give wrong Password then you will be automatically redirect on my website home page.

How to Create a Page on my Blog with Password?

Password Protected Page means that even though the page is published, you have to give a specific password to view or unlock the contents of that page. Afterwards, you can share the password with your newsletter subscribers if you want. So they can log in every day to see new content.

Simply follow the instructions below to create a password-protected page and invite your customers to join your library!

Step 1: First of all Login to your Blogger Dashboard.

Step 2: On Blogger Dashboard, Click Manu Bar.

Step 3: Go to the Page or Post or place which you want to add Password Protect.

Step 4: Then If you are doing this in Page/Post then don't forget to change Compose view to the HTML View <>

Step 5: Now paste the following JavaScript code to that empty place.

<script type="text/javascript"> 

/* Password Protection Script by Freemium Tech*/

var password = 'FreemiumTech'

password=prompt('Please enter the password to enter this page:','');

if (password != 'FreemiumTech') {

location.href='PAGE URL HERE';

}

</script>

Customization
Change the marked FreemiumTech  password which you want to give protected password.
Replace PAGE URL HERE with your page URL where you want to Redirect your page after given wrong password.

Step 6: Then Save it and Publish.


In this trick, we have used Simple javascript and you just need to set a password and you can change the password as per your choice. And remember to change the Page URL.

With just 4 easy steps we can create a beautiful password protected page. Now is the time to build a VIP library of amazing content that your customers and prospects will be compelled to subscribe to!


CONCLUSION

In this article, I shared with you How to Create Password Protected Page or pos in Blogger? I hope you have liked It. Please do share it with your friends and follow our blog for more.

Join our Telegram Channel to get the lastest posts updates daily.

Our All Posts Are Protected By DMCA. So Don't Try To Copy Our Posts And Reproduction In Any Way Is Strictly Prohibited! Or else Legal Actions Will Be Taken.

FreemiumTech


©Copyright: FreemiumTech™

Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.