tag('meta', array('property' => 'og:title', 'content' => $this->html_title())) ?> tag('meta', array('property' => 'og:type', 'content' => 'article')) ?> tag('meta', array('property' => 'og:url', 'content' => $this->urlFor(array('post#show', 'id' => $this->post->id, 'only_path' => false)))) ?> tag('meta', array('property' => 'og:site_name', 'content' => CONFIG()->app_name)) ?> tag('meta', array('property' => 'og:description', 'content' => $this->post->tags())) ?> can_see_post(current_user(), $this->post)) { echo $this->tag('link', array('rel' => 'image_src', 'href' => $this->post->sample_url())); echo $this->tag('meta', array('property' => 'og:image', 'content' => $this->post->sample_url())); } ?>