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:image', 'content' => $this->post->sample_url())) ?> tag('meta', array('property' => 'og:site_name', 'content' => CONFIG()->app_name)) ?> tag('meta', array('property' => 'og:description', 'content' => $this->post->tags())) ?> tag('link', array('rel' => 'image_src', 'href' => $this->post->sample_url())) ?>