Guest User

Untitled

a guest
Apr 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $.getJSON('https://noembed.com/embed',{
  2. format: 'json', url:UrlOfVideo}, function (data){
  3. alert(data.title);
  4. });
Add Comment
Please, Sign In to add comment