/ Published in: eZ Publish
logo_fb.png should be at least 50x50px and have a maximum aspect ratio of 3:1
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" xml:lang="{$site.http_equiv.Content-language|wash}" lang="{$site.http_equiv.Content-language|wash}"> <head> ... <meta property="og:title" content="{ezini('SiteSettings','SiteName', 'site.ini')|wash}" /> <meta property="og:type" content="book" /> <meta property="og:url" content="http://www.foo.no{$requested_uri_string|ezroot('no')}" /> <meta property="og:image" content="http://www.foo.no{'logo_fb.png'|ezimage(no)}" /> </head>