• Hi can I check how do I get the profile pic in socializer when I login via Facebook. Tried get_avatar(wp_get_current_user(),64); Seems like socializer didn’t store it there.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi,

    It stores it in the thechamp_avatar and thechamp_large_avatar usermeta

    Thread Starter darylaurito

    (@darylaurito)

    Hi,

    Thanks. How do I get and display it as profile pic?

    Plugin Author Heateor Support

    (@heateor)

    You can use get_user_meta($user_ID, 'thechamp_avatar', true) and get_user_meta($user_ID, 'get_user_meta($user_ID, ‘thechamp_avatar’, true)', true) to get small and large avatars.

    Thread Starter darylaurito

    (@darylaurito)

    Hi I manage to get when I use the inspector tool this doesn’t return the url. It there ways to parse the data to URL? Please advise. Thanks.

    Thread Starter darylaurito

    (@darylaurito)

    Hi Support, any update? The data I got is XML data? Then I need to parse it to URL? Please advise. Thanks

    Plugin Author Heateor Support

    (@heateor)

    You should have received a url if you have already used the user meta I mentioned in my previous post. If you are still not able to get it you are doing something wrong and if you drop an email at support[at]heateor[dot]com about the same, I would be able to check what’s wrong.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Get Facebook image’ is closed to new replies.