WP Manifestindependent plugin directory
manifest / users / doppelme-avatars

BP DoppelMe

DoppelMe avatars integration with BuddyPress.

by r-a-y · github.com/hwdsb/doppelme-avatars

1stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/hwdsb/doppelme-avatars/archive/refs/heads/master.zip

Readme

doppelme-avatars

DoppelMe avatars integration with BuddyPress.

This plugin completely replaces the upload avatar functionality within a BuddyPress community with the DoppelMe Avatar creator.

You'll need to register your website via this link:
https://partner.doppelme.com/register.php

Then whitelist the IP address your site is hosted on.

Once registered, get your partner ID and key and place it in your wp-config.php file:

define( 'BP_DOPPELME_PARTNER_ID',  'XXX' );
define( 'BP_DOPPELME_PARTNER_KEY', 'XXX' );

If you do not see the DoppelMe creator, ensure that PHP on your server is compiled with SOAP.

Read the full README on GitHub →