00:00
00:00
doffu0000
I run Doffu.net and am also known for my part in making the video games Last Chance in Xollywood, Alien Squatter, and Void Pyramid.

Tokyo

Joined on 8/26/20

Level:
9
Exp Points:
721 / 900
Exp Rank:
97,615
Vote Power:
5.08 votes
Audio Scouts
1
Rank:
Civilian
Global Rank:
> 100,000
Blams:
3
Saves:
27
B/P Bonus:
0%
Whistle:
Normal
Trophies:
1
Medals:
2

Dragon Embed Player now live!

Posted by doffu0000 - 11 hours ago


iu_1426776_8170163.jpg


I've been building this custom iframe embeddable player for Bandcamp song discovery. I finally got it working and hosted on my website. Check it out here.


If you want to try embedding this on your own site, you can use the following iframe code:

<iframe 
    src="https://doffu.net/dragon-embed-player-build/"
    allow="fullscreen; autoplay"
    allowfullscreen
    loading="lazy"
    sandbox="allow-scripts allow-same-origin allow-popups" 
</iframe>


It's going to look best full screen, so the following CSS can be used to achieve that:

<style>
html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      overflow: hidden;
    }
    iframe {
      border: none;
      width: 100vw;
      height: 100vh;
    }
</style>


If any musicians see this and want a custom Bandcamp player built to promote their music, I'm open for commissions.


Tags:

2

Comments

Comments ain't a thing here.