YouTube widget Subscribe button is not displaying in header. Added header with Subscribe to my embedded 2024 Colorado RattleCam Highlights playlist. The header background is displaying but the Subscribe button is not. How can I get it to display?
Widget
2024 Colorado Rattlesnake LiveCam Highlights
https://dash.elfsight.com/widget/b2c9d774-6ba1-4dc0-a563-171135d8f958
1 Like
Max
July 16, 2024, 5:44pm
3
Ah, I see the issue!
I’ve passed your request on to our devs. I’ll get back to you tomorrow
1 Like
Max
July 17, 2024, 12:25pm
4
Hi @FrogMeister
Please try to replace your widget’s installation code with this script:
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.4.4/iframeResizer.min.js"></script>
<style>
#elfsight-app {
width: 1px;
min-width: 100%;
min-height: 1px;
}
</style>
<iframe id="elfsight-app" onload="iFrameResize({ log: false, checkOrigin: false }, '#elfsight-app');" src="https://b2c9d7746ba14dc0a563171135d8f958.elf.site" frameborder="0">
</iframe>
Check it out and let me know if it helped