I have implemented this solution for one contact record and it is working:
http://blogs.msdn.com/b/crm/archive/2011/09/28/displaying-a-contact-s-facebook-picture-in-microsoft-dynamics-crm-2011.aspx
Now, I have at least a thousand images that need to be uploaded to their respective Contact record in CRM 2011. The images are on a network drive. I am not a developer per se, so I need some guidance, but once I get some insight, I can take on the task from there. What is the best way (programmatically or otherwise) to upload all of these images to their respective Contact records? Can I do it using just a plugin? A plugin and a console app? Any help is appreciated. Thanks!