We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638e49f commit bb89cd0Copy full SHA for bb89cd0
README.md
@@ -47,7 +47,7 @@ ngrok http 3000
47
We are assuming the steps to create Chatbot stories and other fucntions are known. If not please refer thier documentation page.
48
49
You can check below for a short demo
50
-{% include youtubePlayer.html id=UDnbDbsZPDA %}
+{% include youtubePlayer.html %}
51
52
Below are few screenshots for your reference:
53
_includes/youtubePlayer.html
@@ -1,9 +1,10 @@
1
<div class="embed-container">
2
<iframe
3
- src="https://www.youtube.com/embed/{{ include.id }}"
4
- width="700"
+ src="https://www.youtube.com/embed/UDnbDbsZPDA"
+ width="850"
5
height="480"
6
frameborder="0"
7
- allowfullscreen="">
+ allowfullscreen=""
8
+ autoplay="true">
9
</iframe>
10
</div>
0 commit comments