You are on page 1of 1

iframe api

---------------

code sample
---
<iframe src="https://ycapi.org/iframe/" scrolling="no"
style="width:600px;height:154px;border:none;"></iframe>

code sample with parameters


---
<iframe src="https://ycapi.org/iframe/?v=KMU0tzLwhbE&f=mp3" scrolling="no"
style="width:600px;height:154px;border:none;"></iframe>

optional parameters
---
v (youtube video id) => KMU0tzLwhbE
f (format) => mp3/mp4

button api
---------------

code sample
---
<iframe src="https://ycapi.org/button/?v=KMU0tzLwhbE&f=mp3&fc=#ffffff&bc=#000000"
scrolling="no" style="width:320px;height:38px;border:none;"></iframe>

required parameters
---
v (youtube video id) => KMU0tzLwhbE
f (format) => mp3/mp4

optional parameters
---
fc (font-color) => #ffffff
bc (background-color) => #000000

You might also like