Changeset 2724020
- Timestamp:
- 05/15/2022 09:38:20 AM (4 years ago)
- Location:
- widgets-for-amazon/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
widgets-for-amazon.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
widgets-for-amazon/trunk/README.txt
r2724014 r2724020 7 7 Requires PHP: 7.0 8 8 Tested up to: 5.9 9 Stable tag: 1.0.1 09 Stable tag: 1.0.11 10 10 License: GPLv3 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 26 26 - [Vote on features in the GitHub issue list](https://github.com/eggnstone/widgets-for-amazon/issues). 27 27 28 ### Pricing 29 30 * **Free version (this)** 31 The free version comes at no cost for you. You can use it as much as you want. 32 Please note that one tenth of the search results will be using our tag in order to support the development of the plugin and to cover the server costs on our side. 33 * **Paid versions** 34 We're working on a paid version for higher traffic sites. 35 Contact us at widgets-for-amazon-wordpress@eggnstone.com if you are interested to become an early adopter and get special prices. 36 37 ### Legal 38 39 * Amazon is a trademark of Amazon.com, Inc. or its affiliates. 40 41 28 42 == Installation == 29 43 30 44 1. In your WordPress admin area, go to **Plugins > New Plugin**, search for **Widgets for Amazon** and click **Install now**. 31 45 2. Activate the plugin. 32 3. Go to the plugin settings to create shortcodes for your pages and posts, e.g. <code>[amazon-search keywords="Toys" tag="your-amazon-affiliate-tag"]</code>33 4. Add the shortcodes to your pages and posts.46 3. Go to the plugin settings and review the settings. 47 4. Add shortcodes to your pages and posts, e.g. <code>[amazon-search keywords="Toys"]</code> 34 48 35 == Pricing ==36 37 * **Free version (this)**38 The free version comes at no cost for you. You can use it as much as you want.39 Please note that one tenth of the search results will be using our tag in order to support the development of the plugin and to cover the server costs on our side.40 * **Paid versions**41 We're working on a paid version for higher traffic sites.42 Contact me at wordpress-plugins@eggnstone.com if you are interested to become an early adopter and get special prices.43 44 == Legal ==45 46 * Amazon is a trademark of Amazon.com, Inc. or its affiliates.47 49 48 50 == Screenshots == 49 51 50 1. Widgets for Amazon search box 52 1. Widgets for Amazon search box. 53 51 54 52 55 == Changelog == 53 56 54 #### 1.0.1 0- 2022-05-1557 #### 1.0.11 - 2022-05-15 55 58 56 59 - Disabled "show on no results page" by default. -
widgets-for-amazon/trunk/widgets-for-amazon.php
r2724014 r2724020 5 5 * Plugin URI: https://blog.eggnstone.com/blog/widgets-for-amazon-for-wordpress 6 6 * Description: Widgets for Amazon by eggnstone 7 * Version: 1.0.1 07 * Version: 1.0.11 8 8 * Author: eggnstone 9 9 * Author URI: https://eggnstone.com
Note: See TracChangeset
for help on using the changeset viewer.