Getting Started - WooCommerce Wordpress
You've taken the first step to starting your User-Generated Content (UGC) journey.
In just a few steps we can make it happen together!
4 Step Success Checklist
- Install the Stamped.io Plugin
- Activate the Plugin
- Go to WooCommerce > Settings > Stamped.io and fill out the settings
- You can get the API keys by signing up for a free account at Stamped.io
- The Store URL should only contain your Store URL, without https: or //
- Update your display settings to determine where you want your reviews displayed on your product pages.
- Import Existing Reviews to Stamped.io - Upload Existing Review Content
- With our Reviews Importer, you can easily import/migrate all your current reviews into Stamped.io
- For more details please visit our Migration Guide
- Reviews Request Email - Request New User-Generated Content
- Let’s get you started with the general email settings.
- Type your shop name in the text box under ‘Store Name’ and ‘From Name’
- Settings => General Email Settings
- Customize the review request emails with your Company branding:
- Add your Logo
- Personalize the email message to match your branding!
- Customize the email background, font and star colors
- Manage the email sending options to what best fits your store
- Let’s get you started with the general email settings.
- Widget Installation - Showcase your User-Generated Content
- Set Up Display Widgets
- With a little bit of code (or a little bit of help from your developers), it's easy to display your reviews in various parts of your store using widgets. Each widget has a custom snippet that you place into where you want it showcased on your website.
- Our widgets allow you to easily showcase your user-generated contents on your website. For example in a tab on the side of the page or a carousel of your best reviews in your sites cart page to encourage a checkout.
Supported Shortcodes
To show the star ratings:
<?php echo do_shortcode('[Woo_stamped_io type="badge"]'); ?>
To show the product reviews widget:
<?php echo do_shortcode('[Woo_stamped_io type="widget"]'); ?>
To add rich snippet in product page:
<?php echo do_shortcode("[Woo_stamped_io type='rich-snippet']"); ?>
If you're not using the widget in a product page, simply use these shortcodes instead:
To add rich snippet by using Product ID:
<?php echo do_shortcode("[Woo_stamped_io type='rich-snippet' product_id=5]"); ?>
To add badge by using Product ID:
<?php echo do_shortcode("[Woo_stamped_io type=badge' product_id=5]"); ?>
To add widget by using Product ID:
<?php echo do_shortcode("[Woo_stamped_io type=widget' product_id=5]"); ?>