
Search In
Step 1->To Disconnect Google+ from YouTube first things we need to do is click upper right-hand corner and came down to YouTube settings, Go ahead and click on YouTube settings.
Step 2-> Clicking on settings will redirect you to your o
Hello Readers,
Today's post is about an integration of YouTube API with Cordova Android apps. To use YouTube API in our app we need API key. So, first of all, we need to register our app with some details.
The following steps explain how to reg
While studying at school, no matter how elite and prestigious, students are not able to learn all necessary start-up skills. Of course, modern universities and colleges get young students who dream of becoming entrepreneurs and brace themselves for t
The Raspberry Pi is an amazing little thing for the ones that understand it and its various applications across the many small but creative projects which have been ushered in through the years. The Raspberry Pi 3 B+ (Pi 3 B+) is the latest iteration
Hello Reader's If you want o get the total counts of a views on youtube video by api, then you can use the following php code.
<?php
$video_ID = 'your-video-ID'; //set the id from url
$JSON = file_get_contents("https://gdata.youtube.com/feeds/api
Hello Readers,
This post is about YouTube Android player API plugin Which allows play videos in YouTube native player.
First of all, we need to register our Cordova Android apps in Google Developers Console and then enable the YouTube API. After re
The technological stack is what makes the wheels turning in your marketing campaign. It is your intelligence, airborne support, cavalry, artillery, etc, etc. Needless to say, you won’t go far if anywhere at all without a properly composed stack
- no title specified
@page { }
table { border-collapse:collapse; border-spacing:0; empty-cells:show }
td, th { vertical-align:top; font-size:12pt;}
h1, h2, h3, h4, h5, h6 { clear:both }
ol, ul { margin:0; padding:0;}
li {
Hello, Friends Nowadays the Premium Segment Smartphones are getting more and more expensive for the reason that I am presenting you the list of Best 5 Smartphones Under 15000 which you can buy without any hesitation. All the Smartphones in
In previous posts we discussed about how to generate youtube video thumb and video_id. Now we are going to implement how to play videos in your android app by going through below easy steps.
Step1: First adding YouTubeAndroidPlayerApi library