Home
last modified time | relevance | path

Searched refs:oembed (Results 1 – 6 of 6) sorted by relevance

/plugin/oembed/
H A Dsyntax.php138 $oembed = array();
158 return $oembed;
258 return array('oembed' => $oembed,
331 if($oembed['thumbnail_url']){
332 …="'.$oembed['thumbnail_url'].'" alt="'.$oembed['title'].'" title="'.$oembed['title'].'" height="'.…
340 switch($oembed['type']){
343 …$content = '<img src="'.$oembed['url'].'" alt="'.$oembed['title'].'" title="'.$oembed['title'].'" …
345 … '<img src="'.$oembed['url'].'" alt="'.$oembed['title'].'" title="'.$oembed['title'].'" height="'.…
541 function sanitizeOEmbed($oembed){ argument
544 foreach($oembed as $key => $value){
[all …]
H A Dstyle.css6 * Designed for use in the OEmbed plugin [http://liqd.org/wiki/oembed/] for
37 div.dokuwiki .oembed {
41 div.dokuwiki .oembed-center {
45 div.dokuwiki .oembed-right {
49 div.dokuwiki .oembed-chrome {
54 div.dokuwiki .oembed-title {
63 div.dokuwiki .oembed-author {
69 div.dokuwiki .oembed-chrome > .oembed-content {
72 div.dokuwiki .oembed-provider {
H A Dplugin.info.txt1 base oembed
5 name oembed plugin
7 url https://github.com/zzkt/dokuwiki-oembed/zipball/master
H A DREADME6 https://github.com/zzkt/dokuwiki-oembed
9 lib/plugins/oembed/ - if the folder is named differently it
/plugin/oembed/docs/
H A Ddokuwiki-oembed.txt15 downloadurl: https://github.com/zzkt/dokuwiki-oembed/zipball/master
16 sourcerepo : https://github.com/zzkt/dokuwiki-oembed/
17 bugtracker : https://github.com/zzkt/dokuwiki-oembed/issues
22 … you to easily embed media from any provider that supports the [[https://oembed.com/|oEmbed]] form…
34 An oembed provider will specify a URL scheme and API endpoint pairs. If you know the endpoint you c…
52 ''%%{{>http://www.flickr.com/services/oembed/ !direct ?url=http://www.flickr.com/photos/sdasmarchiv…
56 A list of oembed providers can be found on the [[https://oembed.com/|oEmbed website]] and [[https:/…
H A Ddokuwiki-oembed.org18 downloadurl: https://github.com/zzkt/dokuwiki-oembed/zipball/master
19 sourcerepo : https://github.com/zzkt/dokuwiki-oembed/
20 bugtracker : https://github.com/zzkt/dokuwiki-oembed/issues
26 … you to easily embed media from any provider that supports the [[https://oembed.com/][oEmbed]] for…
40 An oembed provider will specify a URL scheme and API endpoint pairs. If you know the endpoint you c…
58 ~{{>http://www.flickr.com/services/oembed/ !direct ?url=http://www.flickr.com/photos/sdasmarchives/…
62 A list of oembed providers can be found on the [[https://oembed.com/][oEmbed website]] and [[https:…