Title: Check External Login
Author: theurtin
Published: <strong>April 29, 2022</strong>
Last modified: March 16, 2023

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/check-external-login.svg)

# Check External Login

 By [theurtin](https://profiles.wordpress.org/theurtin/)

[Download](https://downloads.wordpress.org/plugin/check-external-login.1.0.zip)

 * [Details](https://wordpress.org/plugins/check-external-login/#description)
 * [Reviews](https://wordpress.org/plugins/check-external-login/#reviews)
 *  [Installation](https://wordpress.org/plugins/check-external-login/#installation)
 * [Development](https://wordpress.org/plugins/check-external-login/#developers)

 [Support](https://wordpress.org/support/plugin/check-external-login/)

## Description

Allow to check if user is logged in another website with JSONP.

You can edit url to call in admin settings page.

Plugin add automatically all javascript needed to check if user is connected on 
the defined url.

Url must return a JSON like this :

    ```
    {
       "connected":false,
       "link":
       {
          "linkName": "myLink"
       },
       "text":
       {
          "textName": "myText"
       },
    }
    ```

Plugins will automatically do following actions on element depending on their html
class :
 – class `js-cel-not-connected` : will be hide if `connected` is true – 
class `js-cel-connected` : will be hide if `connected` is false – class `js-cel-
text-[textName]` : element content will be replace with text in JSON – class `js-
cel-link-[linkName]` : element href will be replace with link in JSON

## Installation

 1. Upload plugin folder to the “/wp-content/plugins/” directory.
 2. Activate the plugin through the “Plugins” menu in WordPress.
 3. Update url in plugin settings page

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Check External Login” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ theurtin ](https://profiles.wordpress.org/theurtin/)

[Translate “Check External Login” into your language.](https://translate.wordpress.org/projects/wp-plugins/check-external-login)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/check-external-login/),
check out the [SVN repository](https://plugins.svn.wordpress.org/check-external-login/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/check-external-login/)
by [RSS](https://plugins.trac.wordpress.org/log/check-external-login/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial release.

## Meta

 *  Version **1.0**
 *  Last updated **3 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.1.10**
 *  PHP version ** 7.4 or higher **
 *  [Advanced View](https://wordpress.org/plugins/check-external-login/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/check-external-login/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/check-external-login/reviews/)

## Contributors

 *   [ theurtin ](https://profiles.wordpress.org/theurtin/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/check-external-login/)