"http://support.google.com/driv... Since the release of Google Drive, and the integration with Picasa and Drive together, storage plans are available with Google. That said though; I never stored images larger than 2048 pixels on Flickr. If you don't either, then Google+ gives you unlimited storage for all files equal to or smaller than 2048px. Another integration thing: Picasa & Google+ Photos are the same storage space. You can upload through Google+ & then organize/do whatever in Picasa forever, for free."
- Enrique Gutierrez
"The easiest solution (to just get FB & other sites) to pull images used within the post is to not include the og:image parameters at all in the header... that'll default to "in content" images, but it may also pull other images on the page as well... Hit the contact page & shoot the link to me if you'd like me to have a closer look."
- Enrique Gutierrez
"Do you know if the post you're trying to check has a featured image saved to it? That's done through the Wordpress Dashboard This line looks for a featured image <meta (function_exists(‘wp_get_attachment_thumb_url’))="" content="”<?php" if="" property="”og:image”" wp_get_attachment_thumb_url(get_post_thumbnail_id($post-="" {echo="">ID)); }?>” /> If you don't use featured images, you may just want to link to the logo instead by swapping out the above line with this line: <meta ?="" bloginfo(‘template_url’);="" content="“<?php" property="”og:image”">/images/logo.jpg” /> Just make sure you specify the correct path the image you want & it should appear; if you have one."
- Enrique Gutierrez