1.35 Embedding

The Goobi viewer automatically generates tags for oEmbed, OpenGraph and Twitter Cards, which, when posting a viewer URL in a compatible consumer (Wordpress, Facebook, etc.), also displays an appealing preview of the content (at least thumbnail and title) in addition to the URL.

Generation largely requires no configuration. Only for Twitter Cards a Twitter name must be configured, which is used in the tag twitter:site.

<embedding>
    <twitter>
        <userName>@goobi</userName>
    </twitter>
</embedding>

Last updated