CONFIGURE 819 B

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