[Koha-bugs] [Bug 9855] New: Add OpenGraph (Facebook preview) tags to pages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 20 01:53:26 CET 2013


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 at myacpl.org
          Reporter: aaronw at 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.


More information about the Koha-bugs mailing list