Break TV API
Do you operate your own website? Do you want to give your users the opportunity to convert YouTube videos to mp3 or mp4 files? We'll show you, how easy it is to insert our api into your website. Contact for questions or technical issues at Email
Responsive Download Button
Example 1:
Code:
<iframe style="width:100%;min-width:200px;max-width:350px;height:57px;border:0;overflow:hidden;" scrolling="no" src="https://break.tv/widget/button/?link=https://www.youtube.com/watch?v=i62Zjga8JOM&color=DA4453&text=fff"></iframe>
Example 2:
Code:
<iframe style="width:100%;min-width:200px;max-width:500px;height:57px;border:0;overflow:hidden;" scrolling="no" src="https://break.tv/widget/button/?link=https://www.youtube.com/watch?v=i62Zjga8JOM&color=37BEB2&text=fff"></iframe>
Button Parameters:
v= must contain a valid 11 digits YouTube video idcolor= (string - hex code without #) [color of the button]
text= (string - hex code without #) [color of the text inside the button]
Responsive Download Widget
MP3 Only
Example 1:
Code:
<iframe src="https://break.tv/widget/mp3/?link=https://www.youtube.com/watch?v=i62Zjga8JOM" width="400" height="170" scrolling="no" style="border:none;"></iframe>
Example 2:
Code:
<iframe src="https://break.tv/widget/mp3/?link=https://www.youtube.com/watch?v=i62Zjga8JOM&title=1&colormp3=c91818&text=fff&border=c9e218" width="400" height="170" scrolling="no" style="border:none;"></iframe>
MP4 Only
Example :
Code:
<iframe src="https://break.tv/widget/mp4/?link=https://www.youtube.com/watch?v=i62Zjga8JOM" width="400" height="170" scrolling="no" style="border:none;"></iframe>
MP3 and MP4
Example :
Code:
<iframe src="https://break.tv/widget/full/?link=https://www.youtube.com/watch?v=i62Zjga8JOM" width="400" height="270" scrolling="no" style="border:none;"></iframe>
Widget Parameters:
v= must contain a valid 11 digits YouTube video idtitle= (string - 1 or 0 ) [to include title of the video inside the widget]
colormp3= (string - hex code without #) [color of the mp3 button - other than default]
colormp4= (string - hex code without #) [color of the mp4 button - other than default]
text= (string - hex code without #) [color of the text inside the button - other than default]
border= (string - hex code without #) [color of the border - other than default]