miled / wordpress-social-login

WordPress Social Login
http://miled.github.io/wordpress-social-login/
MIT License
401 stars 233 forks source link

Reddit avatar not being shown when registering #285

Closed novalex closed 4 years ago

novalex commented 6 years ago

Hi!

I ran into an issue when trying to register with Reddit, more specifically the avatar is not loading properly. The src for the img element is empty.

reddit avatar issue

I am using WP Social Login 2.3.3 with BuddyPress 3.2.0.

novalex commented 6 years ago

Was able to get the Reddit avatar to show up by adding $this->user->profile->photoURL = @ $response->icon_img; on line 196 of hybridauth/Hybrid/Providers/Reddit.php.