View Avatar With Facebook Image
-
HI
I copied your code to view avatar in list widget but the avatar Facebook not appears , normal avatar appears .
code:
add_filter( ‘mycred_ranking_row’, ‘my_custom_ranking_rows’, 10, 4 );
function my_custom_ranking_rows( $layout, $template, $row, $position )
{
return str_replace( ‘%avatar%’, get_avatar( $row[‘user_id’], 64 ), $layout );
}
_
I have a plugin install call http://wordpress.org/plugins/wp-fb-autoconnect/
and i view in admin panel user the avatar Facebook.How to change this avatar for a facebook image?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.