Dotclear

Changeset 412:24e7f52c86b4 for admin


Ignore:
Timestamp:
06/23/11 14:41:07 (14 years ago)
Author:
Tomtom33 <tbouron@…>
Branch:
wysiwyg
Message:

Added support of youtube short links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/jquery/jquery.oembed.js

    r410 r412  
    390390      
    391391     var providers = [ 
    392           new publicMethods.OEmbedProvider('youtube', 'video', ['youtube\\.com/watch.+v=[\\w-]+&?']), // 'http://www.youtube.com/oembed'    (no jsonp) 
     392          new publicMethods.OEmbedProvider('youtube', 'video', ['youtube\\.com/watch.+v=[\\w-]+&?', 'youtu\\.be/.*']), // 'http://www.youtube.com/oembed'  (no jsonp) 
    393393          new publicMethods.OEmbedProvider('flickr', 'photo', ['flickr\\.com/photos/[-.\\w@]+/\\d+/?'], 'http://flickr.com/services/oembed', 'jsoncallback'), 
    394394          new publicMethods.OEmbedProvider('viddler', 'video', ['viddler\.com']), // 'http://lab.viddler.com/services/oembed/' (no jsonp) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map