
Explore building a jQuery AJAX app that queries the YouTube API, fetches JSON results, and updates the page without refresh, including a video popup and next and previous navigation.
Set up your development environment for jQuery projects by using brackets, a browser, and developer tools to inspect pages, run JavaScript, and test queries.
Set up a single-page front-end to connect to YouTube by obtaining a YouTube API key and Google credentials, and perform a jQuery ajax call to fetch and display API data.
Learn how to obtain and test a YouTube data api v3 key by creating a Google project, generating api credentials, and using the api key in a front-end application.
Learn to build a jQuery Ajax call to the YouTube data API, pass the key and query parameters, and handle responses with search results and page tokens.
Learn to fetch YouTube with an API key, set max results to 25, and loop through returned video items, handling page tokens to navigate next pages and display thumbnails.
Explore how to pull json feed data from the YouTube data api, select fields like snippet, contentDetails, and statistics, and render video titles, thumbnails, and ids with pagination tokens.
connect to the youtube api and output video thumbnails and titles in an html layout with placeholders; progress toward playable videos via links or a popup player.
Learn how to customize API results in a jQuery project by adding a search input, page tokens, next and previous controls, and optional styling to refine output.
Learn to implement next and previous navigation, use a token class for streamlined event handling, and link YouTube videos by id to display thumbnails, titles, and search results.
Explore how to enhance a YouTube API search app by adding a jQuery-powered pop-up video player using an iframe, thumbnails, and click events that load the correct video by id.
Get DATA from YouTube and use it in your own web applications
Perfect course to practice and learn more about jQuery AJAX and JSON.
Become more familiar with jQuery and working with what AJAX is and how you can use it to get JSON data. In this project we show you how to connect to the YouTube Developer API and pull in video data and information. This API is perfect to practice and get more comfortable with APIs. There is so much data and its fun to work with.
Source Code is included to get you started quickly.
Please note this course is focused on an EXERCISE building an application from scratch using jQuery. Prerequisites for this course include HTML, CSS, JavaScript DOM and jQuery.
The objective is to allow students to practice and explore what can be done
Course is taught by an instructor who is passionate about jQuery and ready to help you learn more about using jQuery.
Join now and see the amazing applications you can build with jQuery.
By the end of the course you will have the knowledge to build your own version of the application and make even better ones ;)