How To Automatically Display Views (22439) & Likes (1636) In Video Title!

Channel:
Subscribers:
104,000
Published on ● Video Link: https://www.youtube.com/watch?v=VhoK4AUh5tE



Category:
Tutorial
Duration: 10:07
22,439 views
1,636


In this video I will show you how to automatically update your youtube video title to display the amount of views and likes it has!
If you liked this video, please be sure to hit the like button and let me know in the comments why you liked it! If you really love my content, please consider subscribing!

**********************************

Original concept by Tom Scott: https://www.youtube.com/watch?v=BxV14h0kFs0
You can also display the amount of dislikes and comments using this code by following the tutorial!

Copy this code:
function updateTitle() {

var videoID = '87MMAT2Kd0U'; //https://youtu.be/87MMAT2Kd0U
var part = 'snippet,statistics';
var params = {'id': videoID};

var response = YouTube.Videos.list(part, params);
var video = response.items[0];
var videoViewsCount = video.statistics.viewCount;
var videoLikeCount = video.statistics.likeCount;
var videoDislikeCount = video.statistics.dislikeCount;
var videoCommentCount = video.statistics.commentCount;
var videoTitle = 'OMG This video has ' + videoViewsCount + ' views and ' + videoLikeCount + ' likes and ' + videoDislikeCount + ' dislikes and ' + videoCommentCount + ' comments!!!';

video.snippet.title = videoTitle;

try{
YouTube.Videos.update(video, part);

}catch(e){


}

}


Become a member: https://www.youtube.com/channel/UCzkqOdzxj4wY7BmWdXWueoA/join
Subscribe to my channel: http://www.youtube.com/channel/UCzkqOdzxj4wY7BmWdXWueoA?sub_confirmation=1

***********************************

Youtube: https://www.youtube.com/c/MariohierioMariodario
Twitter: https://twitter.com/Mario_Hierio
Instagram: https://www.instagram.com/maxmakesmusic_insta/

***********************************
#youtubescript #viewsintitle #youtube




Other Videos By MaxStuff


2020-06-03Minecraft 1.16 - Snapshot 20w22a - 20w23a coming out tomorrow :(
2020-05-31Minecraft - HORROR Map - Insanity - Part 1
2020-05-29Minecraft 1.16 - Snapshot 20w22a - Piglin Victory Dance & Villager Changes
2020-05-27Minecraft 1.16 - Snapshot 20w22a - News & Predictions!
2020-05-27Minecraft 1.16 - Snapshot 20w21a - Building A Nether Castle
2020-05-24Most Viewed MaxStuff Videos History (2017-2020)
2020-05-22Minecraft Bedrock - How To Get Tools That Break Blocks & Blocks That Can Be Placed In Adventure Mode
2020-05-20Minecraft 1.16 - Snapshot 20w21a - Building Your Names!
2020-05-20Minecraft 1.16 - Snapshot 20w21a - Waiting For The Snapshot To Release!
2020-05-20Minecraft 1.16 - Snapshot 20w21a - New Loading Screen & More Redstone Changes!
2020-05-17How To Automatically Display Views (22439) & Likes (1636) In Video Title!
2020-05-15This Minecraft Video Has 861 Views, 119 Likes & 30 Dislikes!
2020-05-14LIVE - Minecraft Puzzle Map - Color Switch
2020-05-13How To Play The New Minecraft 20w20a Snapshot!
2020-05-13Minecraft 1.16 - Snapshot 20w20a - Going Through All The Changes And Building A Nether Base!
2020-05-13Minecraft 1.16 - Snapshot 20w20a - New Advancements & Change Gamemode Menu!
2020-05-10BayCraft IV - #000 - Season 3 World Tour - SMP Server
2020-05-08How To Build A NETHER Base In The New Minecraft 1.16 Update!
2020-05-06Minecraft 1.16 - Snapshot 20w19a - Building A Warped Base & Going Through The Changes
2020-05-06Minecraft 1.16 - Snapshot 20w19a - Strider Distance & Patches Of Blocks
2020-05-03MaxCraft 014 - 1.15.2 Villager Breeder!



Tags:
Minecraft
Mariohieriomariodario
Maximiliaande5de
Max
MaxMakesMusic
Makes
Music
tom
scott
how
to
tutorial
automatic
automatically
update
updating
the
title
youtube
video
like
likes
view
views
dislike
dislikes
comment
comments
youtube video title automatic update
youtube api
how to update youtube title automatically
how to display views in title
how to display views in video title
how to display likes in youtube title
how to display dislikes in youtube title