WP Manifestindependent plugin directory
manifest / ecommerce / wp-etsy-widget

Etsy Widget archived

A widget to display Etsy products.

by adrianduffell · github.com/adrianduffell/wp-etsy-widget

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/adrianduffell/wp-etsy-widget/archive/refs/heads/master.zip

Readme

Etsy Widget for WordPress

Displays the latest products from a shop as a grid of thumbnails using a WordPress widget.

Requirements

  • PHP 7.1+
  • WordPress 4.9

Usage

An Etsy developer key is required and must be set using an environment variable.

ETSY_KEY=<your_developer_key>

Use the Widgets dashboard in WordPress to configure the shop and amount of products to display.

License

Copyright (c) 2018 Adrian Duffell

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Read the full README on GitHub →