mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
23 lines
681 B
YAML
23 lines
681 B
YAML
|
name: Oembed
|
||
|
---
|
||
|
Oembed:
|
||
|
providers:
|
||
|
'http://*.youtube.com/watch*':
|
||
|
'http://www.youtube.com/oembed/'
|
||
|
'http://*.flickr.com/*':
|
||
|
'http://www.flickr.com/services/oembed/'
|
||
|
'http://*.viddler.com/*':
|
||
|
'http://lab.viddler.com/services/oembed/'
|
||
|
'http://*.revision3.com/*':
|
||
|
'http://revision3.com/api/oembed/'
|
||
|
'http://*.hulu.com/watch/*':
|
||
|
'http://www.hulu.com/api/oembed.json'
|
||
|
'http://*.vimeo.com/*':
|
||
|
'http://www.vimeo.com/api/oembed.json'
|
||
|
'https://twitter.com/*':
|
||
|
'https://api.twitter.com/1/statuses/oembed.json'
|
||
|
'http://twitter.com/*':
|
||
|
'https://api.twitter.com/1/statuses/oembed.json'
|
||
|
autodiscover:
|
||
|
true
|