Skip to content

Commit

Permalink
Append iframe to video grid (#3) (#106)
Browse files Browse the repository at this point in the history
* Append iframe to video grid

* Append iframe to video grid
  • Loading branch information
bajajcodes authored Jul 15, 2024
1 parent 3066989 commit c5f056e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
13 changes: 12 additions & 1 deletion community/appointment-scheduling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,18 @@ Here are some videos made by people in our community showcasing what Vapi can do
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
/>
</div>

<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/hCJb11EOdME?si=nMmUXuOnT6psbNBP"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
/>
</div>

## Send Us Your Video

Expand Down
35 changes: 34 additions & 1 deletion community/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,40 @@ Here are some videos made by people in our community showcasing what Vapi can do
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
/>
</div>

<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/nyzSRnuPAS8?si=w89PVdgvenwFbkZj"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
/>

<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/EFJoQ6wwf9I?si=0CnSsAcW1zNshh01"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
/>

<iframe
width="100%"
height="315"
src="https://youtu.be/RxdROxar_0g?si=dKOpxeJqngI3eSTW"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
/>
</div>

## Send Us Your Video

Expand Down

0 comments on commit c5f056e

Please sign in to comment.