Description
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.
Screenshots
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.
FAQ
- 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.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Draugiem.lv Pase” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Draugiem.lv Pase” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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