Skip to content

Commit d847123

Browse files
authored
Update index.md
1 parent fb448e5 commit d847123

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/plugins/youtube

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/plugins/youtube/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ After you've generated the API key:
2121

2222
**Note:** Only JavaScript sources support plugins.
2323

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, <script src="https://www.youtube.com/iframe_api"></script> to the section of the source code where the page loads.
2525
- Use the initialize method in the YouTube `onYouTubeIframeAPIReady()` function to register and initialize the plugin with the player instance and your API key:
2626

2727
```js

0 commit comments

Comments
 (0)