=== WooCommerce Embed === Contributors: pekz0r, studiogulo, eukaryoter Tags: share, embed, products, virability Requires at least: 3.5.1 Tested up to: 3.9 Stable tag: 0.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This is a plugin that makes products embadable on any website using an iframe. == Description == This plugin creates an embed button on the product page and/or the cart page to make the products embedable. This functions works much like the embed function for example YouTube offers and displays the products in an iframe using the original stylesheets. This plugin is primarily intended to be used in conjunction with marketing of the WooCommerce products in blogs and to help affiliates display the products in a better way in affiliate programs(affiliates integration is coming soon). This plugin was the winning entry at the hackaton as WordCamp Norköping 2014. We want to thank the envent organizers Angry Creative and the sponsors Aftonbladet and Knowit for making this possible. = Feature summary: = * Choose where the embed buttons should be displayed. * The users can customize the embed code with parameters such as size and what elements of the product that should be displayed. * The plugin and the included templates are sprinkled with hooks that you can use to change how the products are displayed and makes other plugins able to interact with this plugin. * All templates used is 100% over writable by your theme for 100% customization if you don't think the hooks are enough == Installation == = Using The WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Search for 'woocommerce embed' 3. Click 'Install Now' 4. Activate the plugin on the Plugin dashboard = Uploading in WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Navigate to the 'Upload' area 3. Select `woocommerce-embed.zip` from your computer 4. Click 'Install Now' 5. Activate the plugin in the Plugin dashboard = Using FTP = 1. Download `woocommerce-embed.zip` 2. Extract the `woocommerce-embed` directory to your computer 3. Upload the `woocommerce-embed` directory to the `/wp-content/plugins/` directory 4. Activate the plugin in the Plugin dashboard == Frequently Asked Questions == = A question that someone might have = An answer to that question. = What about foo bar? = Answer to foo bar dilemma. == Changelog == = 0.1.0 = The first public version. This is our hack entry.