]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Oembed/CONFIGURE
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / plugins / Oembed / CONFIGURE
1 So far this is still in $config['site']['oembed'].
2
3 oembed
4 --------
5
6 oEmbed endpoint for multimedia attachments (links in posts). Will also
7 work as 'oohembed' for backwards compatibility.
8
9 endpoint: oohembed endpoint using http://oohembed.com/ software. Defaults to
10           'http://oohembed.com/oohembed/'.
11 order: Array of methods to check for OEmbed data. Methods include 'built-in'
12        (use a built-in function to simulate oEmbed for some sites),
13        'well-known' (use well-known public oEmbed endpoints),
14        'discovery' (discover using <link> headers in HTML), 'service' (use
15        a third-party service, like oohembed or embed.ly. Default is
16        array('built-in', 'well-known', 'service', 'discovery'). Note that very
17        few sites implement oEmbed; 'discovery' is going to fail 99% of the
18        time.