Benefits of Locking Blogger Content
There are many benefits to locking the content of posting articles or pages, one of which is the following:
- Protect the content of a page or Post
- Can be reserved for members
- Provide Personal Documents Securely
- There are many more...
Before create this let's see a preview
Locking Specific Post Content on Blogger
Step 1: Open the Blogger Account Dashboard > Posts > Edit Posts in the Blogger HTML View.
Step 2: Copy the code below then Paste it right above the Post HTML code.
<script type='text/javascript'>
var password;
var abdullahcodedpass = 'abdullahcoded';
password=prompt('Please enter the password to enter this post:','');
if (password==abdullahcodedpass) alert('Password is correct! Click OK to open this page!');
else {
location.href=' POST-PAGE-URL ';
}
</script>
ᗩᗷᗪᑌᒪᒪᗩᕼ ᑕᗝᗪᗴᗪ | |
---|---|
PAGE-POST-URL | Fill in the URL address of your post or page that will be protected. |
ᗩᗷᗪᑌᒪᒪᗩᕼ ᑕᗝᗪᗴᗪ | Change the password text according to your wishes, where this is the password that will be used to log in to the page/post that you locked. |
Step 3: If so, you can click Save or Update to apply the changes and after that see the results.
Locking Blogger Static Page Content
There is no special method, you can follow how to lock Blogger static pages like the tutorial above, as an example of the results you can also see the demo page at the end of this article.
Conclusion
This is all about making a Contact Form using Telegram Bot API. I hope you enjoy this article. Please do share this article. And if you are facing problem in any section or you have any question then ask us in .