diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index f718f74350..7a512c9010 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -286,6 +286,7 @@ function getYoutubeEmbed(link) { return; } var metadata = data.items[0].snippet; + $('.video-type.' + youtubeId).html("Youtube - ") $('.video-uploader.' + youtubeId).html(metadata.channelTitle); $('.video-title.' + youtubeId).find('a').html(metadata.title); $('.post-list-holder-by-time').scrollTop($('.post-list-holder-by-time')[0].scrollHeight); @@ -304,9 +305,11 @@ function getYoutubeEmbed(link) { return (
-

YouTube

+

+ YouTube + +

-