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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to