Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to add support for syncing of built-in WordPress User Profile Picture with CiviCRM Contact Image Field #50

Open
github-wcha opened this issue May 4, 2023 · 1 comment

Comments

@github-wcha
Copy link

Hi,

Profile Sync already keeps the First Name, Last Name, Email Address and Website fields of a WordPress user profile in sync with the corresponding CiviCRM contact fields, however is it possible to add syncing between the CiviCRM Contact Image field and the WordPress user profile picture?

Kind regards,
Vivien

@christianwach
Copy link
Owner

Hi @github-wcha - there isn't really such a thing as a "WordPress user profile picture" (at least not without a plugin) because WordPress uses Gravatars by default.

It would be possible to show user Gravatars when viewing CiviCRM contacts, of course, and the reverse sync (i.e. uploading a Contact Image to CiviCRM and showing it when get_avatar() is called) would also be possible... with some development work. However, this is complicated by the presence of plugins which offer profile picture uploads.

FYI if you have ACF Pro installed on your website, you can already do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants