Title: Avatar quality
Last modified: August 21, 2016

---

# Avatar quality

 *  Resolved [FrictionNL](https://wordpress.org/support/users/frictionnl/)
 * (@frictionnl)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/avatar-quality/)
 * Hi,
 * Is it possible to get a higher quality of the avatar from facebook? At the moment
   I display the avatar at 128×128 but it gets really blurry at this size.
 * Thanks
 * [http://wordpress.org/plugins/facebookall/](http://wordpress.org/plugins/facebookall/)

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

 *  Plugin Author [sourceaddons](https://wordpress.org/support/users/sourceaddons/)
 * (@sourceaddons)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/avatar-quality/#post-4020806)
 * Hi,
    for fix issue:- go to wp-content/plugins/facebookall/helpers/facebookall_process.
   php
 * find the code
    $fbdata[‘thumbnail’] = “[https://graph.facebook.com/&#8221](https://graph.facebook.com/&#8221);.
   $fbdata[‘id’] . “/picture”;
 * replace it with:-
    $fbdata[‘thumbnail’] = “[https://graph.facebook.com/&#8221](https://graph.facebook.com/&#8221);.
   $fbdata[‘id’] . “/picture?type=large”; or set height width:- [http://developers.facebook.com/docs/reference/api/using-pictures/](http://developers.facebook.com/docs/reference/api/using-pictures/)
 * Thanks
 *  Thread Starter [FrictionNL](https://wordpress.org/support/users/frictionnl/)
 * (@frictionnl)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/avatar-quality/#post-4020811)
 * Hi,
 * Thank you for helping. Nothing changed unfortunately. When I check inspect the
   avatar link it is still referring to 50×50 px image.
 * Maybe I am calling the avatar in the wrong way? This is the code I use:
 *     ```
       if ( is_user_logged_in() ) {
       	 		if ($showavatar) { global $current_user; get_currentuserinfo(); echo get_avatar( $current_user->ID, 128 );}
       		  }
       	    ?>
       ```
   
 *  Plugin Author [sourceaddons](https://wordpress.org/support/users/sourceaddons/)
 * (@sourceaddons)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/avatar-quality/#post-4020881)
 * Hi please
    use $size as per your requirement:- for more info follow:- [http://codex.wordpress.org/Function_Reference/get_avatar](http://codex.wordpress.org/Function_Reference/get_avatar)
   Thanks
 *  [Harsh Deshmukh](https://wordpress.org/support/users/harsh-deshmukh/)
 * (@harsh-deshmukh)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/avatar-quality/#post-4021024)
 * Hi There,
 * I tried below but this did not work for me as well.
 * find the code
    $fbdata[‘thumbnail’] = “[https://graph.facebook.com/&#8221](https://graph.facebook.com/&#8221);.
   $fbdata[‘id’] . “/picture”;
 * replace it with:-
    $fbdata[‘thumbnail’] = “[https://graph.facebook.com/&#8221](https://graph.facebook.com/&#8221);.
   $fbdata[‘id’] . “/picture?type=large”;
 * I did not get rest of the methods that you guys have talked, Can u please help/
   suggest how to achieve better image quality.
 * Thanks.

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

The topic ‘Avatar quality’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebookall_3b5997.svg)
 * [Facebook All](https://wordpress.org/plugins/facebookall/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebookall/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebookall/)
 * [Active Topics](https://wordpress.org/support/plugin/facebookall/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebookall/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebookall/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Harsh Deshmukh](https://wordpress.org/support/users/harsh-deshmukh/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/avatar-quality/#post-4021024)
 * Status: resolved