Title: Using Jetpack
Last modified: August 31, 2016

---

# Using Jetpack

 *  Resolved [fractals](https://wordpress.org/support/users/fractals/)
 * (@fractals)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/using-jetpack-1/)
 * It would makes sense – but I am just checking … is it right that ‘Jetpack’ fails
   to work once the Force Login plugin is implemented ?
 * [https://wordpress.org/plugins/wp-force-login/](https://wordpress.org/plugins/wp-force-login/)

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

 *  Plugin Author [Kevin Vess](https://wordpress.org/support/users/kevinvess/)
 * (@kevinvess)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/using-jetpack-1/#post-7059617)
 * That might be true – I have not tested it. Try it and let me know.
 * However, I’ve released a new development version of the plugin on GitHub that
   you could try if you find the current version of Force Login (v3.3) is causing
   problems.
    [https://github.com/kevinvess/wp-force-login](https://github.com/kevinvess/wp-force-login)
 *  Thread Starter [fractals](https://wordpress.org/support/users/fractals/)
 * (@fractals)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/using-jetpack-1/#post-7059624)
 * I will – suddenly stopped working after I installed force login – and that is
   only change – still wrestling with getting force to work properly – once done
   will revisit this – thakyou
 *  Plugin Author [Kevin Vess](https://wordpress.org/support/users/kevinvess/)
 * (@kevinvess)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/using-jetpack-1/#post-7059816)
 * I came across this post today:
    [https://wordpress.org/support/topic/use-jetpack-via-renamed-xmlrpcphp?replies=3#post-7792423](https://wordpress.org/support/topic/use-jetpack-via-renamed-xmlrpcphp?replies=3#post-7792423)
 * And that had me thinking, you might need to whitelist your xmlrpc.php file to
   get Jetpack to work with Force Login. Try adding the following code to your theme’s
   functions.php:
 *     ```
       /**
        * Filter Force Login to allow exceptions for specific URLs.
        *
        * @return array An array of URLs. Must be absolute.
        **/
       function my_forcelogin_whitelist( $whitelist ) {
         $whitelist[] = site_url( '/xmlrpc.php' );
         return $whitelist;
       }
       add_filter('v_forcelogin_whitelist', 'my_forcelogin_whitelist', 10, 1);
       ```
   
 *  Thread Starter [fractals](https://wordpress.org/support/users/fractals/)
 * (@fractals)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/using-jetpack-1/#post-7059817)
 * Thank you Kevin – curiously I had found that and tried it – but it made no difference.
 * When I try to connect Jet Pack I get
 * > Your Jetpack has a glitch. We’re sorry for the inconvenience. Please try again
   > later, if the issue continues please contact support with this message: xml_rpc-
   > 32700
   >  Try connecting again. Error Details: The Jetpack server could not communicate
   > with your site’s XML-RPC URL. Please check to make sure [http://isla-mae.philpin.com/xmlrpc.php](http://isla-mae.philpin.com/xmlrpc.php)
   > is working properly. It should show ‘XML‑RPC server accepts POST requests only.’
   > on a line by itself when viewed in a browser and should not have any blank 
   > links or extra output anywhere.
 * I did as it asks – and I do indeed get the correct response … it isn’t a big 
   issue – so I just parked it.
 * Massive kudos to you for keeping me in mind. Thank you.

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

The topic ‘Using Jetpack’ is closed to new replies.

 * ![](https://ps.w.org/wp-force-login/assets/icon.svg?rev=1904031)
 * [Force Login](https://wordpress.org/plugins/wp-force-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-force-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-force-login/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-force-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-force-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-force-login/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [fractals](https://wordpress.org/support/users/fractals/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/using-jetpack-1/#post-7059817)
 * Status: resolved