REMINDER
Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.
How to add Javascript snippets
-
I'm new to website building and wanted to try adding an app to my site here but not quite sure how to do it.
If I want to add a javascript snippet to the bottom of the <body> tag of a page, how would I do that?
-
HI @Stephen-Alsobrook ! Welcome.
You've got two options:
-
You can add a "JavaScript Source Code Embedded" element as described here:
https://support.appdrag.com/blog/48-.html -
Go into that page's settings -> Advanced tab -> "Insert HTML before end of body"
And paste the javascript snippet from your app there.
Note, for option two, your snippet should start with <script> and end with </script>.
Cheers!
-
-
Thanks, that was exactly what I needed!