{"id":117030,"date":"2020-02-06T10:00:13","date_gmt":"2020-02-06T10:00:13","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/embed-salesvu\/"},"modified":"2020-11-30T10:29:12","modified_gmt":"2020-11-30T10:29:12","slug":"embed-salesvu","status":"publish","type":"plugin","link":"https:\/\/ms.wordpress.org\/plugins\/embed-salesvu\/","author":13897427,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"1.0.2","tested":"5.6.17","requires":"4.0","requires_php":"5.2.4","requires_plugins":"","header_name":"Embed SalesVu","header_author":"Gifford Nowland","header_description":"A WordPress Plugin for adding SalesVu <https:\/\/www.salesvu.com> store \"widgets\" (iframes) to your website with a simple Shortcode.","assets_banners_color":"7b92ad","last_updated":"2020-11-30 10:29:12","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/buymeacoff.ee\/gnowland","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/embed-salesvu\/","header_author_uri":"https:\/\/github.com\/gnowland","rating":5,"author_block_rating":0,"active_installs":0,"downloads":1087,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"gnowland","date":"2020-02-06 11:29:33"},"1.0.2":{"tag":"1.0.2","author":"gnowland","date":"2020-11-30 10:29:12"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2428491,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2428491,"resolution":"256x256","location":"assets","locale":""},"icon.svg":{"filename":"icon.svg","revision":2239599,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2428491,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2428491,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[230,1860,181633,80,2653],"plugin_category":[43,45,56],"plugin_contributors":[181634],"plugin_business_model":[],"class_list":["post-117030","plugin","type-plugin","status-publish","hentry","plugin_tags-embed","plugin_tags-iframe","plugin_tags-salesvu","plugin_tags-shortcode","plugin_tags-store","plugin_category-customization","plugin_category-ecommerce","plugin_category-social-and-sharing","plugin_contributors-gnowland","plugin_committers-gnowland"],"banners":{"banner":"https:\/\/ps.w.org\/embed-salesvu\/assets\/banner-772x250.png?rev=2428491","banner_2x":"https:\/\/ps.w.org\/embed-salesvu\/assets\/banner-1544x500.png?rev=2428491","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/embed-salesvu\/assets\/icon.svg?rev=2239599","icon":"https:\/\/ps.w.org\/embed-salesvu\/assets\/icon.svg?rev=2239599","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Add <a href=\"https:\/\/www.salesvu.com\">SalesVu<\/a> store \"widgets\" using the simple <code>[salesvu]<\/code> Shortcode.<\/p>\n\n<h4>\ud83d\udcad Rationale<\/h4>\n\n<p>WordPress removes <code>&lt;iframe&gt;<\/code> and <code>&lt;script&gt;<\/code> HTML tags for a variety of security reasons.<\/p>\n\n<h4>\u26a0\ufe0f HTTP(S)<\/h4>\n\n<p><strong>Important<\/strong>: Your site must be using HTTPS! You cannot embed secure SalesVu store pages into an insecure HTTP website.<\/p>\n\n<h4>\ud83d\udc7e Parameters<\/h4>\n\n<p>Embed SalesVu accepts the same parameters as the <code>&lt;iframe&gt;<\/code> HTML tag (plus some extras!). At a minimum you must supply the <code>src<\/code> and <code>script<\/code> parameters, e.g:<\/p>\n\n<pre><code>[salesvu src=\"https:\/\/www.salesvu.com\/widget-url?storeid=000&amp;etc\" script=\"https:\/\/www.salesvu.com\/widget-script-url\/file.js\"]\n<\/code><\/pre>\n\n<p>All Parameters:<\/p>\n\n<pre><code>| Parameter             | Description                                                | Unit   | Example                                                        | Default                                                           |\n| --------------------- | ---------------------------------------------------------- | ------ | -------------------------------------------------------------- | ----------------------------------------------------------------- |\n| src                   | SalesVu Widget Store URL                                   | url    | src=\"https:\/\/www.salesvu.com\/widget-url?storeid=000&amp;etc\"       | \u26a0\ufe0f required                                                       |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| script                | SalesVu Widget Script URL                                  | url    | script=\"https:\/\/www.salesvu.com\/widget-script-url\/file.js\"     | \u26a0\ufe0f required                                                       |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| width                 | Widget width                                               | # (px) | width=\"500\"                                                    | 100%                                                              |\n|                       |                                                            | %      | width=\"50%\"                                                    |                                                                   |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| height                | Widget height                                              | # (px) | height=\"800\"                                                   | 800                                                               |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| scrolling             | Allow or disallow scrolling                                | yes    | scrolling=\"yes\"                                                | yes                                                               |\n|                       |                                                            | no     | scrolling=\"no\"                                                 |                                                                   |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| frameborder           | Show or hide the iframe border                             | show   | frameborder=\"1\"                                                | 0                                                                 |\n|                       |                                                            | hide   | frameborder=\"0\"                                                |                                                                   |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| marginheight          | Height of the widget margin                                | # (px) | marginheight=\"10\"                                              | 0                                                                 |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| marginwidth           | Width of the widget margin                                 | # (px) | marginwidth=\"10\"                                               | 0                                                                 |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| id                    | Add an ID to the iframe                                    | string | id=\"whatever\"                                                  | tvoow                                                             |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| class                 | Add class(es) to the iframe                                | string | class=\"cheese fork broccoli\"                                   |                                                                   |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| style                 | Add CSS styles to the iframe                               | string | style=\"margin: 30px; padding: 20px;\"                           | \"border: none; overflow: visible; width: 100%; background: #FFF;\" |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| same_height_as        | Set the height of the iframe to the same as target element | class  | same_height_as=\"div.sidebar\"                                   | false                                                             |\n|                       |                                                            | id     | same_height_as=\"div#content\"                                   |                                                                   |\n|                       |                                                            | tag    | same_height_as=\"main\"                                          |                                                                   |\n|                       |                                                            | false  | same_height_as=\"false\"                                         |                                                                   |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| any_other_param       | Add an arbitrary HTML parameter(s) to the iframe           | string | any_other_param=\"any_value\"                                    |                                                                   |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n| any_other_empty_param | Add an \"empty\" HTML parameter(s) to the iframe             | string | any_other_empty_param=\"allowfullscreen\"                        |                                                                   |\n| _____________________ | __________________________________________________________ | ______ | ______________________________________________________________ | _________________________________________________________________ |\n<\/code><\/pre>\n\n<!--section=installation-->\n<ol>\n<li>Install and Activate the Plugin on the Plugins Admin page<\/li>\n<li>Add shortcode <code>[salesvu src=\"https:\/\/www.salesvu.com\/widget-url?storeid=000&amp;etc=etc\" script=\"https:\/\/www.salesvu.com\/widget-script-url\/file.js\"]<\/code> to page or post content<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Docs: Fixed readme parameters table<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Docs: Add installation instructions and changelog to README<\/li>\n<li>Docs: Added Parameters and HTTPS warning to README<\/li>\n<li>Cleanup: Remove unsupported <code>allowtransparency<\/code> tag from parameters<\/li>\n<li>Bugfix: Allow both ID &amp; Classes in same_height_as<\/li>\n<li>Improvements: Increase default height to 800px<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul>","raw_excerpt":"A WordPress Plugin for adding SalesVu store &quot;widgets&quot; with a [salesvu] Shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ms.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/117030","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ms.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ms.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ms.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=117030"}],"author":[{"embeddable":true,"href":"https:\/\/ms.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/gnowland"}],"wp:attachment":[{"href":"https:\/\/ms.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=117030"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ms.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=117030"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ms.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=117030"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ms.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=117030"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ms.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=117030"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ms.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=117030"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}