Opis
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
Instalacja
- Upload plugin folder to the „/wp-content/plugins/” directory.
- Activate the plugin through the „Plugins” menu in WordPress.
- Update url in plugin settings page
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Check External Login” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Check External Login” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.0
- Initial release.