From 818941994eb1765f2196c9b588314b12e7b9f66f Mon Sep 17 00:00:00 2001 From: Winnie Magoma <40880690+winniebosy@users.noreply.github.com> Date: Wed, 24 Aug 2022 18:20:42 +0300 Subject: [PATCH] altermative texts for the third party APIs (#19925) --- .../javascript/client-side_web_apis/third_party_apis/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn/javascript/client-side_web_apis/third_party_apis/index.md b/files/en-us/learn/javascript/client-side_web_apis/third_party_apis/index.md index 89b8186479a1f7..1a90fbdfb67380 100644 --- a/files/en-us/learn/javascript/client-side_web_apis/third_party_apis/index.md +++ b/files/en-us/learn/javascript/client-side_web_apis/third_party_apis/index.md @@ -387,7 +387,7 @@ We also built another example for you to study and learn from — see our [YouTu This example is interesting because it shows two related third-party APIs being used together to build an app. The first one is a RESTful API, while the second one works more like Mapquest (with API-specific methods, etc.). It is worth noting however that both of the APIs require a JavaScript library to be applied to the page. The RESTful API has functions available to handle making the HTTP requests and returning the results. -![](youtube-example.png) +![A screenshot of a sample Youtube video search using two related APIs. The left side of the image has a sample search query using the YouTube Data API. The right side of the image displays the search results using the Youtube Iframe Player API.](youtube-example.png) We are not going to say too much more about this example in the article — [the source code](https://github.com/mdn/learning-area/tree/main/javascript/apis/third-party-apis/youtube) has detailed comments inserted inside it to explain how it works.