Improve sharing popup events
view += '<iframe class="webvideo" type="text/html" width="100%" height="407" src="http://www.youtube.com/embed/' + video + '?autoplay=1&modestbranding=1&rel=0&html5=1" frameborder="0"></iframe>';
} else if (service == 'dailymotion') {
view += '<iframe class="webvideo" type="text/html" width="100%" height="407" src="http://www.dailymotion.com/embed/video/' + video + '?autoplay=1&logo=0&related=0&html5=1" width="100%" frameborder="0"></iframe>'
+ } else if (service == 'brightcove') {
+ var v = video.split('|');
+ view += '<iframe class="webvideo" type="text/html" width="100%" height="407" src="http://link.brightcove.com/services/player/bcpid' + v[0] + '?bctid=' + v[1] + '&autoStart=false&width=100%25&height=100%25" width="100%" frameborder="0"></iframe>'
}
view += '</div>';
$("#view").append('<div class="mview">' + view + '</div>');