imagej / imagej.github.io

The ImageJ wiki
https://imagej.net
Other
25 stars 110 forks source link

Support oneboxed links #27

Closed ctrueden closed 3 years ago

ctrueden commented 3 years ago

Discourse reads Open Graph and oEmbed metadata from pages to generate oneboxed links. To support that, I believe all we need to do is add some meta tags to our page layout here. See this gist for an example.

imagejan commented 3 years ago

See this forum topic for the two mediawiki extensions that were involved.

In particular, it's these four <meta> tags as exemplified on the BigStitcher page:

<meta property="og:type" content="article"/>

<meta property="og:site_name" content="ImageJ"/>

<meta property="og:title" content="BigStitcher"/>

<meta property="og:description" content="The BigStitcher is a software package that allows simple and efficient alignment of multi-tile and multi-angle image datasets, for example acquired by lightsheet, widefield or confocal microscopes. The software supports images of almost arbitrary size ranging from very small images up to volumes in the range of many terabytes, which are for example produced when acquiring cleared tissue samples with lightsheet microscopy."/>