Added possibility to show youtube videos with "start position" option

This commit is contained in:
kayrus 2015-06-29 12:11:25 +02:00
parent 9fd67c3fa3
commit e821a307bf
1 changed files with 2 additions and 2 deletions

View File

@ -549,8 +549,8 @@
$.fn.oembed.providers = [
//Video
new $.fn.oembed.OEmbedProvider("youtube", "video", ["youtube\\.com/watch.+v=[\\w-]+&?", "youtu\\.be/[\\w-]+", "youtube.com/embed"], 'https://www.youtube.com/embed/$1?wmode=transparent', {
templateRegex: /.*(?:v\=|be\/|embed\/)([\w\-]+)&?.*/, embedtag: {tag: 'iframe', width: '425', height: '349'}
new $.fn.oembed.OEmbedProvider("youtube", "video", ["youtube\\.com/watch.+v=[\\w-]+&?", "youtu\\.be/[\\w-]+", "youtube.com/embed"], 'https://www.youtube.com/embed/$1?wmode=transparent&start=$2', {
templateRegex: /.*(?:v\=|be\/|embed\/)([\w\-]+)(?:&|\?)?(?:t=([0-9]+))?.*/, embedtag: {tag: 'iframe', width: '425', height: '349'}
}),
//new $.fn.oembed.OEmbedProvider("youtube", "video", ["youtube\\.com/watch.+v=[\\w-]+&?", "youtu\\.be/[\\w-]+"], 'http://www.youtube.com/oembed', {useYQL:'json'}),