y2mp3.top
Explore our
APIs
Fully Responsive APIs easy to use on your Website in Dark and Light modes!
Button API
Insert this Code onto your Website:
<iframe style="width: 100%; border: none; max-width: 564px; height: 60px; overflow: hidden;" scrolling="no" src="https://loader.to/api/button2/?url=https://www.youtube.com/watch?v=OUHVRWdVQCI&adUrl=https://myAdurl.com"></iframe>
And looks like this (For both Mobile and Desktop):
Parameters:
Url The YouTube URL you want to download
linkUrl Your AD URL - 25% of all downloads will be redirected to your AD URL
CSS Link to your custom CSS for the download button! Style the card any way you want!
Card API
Insert this Code onto your Website:
<iframe id="cardApiIframe" scrolling="no" width="100%" height="100%" allowtransparency="true" scrolling="no" style="border: none" src="https://loader.to/api/card2/?url=https://www.youtube.com/watch?v=OUHVRWdVQCI&adUrl=https://myAdurl.com"></iframe>
<!-- Put the Library in your <head> tag -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
<!-- Put the resizer code after the <iframe> tag -->
<script> iFrameResize({ log: false }, '#cardApiIframe') </script>
And looks like this(Desktop - left, Mobile - right):
Parameters:
Url The YouTube URL you want to download
linkUrl Your AD URL - 25% of all downloads will be redirected to your AD URL
CSS Link to your custom CSS for the download button! Style the card any way you want!
Widget API
Insert this Code onto your Website:
<iframe id="widgetApiIframe" width="100%" height="100%" allowtransparency="true" scrolling="no" style="border: none" src="https://loader.to/api/widget?adUrl=https://myAdurl.com"></iframe>
<!-- Put the Library in your <head> tag -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
<!-- Put the resizer code after the <iframe> tag -->
<script> iFrameResize({ log: false }, '#widgetApiIframe') </script>
And looks like this(Desktop - left, Mobile - right):
Parameters:
Url The YouTube URL you want to download
linkUrl Your AD URL - 25% of all downloads will be redirected to your AD URL
CSS Link to your custom CSS for the download button! Style the card any way you want!