How To Create A Password Protected Page On Blogger
When I first started my teaching blog in 2010, Blogger was the choice of the majority of TeachersPayTeachers sellers. After some years however, many make the move to WordPress because of its functionality. Although Blogger remains limited in many respects, research on the internet will find workarounds for most things. I am happy with Blogger and have no plans to change any time soon!
FOLLOW THESE STEPS TO CREATE A PASSWORD CREATED PAGE:1. Go to your blogger dashboard and click on the PAGES section on the left hand side.
2. Create a NEW PAGE3. Click on the HTML tab on your page
4. Copy the following code and paste it (at the top of the page)
<script type="text/javascript">
/* Password Protection Script by www.bloggerspice.com*/
var password = 'BloggerSpice'
password=prompt('Please enter the password to enter this page:','');
if (password != 'BloggerSpice') {
location.href='PAGE URL HERE';
}
</script>5. MOST IMPORTANT:Change free to your own passwordChange “http://www.error_page_url.com” to the URL for redirection if the wrong password is entered. This can be your home page url or another static page6. SAVE and PUBLISH your page
7. VIEW your page – you should see this:
7 simple steps and you have a password protected page! Now get started on building a VIP Library with awesome content that your readers/potential customers can't help but subscribe to
To make this tutorial even simpler, if you don't have time right now, just hop over to the free resource library and grab a PDF copy and save for a later date
Artikel ini hanyalah simpanan cache dari url asal penulis yang berkebarangkalian sudah terlalu lama atau sudah dibuang :
https://hanifidrus.blogspot.com/2021/12/how-to-create-password-protected-page.html