Skip to content

WordPress.org

Esperanto

  • Ĉefpaĝo
  • Pri WordPress
  • Etosoj
  • Kromprogramoj
  • Get WordPress
  • Instali
  • Esperantigo
  • Blogo
  • About Us: Our Mission
  • Helpo

Kromprogramoj

  • Miaj ŝatataj
  • Beta-fazo
  • Programistoj

Tiu ĉi kromprogramo ne estis testita en la 3 lastaj gravaj eldonoj de WordPress. Eble ĝi ne plu estas prizorgata kaj ĝi eble havus kongruajn problemojn en novaj versioj de WordPress.

Elŝuti

WordPressa socisaluto

De Miled
  • Detaloj
  • Pritaksoj
  • Helpo
  • Programado

Priskribo

WordPressa socisaluto permesas al la legantoj kaj klientoj de via retejo registriĝi per siaj ekzistantaj soci-kontoj, do ili ne bezonas registriĝan formularon ĉe via retejo kaj ili ne bezonas memori novajn uzantnomon kaj pasvorton.

WordPressa socisaluto permesas importon de kontaktolistoj de uzantoj el Google Gmail, Facebook, Windows Live kaj LinkedIn.

WordPressa socisaluto donas tutan regon super alirrajto de uzantoj al via retejo kaj provizas liston de reguloj kaj limigoj por via agordo.

WordPress Social Login comprehensive User’s Guide and FAQ can be found at http://miled.github.io/wordpress-social-login/

Easy to customize and integrate
Wordpress Social Login come with a simple but flexible and fully customizable authentication widget. And if you are a developer or designer then you can customize it to your heart’s content.

Wide variety of providers
Depending on the audience you’re targeting, you can choose from a wide variety of providers and services including: Social networks, Microblogging platforms, Professional networks, Media, Photo sharing, Programmers and Gamers networks.

Currently supported providers
Facebook, Google, Twitter, Windows Live, Yahoo!, LinkedIn, Reddit, Disqus, Tumblr, Stackoverflow, GitHub, Dribbble, Instagram, 500px, Foursquare, Steam, Twitch.tv, Mixi, Vkontakte, Mail.ru, Yandex, Odnoklassniki, Goodreads, Skyrock, Last.fm, AOL and PixelPin.

Free, unlimited and white-label
Wordpress Social Login is open-source and completely free. The source code is publicly available on GitHub for anyone to help and contribute. You are free to use a WordPress Social Login in commercial projects as long as the copyright header is left intact.

Grandan dankon al ĉiuj kiuj kontribuis al WordPressa socisaluto per dono de flikaĵoj, ideoj, recenzoj kaj helpo en la helpforumo.

Ekrankopioj

  • WSL penas funkcii kongrue kun la defaŭltaj komentaj, ensalutaj kaj registriĝaj formularoj de WordPress.
  • WSL venas kun simpla sed fleksebla kaj plene tajlorebla aŭtentiga kromprogrameto.
  • WSL-kromprogrameto povas facile esti integrita en la plejmulton de WordPressaj etosoj kaj multajn popularajn kromprogramojn per hokoj kaj koncizkodoj.
  • Accounts linking/mapping.
  • Agordo de WSL-sociretoj.
  • Proprigo de WSL-kromprogrameto.
  • Altnivela agordado de WSL.
  • WSL-integriĝo kun Buddypress.

Pritaksoj

Shame it is not updated anymore – still works though

Patrick_D1985 Decembro 3, 2019
Sadly it is not actively being updated anymore. But that is maybe the only downside of the plugin. Still works well for Facebook, Twitter, Disqus, Reddit, Twitch as far as I can tell.

Zero support

katsiris Aŭgusto 9, 2019
Was working fine, then stopped with no changes on my part. Submitted multiple questions over a few weeks and not one answer or even attempt at an answer.

The conflict on the version of WordPress 5.1

shkuropat Marto 11, 2019
You need to add one condition, after which the error disappears. /wp-content/plugins/wordpress-social-login/wp-social-login.php line 65 Need to do as written below if ( !defined( 'DOING_CRON' ) ) { session_id() or session_start(); }

Best plugin

pooltech Januaro 14, 2019
Great plugin. Works like a charm.

Has worked for years

patopaiar Novembro 12, 2018
Have this plugin installed on a site for years now and it has always just worked, with minimal maintenance. Thanks for the awesome plugin.

Linkedin Doesn’t Work with PHP 7

daviskennethm Oktobro 11, 2018
Works great if you're willing to use PHP 5 or don't need Linkedin. Really disappointing that it's no longer updated.
Legi ĉiujn 169 pritaksojn

