It would be helpful to add this helper function, so instead of using: ``` <meta property="og:image" content="<?php echo pool_image_uri($object->getFeaturedImage(),'50','crop',true); ?>" /> ``` we could have shortcut: ``` <?php echo pool_image_og_tag($object_or_image); ?> ```