Title: Check External Login
Author: theurtin
Published: <strong>29. April 2022</strong>
Last modified: 16. März 2023

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# Check External Login

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

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

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

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

## Beschreibung

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

## Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

## Mitwirkende und Entwickler

„Check External Login“ ist Open-Source-Software. Folgende Menschen haben an diesem
Plugin mitgewirkt:

Mitwirkende

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

[Übersetze „Check External Login“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/check-external-login)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/check-external-login/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/check-external-login/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/check-external-login/)
per [RSS](https://plugins.trac.wordpress.org/log/check-external-login/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.0

 * Initial release.

## Meta

 *  Version **1.0**
 *  Zuletzt aktualisiert **vor 3 Jahren**
 *  Aktive Installationen **weniger als 10**
 *  WordPress-Version ** 5.0 oder höher **
 *  Getestet bis **6.1.10**
 *  PHP-Version ** 7.4 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/check-external-login/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/check-external-login/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/check-external-login/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

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