![]() |
![]() ![]() |
Ở pack 1, là grab youtube.
Để có thể chèn thêm tính năng xem trước video ngay trên wap ta làm như sau.
1, file /js/suggest.js
thêm code sau bên dưới.
$("#preview").on("click",function() {
var video_id = $(this).attr('data-video-id');
$(this).replaceWith( '<iframe width="300" height="185" src=\"https://www.youtube.com/embed/'+video_id+'?autoplay=1" frameborder="0" allowfullscreen></iframe>');
});
});
var video_id = $(this).attr('data-video-id');
$(this).replaceWith( '<iframe width="300" height="185" src=\"https://www.youtube.com/embed/'+video_id+'?autoplay=1" frameborder="0" allowfullscreen></iframe>');
});
});
Ỡ file xem /video
sửa hình ảnh img thành
<img src="{{ data.thumb_url }}" alt="{{ fulltitle }} thumbnail" id="preview" data-video-id="{{ data.video_id }}" />
demo: http://tiaxgame.ga
Chia sẻ by: tiaxgame - AiChat.Wap.Sh