How to embed my product to my website?

This brief tutorial will explain how to put our "Buy now" button on your website. It's a code snippet that needs to be pasted where HTML and JavaScript works on your site. If you're not familiar with these terms, you should contact your site administrator about placing the button.

To email your site administration this article: click here

  1. First open the product page and click the "Share & Embed" button in the actions bar.
  2. This modal will open and you can copy the embed code and paste it on your page.

If you want to style the button for your website then the just add the class "epicpxls-buy-button-custom" to the link and it will still open the modal but allow you to customize the look and integrate it better in your website.

Here are examples of how your code would look like with custom class:

<a href="https://www.epicpxls.com/items/[PRODUCT-KEY]/" class="epicpxls-buy-button-custom">Buy our 100+ icons</a><script type="text/javascript" src="https://buy.epicpxls.com/external/epicpxls.js"></script>

You can put any image, link, button, etc.. as your buy now button. That way you can create a better user experience by creating a button design that fits your website.

You can get more details about how our script works on our github readme.

View on Github