Help building HTML/Javascript integration

Hi Everyone!

I’m a backend developer with no front-end experience, and I’ve just started using Bubble. I plan on using Plaid in my app, and to do that I need to set up “Link” using their JavaScript integration. On their website, they give an HTML/JS code that I should basically be able to copy-paste to client side code, but I can’t seem to make it work. Code can be found in following link:
(plaid.com/docs/quickstart/#user-auth).

I’ve tried using HTML element and copy/pasting this, which did not work (only gave me a button that did nothing). I then thought creating a plugin is probably the best thing to do, but I have no idea where to start.

I’m sure this is super easy - But I’ve spent so much time now trying to make this work and failed, so any help would be greatly appreciated!

Thanks all

1 Like

Thanks for this! I should have mentioned in my original post but I actually used this to begin with and managed to set everything successfully up using it. However, they don’t allow me to configure everything I want (specify products from Plaid, specify other countries - I want to only access GB accounts etc).

I therefore do want to set this up myself, so I have more freedom to configure everything I need, use more products etc