Guest User

Untitled

a guest
Feb 22nd, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $(document).ready(function() {
  2. exist = $("iframe.note-video-clip").length;
  3. if (exist > 0) {
  4. video_code = $("iframe.note-video-clip").attr('src').split('/').pop();
  5. $("iframe.note-video-clip").replaceWith('<div data-type="youtube" data-video-id="' + video_code + '"></div>');
  6. };
  7.  
  8. plyr.setup();
  9. });
Add Comment
Please, Sign In to add comment