I have a java jquery web application in which users can paste utube,vimeo urls could anyone pls tell how i can implement o-embedd to show users a thumbnail of the the image/desc of url in my jsp page
Asked
Active
Viewed 122 times
0
-
no i dunt knw wht to use – tina Oct 26 '12 at 11:30
-
i used this code Content URL: The jQuery Code $(function(){ $('#btn').click(function() { $("#embed").oembed($('#update').val()); }); }); – tina Oct 26 '12 at 14:20
-
but any ideas on how to save o embedd urls the json object – tina Oct 26 '12 at 14:21