diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index ecd6e5584e..14a5b2f40f 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); @@ -303,9 +304,11 @@ function getYoutubeEmbed(link) { return (
-

YouTube

+

+ YouTube + +

-