inherit
269355
0
Apr 26, 2024 10:39:18 GMT -8
kendalltodd
2
April 2024
kendalltodd
|
Post by kendalltodd on Apr 24, 2024 8:15:11 GMT -8
I'm trying to get an embed code to show a dashboard on our site. I can't figure out any way to do that:
Here is the VISME code: <script src="https://static-bundles.visme.co/visme-embed.js"></script><div class="visme_d" data-title="ABU Support Update" data-url="g7qmmyr8-abu-support-update-2" data-w="1920" data-full-h="false" data-h="1080" data-domain="my"></div>
any ideas on how to get it to show up on a page? any work arounds?
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Apr 24, 2024 19:07:58 GMT -8
I'm trying to get an embed code to show a dashboard on our site. I can't figure out any way to do that: Here is the VISME code: <script src="https://static-bundles.visme.co/visme-embed.js"></script><div class="visme_d" data-title="ABU Support Update" data-url="g7qmmyr8-abu-support-update-2" data-w="1920" data-full-h="false" data-h="1080" data-domain="my"></div> any ideas on how to get it to show up on a page? any work arounds? Usually, when a script needs to access an HTML element, that element must come before the script, or the script must be delayed somehow to ensure the element has been properly created in the DOM prior to execution. In your above example code, I see the element being placed after the script, so when that script executes, no element has yet to be created. This image from visme shows the opposite sequence As for the Proboards side of things, that code can be placed in any area of the forum that supports HTML coding such as
|
|
inherit
269355
0
Apr 26, 2024 10:39:18 GMT -8
kendalltodd
2
April 2024
kendalltodd
|
Post by kendalltodd on Apr 25, 2024 8:10:59 GMT -8
Can I ask, I don't see that... is this feature a premium and at what level of premium to access?
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Apr 25, 2024 17:48:15 GMT -8
Can I ask, I don't see that... is this feature a premium and at what level of premium to access? I got that image from a Visme support topic, I have no affiliation with or have ever heard about this website until this thread was created. If you are referring to not having access on the Proboards side of things then you would need to have a chat with the creator of the forum (aka the @admin) or create your own forum to gain access to those HTML-friendly areas mentioned
|
|