Posts

Showing posts from March, 2021

SEARCH YT VIDEOS ON IPAD, copy source code, test

Image
Please see related posts in February and March 2021. - Tap the arrow (←) in the left top corner - Tap three horizontal lines simbol (≡) - When you see Archive v tap on v - Tap on March 2021 or on February 2021 In the Koder code editor app you have created two files ytvideo-search.html and ytvideo-play.html. You also can test the file tvideo-play.html in previous post. In this post, you can try the file ytvideo-search.html. Tap on the HELP(?) button for instructions HELP (?) After reading you can tap button HELP (?) once again to hide this help contain. Please complete following steps: Obtain your own YouTube API Key. See: https://smashballoon.com/doc/youtube-api-key/ and https://developers.google.com/youtube/v3/getting-started Or googling "How to get a YouTube API Key" for more instructions. Install Koder code editor app to your ipad.

COPY SOURCE CODE FOR ytvideo-play.html, test

Image
Before reading this post you should see the post: http://phanhung20.blogspot.com/2021/02/copy-source-code-for-ytvideo-searchhtml.html The file ytvideo-search.html can make all javascript files of the form objpage- ... .js. Those js files will be loaded by the file ytvideo-play.html for playing youtube videos. Tap COPY to create the file objpage-all.js COPY objpageAll = [ 'objpage-herald-winkler.js', 'objpage-paul-mauriat.js' ]; Tap COPY to create the file objpage-herald-winkler.js COPY /* 1- Tap the button COPY to copy this contain to clipboard. 2- Tap the button x in top right corner to quit this working file 3- Tap the button + in the bottom left to create a new javascript file with the name: objpage-herald-wingkler.js 4- Tap the name of this new file to open it and paste there the contain from clipboard. 5- Open the file objpage-all.js and add 'objpage-herald-wingkler.js' to the array objselect: objselect = [ ... , ... , objpage-herald-win