Kontribuantoj k. programistoj

“WordPressa socisaluto” estas liberkoda programo. La sekvaj homoj kontribuis al la kromprogramo.

Kontribuantoj
  • Miled

“WordPressa socisaluto” has been translated into 9 locales. Thank you to the translators for their contributions.

Traduki “WordPressa socisaluto” en vian lingvon.

Ĉu interesita en programado?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Ŝanĝprotokolo

2.3.3

  • Update Facebook SDK to 5.4.4 which requires PHP 5.4+
  • Update translations files.
  • Fix minor issues in gateway page.

2.3.0

  • Accounts linking/mapping.
  • Improved Profile Completion.
  • Widget shortcode arguments.
  • Added new translations.
  • Fix an issue with Facebook users profiles.
  • Fix email confirmation in WSL.
  • Small fix for error when merging wsl users with wp users.
  • Remove hardcoded plugin directories.
  • Reduice Twitch TV requested permissions.

2.2.3

WSL 2.2.3 fixes a critical issue found on WSL 2.2.2 that could potentially allow multiple accounts and prevent contacts import. We recommend that users upgrade to this latest version.

WSL 2.2.3 also include a number of new features, and fixes several stability issues. See below for details.

Developers Release Notes

These release notes are aimed at developers.

This release did focus on code health and flexibility and it was necessary to move some code around, and to remove few functions and hooks. We know, it sucks to break WSL API at such short notice, but it was indispensable and unavoidable as we’re trying to move the project forward.

As announced on WSL Support Forum, this is by no means a drastic change to the API. In fact, we tried our best to keep the said changes to a strict minimum, and the vast majority of WSL users will not be affected.

Those breaking changes are:

  • Deprecated hooks, prior to 2.2.2, have been removed.
  • Deprecated css selectors, prior to 2.2.2, have been removed.
  • Deprecated internal functions have been removed.
  • Few internal functions have been either removed, renamed or slightly changed.
  • Few pluggable functions has slightly changed.
  • Steam’s users identifiers are converted to a new format.

Please update the WSL hooks you were using accordingly to the new developer API:

http://miled.github.io/wordpress-social-login/developer-api-migrating-2.2.html
http://miled.github.io/wordpress-social-login/developer-api-authentication.html
http://miled.github.io/wordpress-social-login/developer-api-widget.html
http://miled.github.io/wordpress-social-login/developer-api-functions.html

On this release we have reworked Steam provider to fully support their new Web API, and we decided to change Steam’s users identifiers to SteamID64. When updated, WSL 2.2.3 will automatically convert all the existing steam users identifiers in wslusersprofiles to the new format.

It’s worth mentioning that in upcoming releases and before we hit WSL 3.0, we’re planning to rework other parts of the codebase; for instance user database functions will be re-factored using an ORM, and profile completion will be replaced by new module.

We explicitly discourage you from using, or hacking, any internal function (i.e., Not publicly documented on WSL dev API), as they are now subject to change in subsequent releases. If it wasn’t possible to achieve some required functionality in a proper way through the already available and documented WSL hooks, please ask for support before resorting to hacks.

