There was an error while loading. Please reload this page.
1 parent 4dedfed commit 3625ca7Copy full SHA for 3625ca7
YoutubeVideoPlayer/README.md
@@ -1,8 +1,16 @@
1
-How to play youtube videos on Ionic 3 Framework?
+<h1>How to play youtube videos on Ionic 3 Framework?</h1>
2
3
This repo conatains the source code to play youtube videos on your Ionic 3 application.
4
5
+Step1: Create an array of youtube video links
6
+Step2: Show the link using the iframe.
7
+Step3: Iframe had some security problem. So bypass the security using the Pipe.
8
9
+That's all.
10
+
11
+Note: Use youtube embed url. https://www.youtube.com/embed/QFkqslSeFZs.
12
13
+Please copy paste the required files.
14
15
You can preview this using the Browser.
16
0 commit comments