Gumroad
Gumroad is a platform for selling digital and physical products, subscriptions, and downloadable content directly to customers.
Key features include:
- Flexible product types including digital products, physical products, and memberships
- Pay what you want pricing options
- Hosted storefront and embeddable checkout widgets
- Product bundles and package sales
- Pre-order functionality with scheduled delivery
Gumroad integrates with ShopWired by providing that you add to your ShopWired theme so you can display and sell Gumroad products directly from your website.
Account creation
Account creation
Create an account on the Gumroad website at Gumroad.
After creating your account, create at least one product in your Gumroad account. A product must exist before a product widget embed code can be generated.
Adding a Gumroad product widget to your website
Adding a Gumroad product widget to your website
Gumroad provides embeddable product widgets that allow customers to purchase a product directly from your website.
The embed code provided by Gumroad will be similar to the example below:
<script src="https://gumroad.com/js/gumroad-embed.js"></script>
<div class="gumroad-product-embed" data-gumroad-product-id="PRODUCT_ID"></div>
The code above is illustrative only. The embed code provided in your Gumroad account will contain your specific product information and must be copied directly from Gumroad.
To add a Gumroad product widget to your ShopWired website using a HTML element:
- Navigate to Website > Themes
- Select
customise your themefor your active theme - Select
add a new section - Select the
HTML elementsection type - Paste the Gumroad embed code into the HTML field
- Position the section where you want the product widget to appear on the page
- Select Save changes
Recommendations
Recommendations
- Copy the Gumroad embed code directly from the Widgets section of your Gumroad account
- Avoid adding the Gumroad embed script multiple times on the same page
- Test the embedded widget on a draft theme before publishing changes
- Keep a record of where Gumroad widgets are placed within your ShopWired theme