rodrigoprimo / social-connect

WordPress plugin for signup/login using social media providers.
http://wordpress.org/extend/plugins/social-connect/
GNU General Public License v3.0
73 stars 40 forks source link

Save Twitter avatar to user meta & show with get_avatar #59

Closed Frique closed 10 years ago

Frique commented 10 years ago

Uses the first Twitter API call to retrieve the avatar URL, then saves it to the user meta "social_connect_twitter_avatar" which is later used when displaying the user avatar. Unfortunately it won't change when the Twitter user changes the avatar, but that's how the 1.1 API works. You'd have to make a new API call to retrieve updated account information.

rodrigoprimo commented 10 years ago

Can you update your fork to upstream's latest master?

I can't automatically merge this pull request probably due to the changes on the empty lines you made on this PR and on #58.

rodrigoprimo commented 10 years ago

Fixes #50

Frique commented 10 years ago

I've merged with your latest master and resolved empty space conflicts. Sorry about that; my editor automatically removes trailing whitespace. Will be more careful with that in the future.

Also added some spaces to adhere to WP coding standards (I think). Let me know if it's incomplete.

rodrigoprimo commented 10 years ago

Great!