Exemple #1
0
 public function __construct()
 {
     parent::__construct('http://oohembed.com/oohembed', array('*'), 'http://www.oohembed.com', 'oohEmbed');
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct('http://www.vimeo.com/api/oembed.json', array('http://*.vimeo.com/*', 'http://*.vimeo.com/groups/*/*'), 'http://www.vimeo.com', 'Vimeo');
 }
Exemple #3
0
 public function __construct()
 {
     parent::__construct('http://www.flickr.com/services/oembed', array('http://*.flickr.com/*'), 'http://www.flickr.com', 'Flickr');
 }
Exemple #4
0
 public function __construct()
 {
     parent::__construct('http://www.youtube.com/oembed', array('http://*.youtube.com/*'), 'http://www.youtube.com', 'YouTube');
 }