Beskrivning
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.
Skärmdumpar
Installation
- 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.
Vanliga frågor
- 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.
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”Draugiem.lv Pase” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Draugiem.lv Pase” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
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