Out of the box, it works with Contacts, not with Accounts. You would need update two visualforce pages in order to work. Requires Visualforce and Apex skills.
There are really only two pages, both currently have a standardController="contact" which means you can add them to the contact page but not the account. You'll need to update these to account and update the controller code to attached the image to the account (might actually work without a change--you'll have to try it out).
Out of the box, it works with Contacts, not with Accounts. You would need update two visualforce pages in order to work. Requires Visualforce and Apex skills.
What are the visual force pages needs to be updated?
There are really only two pages, both currently have a standardController="contact" which means you can add them to the contact page but not the account. You'll need to update these to account and update the controller code to attached the image to the account (might actually work without a change--you'll have to try it out).