Skip to content

Commit

Permalink
mod_facebook: Also added og:description.
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Oct 6, 2012
1 parent 816cfd2 commit f24a429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mod_facebook/templates/_html_head.tpl
Expand Up @@ -3,6 +3,7 @@
{% endif %}
{% if id %}
<meta property="og:title" content="{{ id.title }}"/>
<meta property="og:description" content="{{ id|summary:160 }}"/>
<meta property="og:url" content="http://{{ m.site.hostname }}{{ id.page_url }}"/>
{% if id.depiction %}
<meta property="og:image" content="http://{{ m.site.hostname }}{% image_url id.depiction mediaclass="facebook-og" %}"/>
Expand Down

0 comments on commit f24a429

Please sign in to comment.