You need to sign in to do that
Don't have an account?

Current User Profile Image in VFP
Hi folks,
Can anyone tell me how to get the current user profile image in visualforce page?
Thanks in advance
Karthick
Can anyone tell me how to get the current user profile image in visualforce page?
Thanks in advance
Karthick
Try this tag i fVisualforce page:
<chatter:userPhotoUpload showOriginalPhoto="true">
</chatter:userPhotoUpload>
Thanks,
Pratik
P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.