All functionality is available within the simple-to-use Block Editor or Classic Editor visual editor UIs, however, manual shortcodes are available for those editing in the Classic Editor’s text view.
For those using Elementor, you can add Fast Etsy Listings to your pages by adding a Shortcode widget and entering the following shortcode text.
For your reference, details of the shortcode parameters are here.
‘Etsy Shop Listings’ – Display items from your Etsy shop
Shortcode:
[etsy_shop_listings seller="my etsy shop name" query="bags" featured="1" columns="2" rows="2"]]
Use this shortcode to display listings from your Etsy shop and present them in your post or page. You can filter results to those matching given keywords or listings that are featured.
Shortcode parameters:
query | keywords to search for on Etsy |
seller | show account info and feedback for this Etsy shop |
featured | filter results only featured items (values 0 or 1) |
sort | search results are sorted by: CreatedDesc, CreatedAsc, PriceHighest, PriceLowest, Score |
columns | display results in a grid this many columns |
rows | display results in a grid with this many rows |
picwidth | desired width dimension of thumbnails |
slideshow | display as a slideshow: Manual, Auto, LoadMore or Default (from settings) |
slides | number of slides to cycle between |
If items are omitted, defaults from the plugin setting will be used.
Additionally, the shortcode tag ‘content’ can be used to populate a header link:
[[etsy_shop_listings seller="my etsy shop name" query="apples"]Check out these Apples![/etsy_shop_listings]
Etsy provides images in the sizes 75px, 170px, 570px and full size. To avoid in-browser scaling choose one of these, otherwise, Fast Etsy Listings will utilise the next largest to the stipulated ‘PicWidth’ parameter.
‘Etsy Search’ – Display listings from from across all Etsy shops
Shortcode:
[etsy_search query="apples" category="123" maxprice="1500" columns="2" rows="2"]
Use this shortcode to search Etsy for items and present them in your post or page. You can filter your search by a number of criteria like keywords, country, categories, price etc.
Shortcode parameters:
query | keywords to search for on Etsy |
category | Etsy category ID to filter results by |
searchlocation | filter results by country, enter ‘Any Country’ or country name |
minprice | filter results to those above the given price |
maxprice | filter results to those below the given price |
sort | search results are sorted by: CreatedDesc, CreatedAsc, PriceHighest, PriceLowest, Score |
columns | display results in a grid this many columns |
rows | display results in a grid with this many rows |
picwidth | desired width dimension of thumbnails |
slideshow | display as a slideshow: Manual, Auto, LoadMore or Default (from settings) |
slides | number of slides to cycle between |
If items are omitted, defaults from the plugin setting will be used.
‘Etsy Listing’ – Display a single listing
This shortcode presents details of a single Etsy listing.
Shortcode:
[etsy_listing item="1234567890"]
Parameters:
item | the Etsy listing id to display |
picwidth | desired width dimension of thumbnails |
‘Etsy Feedback’ – Display Account Info & Feedback
Shortcode:
[etsy_feedback seller="my etsy shop name" columns="1" rows="10"]
Use this Shortcode to show Etsy seller account info, feedback ratings and comments.
Shortcode parameters:
seller | show account info and feedback for this Etsy shop |
accountinfo | show Etsy shop account summary info (values 0 or 1) | comments | show Etsy shop review comments (values 0 or 1) |
columns | display feedback comments in a grid this many columns |
rows | display feedback comments in a grid with this many rows |
slideshow | display as a slideshow: Manual, Auto, LoadMore or Default (from settings) |
slides | number of slides to cycle between |
If items are omitted, defaults from the plugin setting will be used.