Javascript popup to embed: Possible?

Dear Bubblers,

I am planning to build a small popup which the user can embed on their page. See for a random example below.

71fd42d8-2efa-4a05-90b0-cd1693477cd9

  • The popup would display some data the user pulled via an api.
  • User should be able to select where to enable this popup: bottom right, left, etc.

I am not a developer so sorry for my newbie questions:
If at all possible with bubble? If so, I assume only able to realize with some heavy javascript?
Anyone had else expereince with something similiar and could point me to the right direction?

Many thanks for your time.

Anyone?

You can do it, but it will be tedious, and Bubble may not be the best platform for it. You are correct, it would require a Javsscript template file for users to embed on their sites. You can use Bubble to edit that Javascript, but then you will need to push it to Amazon S3 storage or somewhere like that for 3rd party sites to consume.

Hope that helps!

-Jon

1 Like

Did you have any luck with this? I noticed you’re working in a similar space.