Upon reaching WSL 3.0 as a major milestone, our priorities will flip to maintenance and stability (i.e, repair code health, enhance code coverage) rather than developing new features. This massive rewrite aims to make WSL more modular easily extended through plugins and add-ons (e.g., http://miled.github.io/wsl-users-converter/).

Listo de ŝanĝoj

  • WSL is now compatible with PHP 5.2 again.
  • WSL is now compatible with WordPress 3.0+ again.
  • WSL now display social apis errors when authentication fails.
  • WSL now support authentications through Dribbble.com.
  • Steam provider has been entirely reworked and now fully support the new Web API.
  • Steam users IDs is now converted to SteamID64 rather than http://steamcommunity.com/openid/id/{USER_STEAMID64}.
  • LinkedIn provider has been enhanced. WSL can now get the full LinkedIn’s members avatars and headline (fix).
  • Changed facebook api endpoints to graph api v2.0
  • WSL can now import users contacts from vkontakte.
  • Profile completion form has received a visual update.
  • WSL now provide an easier access to social networks apis.
  • WSL now trigger WordPress do_login action hooks whenever a user connect.
  • Authentication display now fall back to In Page when WSL is used on a mobile device.
  • WSL admin interfaces have been reworked and can be now extended with hooks.
  • Bouncer Membership level can be now set to any user role.
  • WSL Diagnostics has been reworked and can check the minimum system requirements and for few common issues.
  • Added “Repair WSL tables” under Tools tab.
  • Added “Debug mode” under Tools tab (namely whatchdog).
  • Added “Authentication Playground” under Tools tab (namely auth-paly).
  • Added “Uninstall” under Tools tab.
  • Added new hooks in the authentication widget and auth process.
  • Made WSL more RTL friendly.
  • Added 403 pages under wsl folders (silence is.. highly overrated).
  • PHP file wsl.auth.widget.php renamed to wsl.auth.widgets.php
  • Function wsl_render_login_form() renamed to wsl_render_auth_widget()
  • wsl_user_custom_avatar and wsl_bp_user_custom_avatar are now pluggable and can be redefined.
  • wsl_render_notice_page and wsl_render_error_page has slightly changed.
  • Fix a critical issue found on WSL 2.2.2 with wslusersprofiles.
  • Fix an issue where redirect_to get overwritten in some cases.
  • Fix an issue with redirect_to where the callback url was encoded twice.
  • Fix several stability issues.
  • Added testunit to the project (early version).
  • Deprecated hooks, prior to 2.2.2, have been removed.
  • Deprecated internal functions have been removed.
  • Deprecated css selectors, in wsl widget, have been removed.
  • Updated the API documentation for WSL authentication process
  • Updated the API documentation for WSL widget generator
  • Updated the API documentation for pluggable WSL functions
  • Added a list of code snippets to WSL documentation
  • Added documentation for social apis access (through php code)
  • Added documentation for basic troubleshooting (common issues)
  • Added documentation for advanced troubleshooting (internal tools)

2.2.2

  • Fix an issue where wsl did not display the right user avatar.
  • Fix an issue where providers icons wasn’t showing in sites using https.
  • Fix an issue with basic insights, where users counts by age wasn’t showing.
  • Add WordPress to list of supported provider.

2.2.1

  • WSL can be fully integrated with your BuddyPress installation: display of users avatars and xprofiles mapping.
  • WSL is now updated to work with the latest apis changes of the supported social networks.
  • WSL Widget is now more flexible than before and can be fully customized to fit you website theme.
  • Introducing new providers : Reddit, Disqus and PixelPin.
  • WSL Hooks has been reworked and few hooks have been depreciated in favour of new ones. For more information, see: http://hybridauth.sourceforge.net/wsl/developer.html
  • A number of bugfixes, small enhancements and visual updates.

2.1.3

  • In a similar way to WordPress plugins, WSL uses Components,
  • Email Validation is replaced with Profile Completion,
  • User Moderation made compatible with Theme My Login plugin,
  • A number of enhancements and new options now available but who care

2.0.3

  • Managing WSL users,
  • Import WSL users contact list from Google Gmail, Facebook, Live and LinkedIn,
  • An entirely reworked user interface,
  • Improving the documentation and guides,
  • Introducing a new module, and the long awaited, The bouncer,
  • Added Twitch.tv and Steam.

1.2.4

  • WSL admin ui Relooking
  • Code re-factoring
  • add Widget display on advanced settings
  • RIP Gowalla
  • WordPress Social Login is now licensed under The MIT License only (should be GPL compatible)

0.0.0

  • I’m too old to remember

Metadatumoj

  • Versio: 2.3.3
  • Lasta ĝisdatigo: antaŭ 3 jaroj
  • Aktivaj instaloj: 70.000+
  • WordPress Version: 3.0 or higher
  • Testita ĝis: 4.7.16
  • Lingvoj:

    English (Canada), English (US), Esperanto, Italian, Japanese, Russian, Spanish (Spain), Swedish, Turkish, kaj Vietnamese.

    Translate into your language

  • Altnivela rigardo

Pritaksoj

Vidi ĉiujn
  • 5 steloj 118
  • 4 steloj 10
  • 3 steloj 4
  • 2 steloj 2
  • 1 stelo 35

Kontribuantoj

  • Miled

Helpo

Problemoj solvitaj en la lastaj du monatoj:

0 el 2

Vidi helpforumon

Donaci

Ĉu vi volas subteni la pluevoluigon de tiu ĉi kromprogramo?

Donaci al tiu ĉi kromprogramo

  • About
  • Blog
  • Hosting
  • Donate
  • Support
  • Developers
  • Engaĝiĝi
  • Showcase
  • Plugins
  • Themes
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
  • @WordPress
  • WordPress

Kodo estas poezio.

Iri rekte al ilobreto
  • Pri WordPress
    • Pri WordPress
    • WordPress.org
    • Dokumentado
    • Helpo
    • Pritakso
  • Ensaluti
  • Registriĝi