Click here to Skip to main content
15,903,362 members
Everything / YouTube

YouTube

YouTube

Great Reads

by Bill SerGio, The Infomercial King
XCODE & Android Studio mobile app projects built using Ionic's Capacitor with an Angular 14 UI. Includes WebRTC for video conferencing, and SwipeClouds for Playing Millions of HD Movies & Videos and A Custom Capacitor Plugin for Scraping User Data for Targeted Delivery of video ads to mobile phones.
by Bill SerGio, The Infomercial King
Angular Editor for the Angular Shopping Cart I posted here on CodeProject
by techtechie
An Android tutorial to integrate Youtube channel in Android

Latest Articles

by DrABELL
YouTube™ API for ASP.NET, AJAX-extended (C#)
by Bill SerGio, The Infomercial King
XCODE & Android Studio mobile app projects built using Ionic's Capacitor with an Angular 14 UI. Includes WebRTC for video conferencing, and SwipeClouds for Playing Millions of HD Movies & Videos and A Custom Capacitor Plugin for Scraping User Data for Targeted Delivery of video ads to mobile phones.
by techtechie
An Android tutorial to integrate Youtube channel in Android

All Articles

Sort by Updated

YouTube 

2 Oct 2023 by DrABELL
YouTube™ API for ASP.NET, AJAX-extended (C#)
29 Aug 2023 by Richard Deeming
No. And even if there were, it would be expressly prohibited by the YouTube terms of service. Creating bots to "game" the system by automating like-and-subscribe en-mass is malicious behaviour. Nobody here is going to help you promote your...
14 Aug 2023 by OriginalGriff
We aren't youtube: we can't tell you what they will do if you remove the copyrighted material. You would have to ask them directly.
16 Jun 2023 by Member 16029663
I'm following a tutorial on Animated Login Form Using HTML & CSS - YouTube[^] at timestamp 5:55, I've noticed that "h2" and ".inputbox label", my code doesn't look like what's happening in the video. CODE:
18 Mar 2023 by rajkumar693246
I have developed a website where Youtube video is playing for the registered user;We just want to restrict copying of video link and sharing of video from registered user to anyone. Please help. What I have tried: If I change sharing access...
18 Mar 2023 by Dave Kreskowiak
You start with the documentation at YouTube Data API �|� Google Developers[^]
3 May 2022 by Graeme_Grant
Html 5 can have custom elements. Have a read of this help: Using custom elements - Web Components | MDN[^] And this article goes into a little bit more detail: Custom Elements: defining new elements in HTML - HTML5 Rocks[^]
3 May 2022 by Chopin2001
YouTube has html tags that start with yt-. For example, yt-page-navigation-progress or ytd-watch-flexy. Is this a new technology in html5? I'm wondering if this works in all browsers and there's nothing wrong with it? Also can JavaScript read...
11 Apr 2022 by Chris Copeland
A lot of the data that you're seeing there will be internal information which is useful to YouTube (for example, pwaInstallabilityStatus indicates whether the device can install the site as a PWA), and chances are most of it is going to be...
11 Apr 2022 by Chopin2001
Let me ask you an abstract question. When I post a comment on YouTube, it works with ajax. If you look at the network, you will see a lot of data. What does all of that mean? In addition, the form, submit, and input type hidden to contain these...
23 Oct 2021 by OriginalGriff
We are not a Youtube support site, nor do we have any access to the Youtube accounts database - and you need to have that to fix whatever it is you have done to your account. Contact Youtube tech support and explain your problem to them - they...
27 Jan 2021 by Bill SerGio, The Infomercial King
XCODE & Android Studio mobile app projects built using Ionic's Capacitor with an Angular 14 UI. Includes WebRTC for video conferencing, and SwipeClouds for Playing Millions of HD Movies & Videos and A Custom Capacitor Plugin for Scraping User Data for Targeted Delivery of video ads to mobile phones.
5 Jan 2021 by RickZeeland
See the third answer here: c# - Can ffmpeg burn in time code? - Stack Overflow[^]
15 Jun 2020 by Dave Kreskowiak
What on earth are you talking about and what does it have to do with writing code? If you're got a problem with YouTube, post the question on YouTube's forums, not here.
16 May 2020 by RickZeeland
Maybe you can use Activator.CreateInstance. See: c# - Create an instance of a class from a string - Stack Overflow[^]
16 May 2020 by Richard MacCutchan
You probably need to initialise your handler by creating a List of the commands in the folder to speed lookup. Every time you read a command from the user you can check your list to see if it is valid. If so then build the actual command and...
28 Jun 2019 by Bernie Carpio
How can I display the replies in youtube comments. Here's my code $videoid = 'UKdZU9Db6fk'; $apikey = 'API KEY'; $json = file_get_contents('https://www.googleapis.com/youtube/v3/commentThreads?maxResults=100&part=snippet%2Creplies&videoId='.$videoid.'&key='.$apikey); $ytdata =...
28 May 2019 by Gerry Schmitz
Keep trying. When you have something more substantial, then come back.
28 May 2018 by V. Subhash
RSS feed for YouTube channels
14 Apr 2018 by mhakbari97
i want to know why this script doesnt work on my host. https://github.com/jeckman/YouTube-Downloader the cURL is on... i got this error: Warning: call_user_func_array() expects parameter 2 to be array, string given in /home/akbarixy/public_html/o/bootstrap.php on line 80 Fatal error:...
30 Mar 2018 by Member 9983063
Hello Guys, am working on android app and this app for youtube videos i upload video from admin panel now i want to show youtube subscribe button in my app like if someone click on this button so they subscribed on my channel plz tell me is it possible if yes so plz little guide me how can i do...
21 Mar 2018 by Rokesh Kumar
Hi I am working on an Web application that uploads a video to the users Youtube Channel. I used the code which is given in the google Youtube API guide. static void Main(string[] args) { Console.WriteLine("YouTube Data API: Upload Video"); ...
30 Jan 2018 by Mr_cool
I need to get just the count of Social Media Audience Like: Priority: Facebook Page Likes Twitter Follower Count Google + Follower Count Linkedin Company Follower Count Facebook Group Member Count Linkedin Group Member Count Google+ Community Follower Count Youtube, Pinterest etc as well ...
1 Jan 2018 by Member 13593129
Hi, I know I post similar question already, but I decided to go with simpler version of playing videos.I have most of the code, but the crucial thing is missing.The thing that I want to accomplish is to play video by clicking on the listview items.I'll explain what kind of app I am making. It's...
28 Dec 2017 by Member 12620812
I'm using Youtube V3 .net library in My web application. It is working fine on my local machine. But While I deploy it on my local IIS and try to all it on browser then It is showing me exception of "Failed to launch browser with...
25 Dec 2017 by Member 13593129
I'm building an app and I'm stuck on youtube part.I need a solution on how to open a youtube video by clicking on a item of listview.I'm using Fragments and I already retrieved data from Firebase.Those data are Albums and tracks of said albums.When you click on any album, it opens a new Activity...
13 Nov 2017 by techtechie
An Android tutorial to integrate Youtube channel in Android
16 Aug 2017 by Bernie Carpio
Thanks @Kornfeld Eliyahu Peter this part of the code is working fine foreach ($ytdata->items as $item) { echo "Author: ". $item->snippet->topLevelComment->snippet->authorDisplayName; echo "Comment: ". $item->snippet->topLevelComment->snippet->textDisplay; } but when I add a foreach...
16 Aug 2017 by Kornfeld Eliyahu Peter
The result from the API has 'items' ONLY if it was successful, other wise it has no and your code fails... You have to check the return value for error code, before processing the data... A possible error you may have, and the structure of the result in error case: { "error": { "errors": [ ...
4 Jun 2017 by Member 9983063
Hello Guys, i am working on a app and in this app i want to make a button if someone click on this button so they will subscribe to my youtube channel please help and tell me how can i do this. Thanks in Advance What I have tried:
4 Jun 2017 by Ravi Bhavnani
Adding a button to your layout is only a small part of what you need to do. To subscribe a user to a YouTube channel, you need to first understand the YouTube API and then use the Subscriptions.insert[^] method. /ravi
20 May 2017 by Dave Kreskowiak
Way off topic for this site. Contact the author/publisher of the book with what you want to do.
19 Apr 2017 by Mukesh Kumar
In my App whatever i set redirect_Uri it's not taking that it's always taking http://localhost:randomport/authorize.therefore i'm getting below exception:- failed to open in browser...
2 Mar 2017 by Aravind m.m
In my android app there is a portion which shows list of pictures. Each picture is associated with a video id.On Clicking that picture corresponding video id will be passed to youtube player and that video will be played in youtube player. Below each picture there is a like button and a comment...
2 Mar 2017 by Graeme_Grant
Google is your friend: Integrating youtube like button and comment in android app - Google Search[^] - I can see that you have asked the same question in 3 different places, maybe more...IN seconds, using the above search, I found this: Using the YouTube API to Embed Video in an Android App[^]
13 Feb 2017 by Amayabay
In this article we explain how YouTube Live broadcasts work, and show how anyone with just basic JavaScript knowledge can come up with a YouTube Live broadcast from an HTML page using the WebRTC technology.
4 Aug 2016 by Member 12361187
In my college , i was trying to open youtube , but i am able to open youtube. please , tell me how to solve this problem??What I have tried:I was searched in internet and tried , but no use. with some websites , i am opening youtube but i was not supposed to download them..
4 Aug 2016 by Patrice T
Simple, you just need to get the unlocking pass code from the NetAdmin.But you are a student and the filter is here to prevent what you want to do.And your question just confirmed that the filter is here for good reasons.
4 Aug 2016 by F-ES Sitecore
c0nTakt ur sys4dm1n bR0 n t311 m u w4Nt 4l1 teh int3RN3tz!!1
4 Aug 2016 by OriginalGriff
The chances are that the college has prohibited YouTube and other sites deliberately to prevent students from wasting bandwidth on movies when they should be using the internet for research.As such, we are not here to help you bypass that restriction: it is their internet connection, it is...
2 Jul 2016 by Alviss_H
I'm starting on a project to research about the algorithm of Youtube to check the license for videos.About the demo, I will use C# to create the tool. This is a small tool, with MSsql to store the DB(videos) and 'user' who can upload video. The tool will be checked it and reject it if this...
2 Jul 2016 by OriginalGriff
We can't help you with this: the code is proprietary to YouTube and so only they can legally give you any information.You could try contacting them - YouTube Contact Us[^] may help, they may be willign to give you info. Since it's a project, they might - but I wouldn't bank on it.
26 Jun 2016 by Evgeny Pereguda
Simple imitation of direct streaming of live video from web cam on YouTube service on Windows 8 and Windows 10
29 Mar 2016 by arslan afzal bhatti
i want to upload the video by using youtube upload data api but unfortunately when i tried to upload the video it generate the errot that A Task was Cancelled This error is generate due to this line of code await videosInsertRequest.UploadAsync(); in my code i already have apply the ...
29 Mar 2016 by arslan afzal bhatti
ok i had found the solution of this problem You need to set the timeout before you use the service. YouTubeService youtubeService = new YouTubeService(initializer); youtubeService.HttpClient.Timeout= TimeSpan.FromMinutes(60);this will solve the task cancelled...
29 Mar 2016 by Dave Kreskowiak
Try putting an AsyncTimeout attribute on both the UploadVideos and Upload methods.
24 Mar 2016 by ZurdoDev
If youtube api has a limit then what do you want us to do? Contact Youtube and see if they allow some other way of submitting larger video files.
22 Mar 2016 by arslan afzal bhatti
i am trying to upload a video to YouTube by using YouTube data API, from my application but unfortunately the API which provided by YouTube developers is not working before three weeks i tested the code and it was working fine but now when i try to finally use it in my application its causing...
1 Mar 2016 by Bill SerGio, The Infomercial King
Angular Editor for the Angular Shopping Cart I posted here on CodeProject
24 Jan 2016 by karthik Udhayakumar
Hello,You cannot control the autoplay feature from your end it basically depends upon the user machine and settings:-(
23 Jan 2016 by Member 11769907
Hi, I have some videos on my YouTube channel and I want to share those video on my face book timeline that auto play.
7 Jan 2016 by Member 11324668
Hi I am using google Youtube api v3 to upload video, below are sample codehttps://developers.google.com/youtube/v3/code_samples/dotnet#upload_a_video[^]Its working fine on my local side, while when i upload this on server i am getting Error : access to the path 'google.apis.auth' is...
7 Jan 2016 by Member 11324668
I solve issue by below code..ideosInsertRequest.ResponseReceived += videosInsertRequest_ResponseReceived => SomeFunc(videosInsertRequest_ResponseReceived);
27 Dec 2015 by Member 11324668
Hi,I am using YouTube V3 API, and its working fine when I uses website.now i am working on Window service. i want same thing but its works on browser based authentication/Aouth2 which is not possible on window service.Another issue i have 2-3 different "Channel", and i want to pass...
24 Dec 2015 by Member 11324668
Hi i am using YouTube API v3below is code : https://developers.google.com/youtube/v3/code_samples/dotnet?hl=en#upload_a_video[^]below is way to get videoid...void videosInsertRequest_ResponseReceived(Video video) { string videoId = video.Id; }i want to return this video...
22 Dec 2015 by Member 11324668
Hi I am working on Window Service, that is responsible to upload video on YouTube.I am using youtube v2 API , Here is the Example link https://developers.google.com/youtube/2.0/developers_guide_dotnet?csw=1#Direct_Upload[^]Now i want to move on youtube api v3, because of from last few...
17 Aug 2015 by Richard MacCutchan
See [C#] How to get all videos from a youtube channel ID?[^].
17 Aug 2015 by Richard MacCutchan
Go to the Youtube developer site[^] and study their documentation.
17 Aug 2015 by robinson_niit
Hi all!As the title above, I want to get links of all videos from a youtube playlist, how can I do that ?Please help me!Thanks and best regards!----Robinson----
10 Aug 2015 by Member 11898445
Can any one illustrate step by step process involved ?