[Bug 9855] New: Add OpenGraph (Facebook preview) tags to pages
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9855 Bug ID: 9855 Summary: Add OpenGraph (Facebook preview) tags to pages Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: aaronw@catalyst.net.nz If you take a URL and paste it into your Facebook feed, Facebook pops up a little description of the site, and a "preview" icon for the site. Facebook can scrape this info from your page, but you can also give it specific info by using "OpenGraph" meta tags in the head of your page. Theoretically OpenGraph is an open standard, but in practice I think only Facebook's using it. :) The format is pretty simple, it looks like this (taken from the Mahara page templates): <meta property="og:title" content="{$PAGETITLE}" /> <meta property="og:description" content="{$sitedescription4facebook}" /> <meta property="og:image" content="{$sitelogourl4facebook}" /> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9855 --- Comment #1 from Aaron Wells <aaronw@catalyst.net.nz> --- See also: The Facebook documentation for OpenGraph: https://developers.facebook.com/docs/opengraphprotocol/ The Facebook debugger, which lets you test what Facebook would display as the "preview" for any given URL: https://developers.facebook.com/tools/debug The actual site for the OpenGraph standard: http://ogp.me/ -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9855 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9855 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org