Code

<?php 
 $ogimage = $this->getImage( $this->urlEncode( $this->singleSRC ), 600, 315 , 'crop' ); 
 $GLOBALS['og:image'] = $this->Environment->base . $ogimage; 
?>