Title: Integration
Last modified: January 21, 2019

---

# Integration

 *  Resolved [alicewuertz](https://wordpress.org/support/users/alicewuertz/)
 * (@alicewuertz)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/integration-41/)
 * Hey there,
 * how to I integrate the plugin, to prottect a certain page with a password?
 * When I insert the shortcode on my site, the plugin is shown on top of the page,
   but the page itself (which sould be protected) is seen anyway.
 * kind regards & and thanks for your help
    Alice
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fintegration-41%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [patrickposner](https://wordpress.org/support/users/patrickposner/)
 * (@patrickposner)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/integration-41/#post-11114593)
 * Hey [@alicewuertz](https://wordpress.org/support/users/alicewuertz/),
 * normally that’s not the case Passster was created for.
    You can do this anyway
   when you use it inside a template (page template for example) like this:
 *     ```
       if ( true === passster\PS_Conditional::is_password_valid( '123' ) ) {
            the_content();
        }
       ```
   
 *  [jberg1](https://wordpress.org/support/users/jberg1/)
 * (@jberg1)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/integration-41/#post-11261338)
 * This is great!
    I know you’re not intending this use. But…
 * Any way you can set the placeholder with this method?
    instead of getting [PASSSTER_PASSWORD]
 * Right now I’m using a little jQuery to swap it.
    `$('#passster_password').attr("
   placeholder", "Enter Password").focus().blur();`
 * Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Integration’ is closed to new replies.

 * ![](https://ps.w.org/content-protector/assets/icon-256x256.png?rev=2206760)
 * [Passster - Password Protect Pages and Content](https://wordpress.org/plugins/content-protector/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-protector/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-protector/)
 * [Active Topics](https://wordpress.org/support/plugin/content-protector/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-protector/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-protector/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [jberg1](https://wordpress.org/support/users/jberg1/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/integration-41/#post-11261338)
 * Status: resolved