AutoBuy.IO Help Center
  • Welcome
  • General FAQ
    • AutoBuy's Fees
    • Contacting a seller
    • Receiving a refund
    • Didn't receive product email
    • How to find / search for products and shops
    • No option to pay at checkout
    • Getting help with a product / product doesn't work
    • I want to apply to work at AutoBuy
  • Your Shop
    • Changing shop currency
    • Getting your shop link
    • Blacklisting Customers
    • Creating a Coupon
    • Team Members
    • Viewing Feedback
    • Product / Banner image sizes
  • Payments
    • Linking payment gateways
    • Connecting PayPal
    • How to setup and enable cryptocurrency
    • How to withdraw cryptocurrency
    • I have a PayPal dispute
  • Products
    • How to add stock to a product
    • How to create a product
    • How to sell files
  • Your Account
    • Enabling two factor authentication
    • I can't access my account
    • Shop/Account was terminated
  • Integrations
    • Embed products onto your own website
    • Discord Integration
  • Licensing System
    • More Articles Coming Soon...
Powered by GitBook
On this page

Was this helpful?

  1. Integrations

Embed products onto your own website

PreviousShop/Account was terminatedNextDiscord Integration

Last updated 4 years ago

Was this helpful?

Embedding products in your website is very simple. AutoBuy has two different embed options.

You can view examples here: . Look below for how to integrate.

EMBED

Start off by adding the following script tag before the end of </head> in your markup.

<script src="https://autobuy.io/js/embed.min.js"></script>

Then get your product ID. Insert this markup with your product id where it states and replace the text of the button to what best suites your site.

<button data-autobuy-product="PRODUCT_ID_HERE">Button Text</button>

POPUP

Start off by adding the following script tag before the end of </head> in your markup.

<script src="https://autobuy.io/js/paywindow.min.js"></script>

Then get your product ID. Insert this markup with your product id where it states and replace the text of the button to what best suites your site.

<button data-autobuy-product="PRODUCT_ID_HERE">Button Text</button>
https://autobuy.io/Developers/Integrations
"Embed" option for the website product embeds
"Popup" option for the website product embeds