I have put this code " <div class="home-empty">
<img src="<?php echo osc_current_web_theme_url('images/no-image-found-360x250.png'); ?>" /></div>
<div class="image-empty"><?php _e('Seller has not uploaded any pictures', 'beta'); ?></div> " and both the message and the image work. So when there is no picture of the user, when a share is made on Facebook it pulls the picture I put. It's correct?