intanpalupidn / jquery-oembed

Automatically exported from code.google.com/p/jquery-oembed
0 stars 0 forks source link

Not accepting youtu.be url http://youtu.be/NYwwHSajg1Y #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.used flickr-embedmethod-append-example.html
2.added <h3>Youtube</h3>
<div><a href="http://youtu.be/NYwwHSajg1Y" class="oembed">Youtube Video 
youtu.be</a></div>
3. is not working however 
<h3>Youtube</h3>
<div><a href="http://www.youtube.com/watch?v=NYwwHSajg1Y" 
class="oembed">Youtube Video</a></div> is working fine

What is the expected output? What do you see instead?
show the video player using the youtu.be format given by youtube 
http://prntscr.com/2mfk10

What version of the product are you using? On what operating system?
last version of oembedjquery , chrome, windows 7

Please provide any additional information below.
running in localhost

Original issue reported on code.google.com by josk81...@gmail.com on 25 Jan 2014 at 3:02

GoogleCodeExporter commented 8 years ago
fixed registering a new provider in the jquery.oembed.js file 
http://prntscr.com/2mfklz

line 142
thanks!

Original comment by josk81...@gmail.com on 25 Jan 2014 at 3:04