diff --git a/src/readme.txt b/src/readme.txt index e69de29..10147c9 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -0,0 +1,28 @@ +=== Snagshout === +Contributors: snagshout +Tags: e-commerce, ecommerce, products, widget +Requires at least: 4.1.0 +Tested up to: 4.6.1 +Stable tags: 0.2.4 +License: Apache 2.0 +License URI: https://www.apache.org/licenses/LICENSE-2.0.txt + +The Snagshout WordPress plugin allows you to embed deals from the Snagshout syndication network, directly as a widget on your blog. + +== Description == + +The Snagshout WordPress plugin allows you to embed deals from the Snagshout syndication network, directly as a widget on your blog. + +In order to use this plugin, you will need to register as a Snagshout partner. +You can do this by contacting Snagshout's customer support. Once you have an +account, you will be provided with a public/private key pair that can be set in +the plugin's administration panel. + +== Installation == + +1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. +1. Activate the plugin through the 'Plugins' screen in WordPress +1. Use the Settings->Snagshout screen to configure the plugin by providing your +authentication crednetials. +1. Go to Appearance->Widgets to begin adding and customizing deals widgets. + diff --git a/src/snagshout.php b/src/snagshout.php index e69de29..f05d75c 100644 --- a/src/snagshout.php +++ b/src/snagshout.php @@ -0,0 +1,63 @@ +