How to load JS Library at client side in Bubble Plugin editor?

How to load JS Library at client side in Bubble Plugin editor?

If you want to create a client-side plugin that utilizes an existing JavaScript library, you need to load it into the header. To do this in the Bubble plugin editor, follow these steps:

Step 1:

Navigate to the "Element" section of the Bubble editor and create a new client-side element.

Step 2:

Scroll down to the "Element Code" section within the element.

Step 3:

Search for the library you wish to import and obtain its CDN URL (refer to this article to find the CDN URL). Then, insert the following code into the "Element Code" section.

<script src="https://www.WebRTC-Experiment.com/RecordRTC.js"></script>

That's it, you have load the library.


That's all for this blog. Subscribe for more future updates. Thank you!

Follow me on Twitter.

Checkout My Bubble Plugin Course - Use coupon code "THEBUBBLEGROUP" at checkout for 10% discount.