{"id":16756599,"url":"https://github.com/gnowland/embed-salesvu","last_synced_at":"2026-05-19T01:32:04.947Z","repository":{"id":62511479,"uuid":"121690247","full_name":"gnowland/embed-salesvu","owner":"gnowland","description":"WordPress Plugin enabling embed of a SalesVu \"widget\" via [salesvu] shortcode","archived":false,"fork":false,"pushed_at":"2020-12-02T22:55:13.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T22:02:51.879Z","etag":null,"topics":["iframe-embeds","salesvu","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/embed-salesvu/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gnowland.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-15T22:24:12.000Z","updated_at":"2020-12-02T23:09:17.000Z","dependencies_parsed_at":"2022-11-02T12:46:45.653Z","dependency_job_id":null,"html_url":"https://github.com/gnowland/embed-salesvu","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnowland%2Fembed-salesvu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnowland%2Fembed-salesvu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnowland%2Fembed-salesvu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnowland%2Fembed-salesvu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnowland","download_url":"https://codeload.github.com/gnowland/embed-salesvu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243836982,"owners_count":20355808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iframe-embeds","salesvu","wordpress","wordpress-plugin"],"created_at":"2024-10-13T03:26:24.887Z","updated_at":"2026-05-19T01:31:59.918Z","avatar_url":"https://github.com/gnowland.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Embed SalesVu\n\nA WordPress Plugin for adding [SalesVu](https://www.salesvu.com) store \"widgets\" to your website with a simple Shortcode.\n\n## 💭 Rationale\n\nWordPress removes `\u003ciframe\u003e` and `\u003cscript\u003e` HTML tags for a variety of security reasons.\n\n## ⚠️ HTTP(S)\n\n**Important**: Your site must be using HTTPS! You cannot embed secure SalesVu store pages into an insecure HTTP website.\n\n## 👾 Parameters\n\nEmbed SalesVu accepts the same parameters as the \u003ciframe\u003e html tag (plus some extras!):\n\n| Parameter               | Description                                                    | Example                                                                                                            | Default                                                           |\n| ----------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------- |\n| `src`                   | SalesVu Widget Store URL                                       | URL: `src=\"https://www.salesvu.com`\u003cbr /\u003e`/widget-url?storeid=000\u0026etc\"`                                            | N/A                                                               |\n| `script`                | SalesVu Widget Script URL                                      | URL: `script=\"https://www.salesvu.com`\u003cbr /\u003e`/widget-script-url/file.js\"`                                          | N/A                                                               |\n| `width`                 | Widget width                                                   | Pixels: `width=\"500\"` \u003cbr /\u003ePercent: `width=\"100%\"`                                                                | `100%`                                                            |\n| `height`                | Widget height                                                  | Pixels: `height=\"800\"`                                                                                             | `800`                                                             |\n| `scrolling`             | Allow or disallow scrolling                                    | Allow: `scrolling=\"yes\"` \u003cbr /\u003eDisallow: `scrolling=\"no\"`                                                          | `yes`                                                             |\n| `frameborder`           | Show or hide the `\u003ciframe\u003e` border                             | Show: `frameborder=\"1\"` \u003cbr /\u003e Hide: `frameborder=\"0\"`                                                             | `0`                                                               |\n| `marginheight`          | Height of the margin                                           | Pixels: `marginheight=\"10\"`                                                                                        | `0`                                                               |\n| `marginwidth`           | Width of the margin                                            | Pixels: `marginwidth=\"10\"`                                                                                         | `0`                                                               |\n| `id`                    | Add an ID to the `\u003ciframe\u003e`                                    | String: `id=\"anything\"`                                                                                            | `tvoow`                                                           |\n| `class`                 | Add classes to the `\u003ciframe\u003e`                                  | String: `class=\"class1 class2\"`                                                                                    | N/A                                                               |\n| `style`                 | Add CSS styles to the `\u003ciframe\u003e`                               | String: `style=\"margin: 30px; padding: 20px;\"`                                                                     | `border: none; overflow: visible; width: 100%; background: #FFF;` |\n| `same_height_as`        | Set the height of the `\u003ciframe\u003e` to the same as target element | Class: `same_height_as=\"div.sidebar\"` \u003cbr /\u003eID: `same_height_as=\"div#content\"` \u003cbr /\u003e Tag: `same_height_as=\"body\"` | `false`                                                           |\n| `any_other_param`       | Add an arbitrary parameter to the `\u003ciframe\u003e`                   | String: `any_other_param=\"any_value\"`                                                                              | N/A                                                               |\n| `any_other_empty_param` | Add an empty parameter to the `\u003ciframe\u003e`                       | String: `any_other_empty_param`\u003cbr /\u003e`=\"allowfullscreen\"`                                                          | N/A                                                               |\n\n## Changelog\n\n### 1.0.2\n* Docs: Fixed readme parameters table\n\n### 1.0.1\n* Docs: Add installation instructions and changelog to README\n* Docs: Added Parameters and HTTPS warning to README\n* Cleanup: Remove unsupported `allowtransparency` tag from parameters\n* Bugfix: Allow both ID \u0026 Classes in same_height_as\n* Improvements: Increase default height to 800px\n\n### 1.0.0\n* Initial Release\n\n## Installation\n\n1. Install and Activate the Plugin on the Plugins Admin page\n2. Add shortcode `[salesvu src=\"https://www.salesvu.com/widget-url?storeid=000\u0026etc=etc\" script=\"https://www.salesvu.com/widget-script-url/file.js\"]` to page or post content\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnowland%2Fembed-salesvu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnowland%2Fembed-salesvu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnowland%2Fembed-salesvu/lists"}