manifest / integrations / wordpress-plugin
HowdyGo Interactive Demos
HowdyGo Interactive Demos WordPress plugin
by HowdyGo · github.com/gtubrainstormingorg/wordpress-plugin · website
★ 0stars
17release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/gtubrainstormingorg/wordpress-plugin/releases/download/v1.1.2/howdygo-interactive-demos.zipFrom the readme
Embed HowdyGo interactive demos in your WordPress site with a shortcode, toolbar button, or by pasting a share URL.
HowdyGo lets you create interactive product demos that you can embed anywhere. This plugin makes it easy to embed those demos in your WordPress site.
Three ways to embed:
1. Paste a URL — Simply paste a HowdyGo share URL (e.g. https://app.howdygo.com/share/abc123) on its own line in the editor. WordPress will automatically embed the demo.
2. Toolbar button — Click the "Add HowdyGo Demo" button in the Classic Editor toolbar to open a configuration dialog where you can set the share URL, launch screen, button text, and mobile behavior.
3. Shortcode — Use [howdygo url="https://app.howdygo.com/share/abc123"] with optional parameters for full control.
Shortcode parameters:
url (required) — Your HowdyGo share URL
launchscreen — Show a launch screen before the demo. "true" or "false" (default: "false")
launchbuttontext — Text for the launch screen button (default: "Take a tour")
mobilestrategy — How to handle mobile users. "newTab" or "inline" (default: "newTab")
Example:
[howdygo url="https://app.howdygo.com/share/abc123" launchscreen="true" launchbuttontext="St
Read the full README on GitHub →