Javascript/jQuery expert required

My app has dynamic fields for head and body code where users can add their Google Tag Manager head and body. Once they add it we have to place it dynamically on their marketplace page. There is an option for adding head code in page properties but no way to include body script so that it runs before the page loads.

1 Like

Have you tried adding it in the script section under app settings?

That’s a static option. I want my users to add their head and body code from front end

How about using HTML element at the end of the page?

That script must be run before page load just like if we place a script in page header it runs before page load

How do you plan to accept the script from your end users if the script must be run before page load and the script would be inputed by the users on the page? Seems like a concurrency ish?

Not sure if you managed to find someone yet, but if you’re looking for help with code / creating plugins on bubble send me an email at jonah@visioncode.io

I have a lot of experience with working with code within Bubble: see my public plugins here

All the best! :slight_smile:

as @razaadeel8 said, just add an HTML element. set a condition what when page is loaded…insert your script…and add the users Google Tag dynamically. thats what we do. works perfectly

1 Like