Check External Login

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

Author:Vigicorp (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.1.1
Plugin version:1.0
Added to WordPress repository:29-04-2022
Last updated:16-03-2023
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:298
plugin download
Click to start download

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


ChangeLog