I am a layperson in this area. I would like to know how I can reproduce this url link
in this javascript file
// SISTEMA HD
videohd.click(function(){
var videoID = $(this).attr('data-videoID');
var videos = $('<div class="meuVideo"> <video width="100%" controls="controls" autoplay="true" src="'+ videoID +'" type="video/mp4"></video> </div>');
$('.meuVideo, .nowPlaying').remove();
$(this).parents().eq(2).append(videos);
$('<i class="nowPlaying">? Reproduzindo ...</i>').insertAfter(this);
});
EX BLOGGER
// HTML5 Video
html5bgvideo.click(function(){
$(this).closest('li').addClass('visitado');
var videoID = $(this).attr('data-videoID');
Visitados(videoID);
var videoID = $(this).attr('data-videoID');
var videos = $('<div class="meuVideo" > <video width="100%" controls="controls" autoplay="true" src="http://www.blogger.com/video-play.mp4?contentId='+videoID+'" type="video/mp4"></video> </div>');
$('.meuVideo, .nowPlaying').remove();
$(this).parents().eq(2).append(videos);
$('<i class="nowPlaying">Reproduzindo ...</i>').insertAfter(this);
});
I tried several ways and it did not work. if someone can help me I'm grateful .. it will look like this on my test blog
OBS: Click on the episode to see the video
You can only do it with YT, BLOGGER, and UOL videos. but this one can not help me please