Opis
Allows to register, log in and post comments to a WordPress based website by using „Draugiem pase” authentication provided by draugiem.lv social network.
To use this plugin, you have to get your App ID and API key by registering your application on draugiem.lv – development section.
Plugin replaces user avatars with their draugiem.lv profile pics (may not work with older themes) and shows a link to draugiem.lv profile next to the comments.
Zrzuty ekranu
Instalacja
- Upload folder
/draugiem-pase/
to the/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins’ menu in WordPress.
- Create your application in draugiem.lv development section to get your App ID and API key.
- Configure your App ID and API key in 'Settings’->’Draugiem pase’ menu in WordPress.
- That’s all.
Najczęściej zadawane pytania
- Installation Instructions
-
- Upload folder
/draugiem-pase/
to the/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins’ menu in WordPress.
- Create your application in draugiem.lv development section to get your App ID and API key.
- Configure your App ID and API key in 'Settings’->’Draugiem pase’ menu in WordPress.
- That’s all.
- Upload folder
- How will this affect my WordPress installation?
-
One new MySQL table will be created created –
{wp db prefix}draugiem_users
– it will contain extra information about draugiem.lv users that register in your site. Every user that logs in will get his own entry in WordPress user table – without administration access, but you can later give them full access to your WordPress administration. - Profile pictures next to the comments are not visible – what should I do?
-
Usually this problem is caused by old or improperly designed WordPress themes. Update your theme or get a better one.
- How often user profile data will be updated?
-
Plugin fetches profile information for every user once a day, by executing WordPress hourly cron jobs. Userdata will be also updated when a user logs in. Updated profile name and image will be visible next to all the comments that are made by this user. If a user data can no longer be accessed through API, comments made by this user will be displayed as normal comments.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Draugiem.lv Pase” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Draugiem.lv Pase” 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.2
- Bug fixes. Fixed compatibility with WP 4.8.3
1.1
- Fixed compatibility with WP 3.0 beta to allow multiple users with no registered email
1.0
- First release