Skip to content
Extraits de code Groupes Projets
Valider aff7390d rédigé par arno@rezo.net's avatar arno@rezo.net
Parcourir les fichiers

Nouveau plugin: recuperer_favicon

parent 8ad2e640
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -108,7 +108,6 @@ ...@@ -108,7 +108,6 @@
/* Private Methods */ /* Private Methods */
function getOEmbedProvider(url) { function getOEmbedProvider(url) {
for (var i = 0; i < providers.length; i++) { for (var i = 0; i < providers.length; i++) {
if (providers[i].matches(url)) if (providers[i].matches(url))
return providers[i]; return providers[i];
...@@ -148,6 +147,7 @@ ...@@ -148,6 +147,7 @@
new OEmbedProvider("vids.myspace.com", "vids.myspace.com", "http://vids.myspace.com/index.cfm?fuseaction=oembed"), new OEmbedProvider("vids.myspace.com", "vids.myspace.com", "http://vids.myspace.com/index.cfm?fuseaction=oembed"),
new OEmbedProvider("screenr", "screenr.com", "http://screenr.com/api/oembed.json") new OEmbedProvider("screenr", "screenr.com", "http://screenr.com/api/oembed.json")
/* Crado pour forcer format=js */ /* Crado pour forcer format=js */
new OEmbedProvider("bandcamp", "bandcamp.com", "http://www.bandcamp.com/oembed"),
new OEmbedProvider("soundcloud", "soundcloud", "http://soundcloud.com/oembed", "format=js&callback"), new OEmbedProvider("soundcloud", "soundcloud", "http://soundcloud.com/oembed", "format=js&callback"),
]; ];
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter