Hi Everyone,
I'm trying embed a landing page widget from a third party software developer onto my website using GoDaddy website builder, but I am having issues with the end result. When I copy the code into the HTML embed custom code section, the sizing is off, the logo is cut off in half and a scroll bar appears. I adjusted the force height within the HTML section applicaiton but to no updated results. The support from our third party vendor stated the issue was with GoDaddy and not their code.
Here is the code originally provided:
<div class="reviewmgr-embed" data-url="https://reputation.jvimobile.com/organize-with-jess/"></div><script src="https://platform.reviewmgr.com/stream.js"></script>
I know GoDaddy won't be able to offer support on third party code but the developers only provided me an additional snippet of code today in attempt to fix the issue:
.gradeus-embed iframe {
max-height: 600px;
border: none;
}
However, this still is not fixing the issue and I'm not sure how to proceed from here. Clearly, I am no coding brainiac If any of you lovely tech geniuses might be able to shed some light on this, I would be most grateful.
Thank you so much!
Kind regards,
Jess
Solved! Go to Solution.
<style>
.reviewmgr-embed iframe {
height: 800px;
border: none;
}
</style>
<div class="reviewmgr-embed" data-url="https://reputation.jvimobile.com/organize-with-jess/"></div><script src="https://platform.reviewmgr.com/stream.js"></script>
<style>
.reviewmgr-embed iframe {
height: 800px;
border: none;
}
</style>
<div class="reviewmgr-embed" data-url="https://reputation.jvimobile.com/organize-with-jess/"></div><script src="https://platform.reviewmgr.com/stream.js"></script>
Good Morning,
Thank you SO SO SO much!!! You're AMAZING!! I am beyond grateful to you and your expertise!
Kind regards,
Jess
No problem, welcome to the community!