Yes, its the only thing that Ihaven’t tried yet, both iframes and embeds show me the frowny face. So I’m assuming that is because twitch says no you can’t do that. So before I go back to local test just to update one line zip reupload and test again I wanted to verify that objects will also not work.
IE this inside my loop
charList.innerHTML = charList.innerHTML.concat(`<button id="player${charCount}" class="playerButton"></button>`);
sheetList.innerHTML = sheetList.innerHTML.concat(`<div id="player${charCount}sheet" class="charsheet">
<iframe id="player${charCount}frame" class="charframe" type="text/html" data="./charsheet/charsheet.html?p=${charCount}">
</div>`);