You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/plugins/youtube/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ After you've generated the API key:
21
21
22
22
**Note:** Only JavaScript sources support plugins.
23
23
24
-
2. Initialize the plugin by giving it access to the YouTube video player instance(s) running on your page.
24
+
2. Initialize the plugin by giving it access to the YouTube video player instance(s) running on your page. This can be done by adding this script, <scriptsrc="https://www.youtube.com/iframe_api"></script> to the section of the source code where the page loads.
25
25
- Use the initialize method in the YouTube `onYouTubeIframeAPIReady()` function to register and initialize the plugin with the player instance and your API key:
0 commit comments