Skip to content

Installation Instructions

Browse our platform-specific guides, or follow the general instructions below to get started quickly on any website.

General Information

eContractor plugins are built using modern Web Components, including Custom Elements.

This approach makes them highly portable, allowing you to embed them into virtually any website that supports custom HTML and JavaScript.

Basic Integration

To install the plugin, simply add the following to your HTML of your desired shop page:

js
 //Load your custom element
<script src="https://d1vc0si56f5gt.cloudfront.net/ff-plugin.umd.min.js"></script>

  //Use your custom element
<ff-plugin></ff-plugin>

Placement Notes

  • The <script> tag should be placed at the top of the <body> tag, to ensure proper loading order.

WARNING

Avoid placing the script tag in the head section of your HTML.

Scripts loaded in the <head> may execute before the DOM is ready, which can prevent your custom element from being properly registered or rendered. Placing the script in the <body> ensures it runs after the browser has started parsing the page content.

Final Step: Deploy Your Changes

Once you've added the script and element to your desired page, you will see an alert titled Your Almost There!

What does the alert look like?

Your Almost There

Make sure to publish or deploy the updated page so that its live and publicly accessible.

WARNING

⚠️ Please ensure the page is Live before selecting the Let Us Know button, as our team will need to be able to access the page.

Once deployed, go ahead and click on the Let Us Know button. Our team will then get your store live as soon as possible!

TIP

🚀 Once installed and deployed, you’re ready to start driving traffic to your shop page and begin selling!

Need Help?

If your site uses a platform like WordPress, Wix, or SquareSpace, or if you’re unsure where to place the snippet, check out our platform-specific guides or contact our support team. We're happy to assist with integration or custom setups not covered in the docs.