I'm trying to embed a video from my dailymotion account into my website. I already managed to hide the share button and title, but I would like to remove the "powered by dailymotion" element as well.
Here is my code:
<iframe style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden" frameborder="0" type="text/html" src="https://www.dailymotion.com/embed/video/x8dpt23?queue-enable=0&ui-start-screen-info=0&sharing-enable=0" width="100%" height="100%" allow="autoplay" allowfullscreen></iframe>
I can't seem to find the right parameter for that