manifest / integrations / frame-foundry-wp-plugin
Frame Foundry
Display events, perks, and shop products from your Frame Foundry portal using [portal_events], [portal_perks], and [portal_shop] shortcodes.
by TwoTen Studio · github.com/twotenstudio/frame-foundry-wp-plugin
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/twotenstudio/frame-foundry-wp-plugin/archive/refs/heads/main.zipFrom the readme
Display events from your Frame Foundry portal on your WordPress site.
Frame Foundry Events connects your WordPress site to your Frame Foundry membership portal, displaying upcoming events with a simple shortcode. Visitors can browse events and click through to book on the portal.
The plugin auto-updates from GitHub releases.
1. Upload the portal-events folder to /wp-content/plugins/
2. Activate the plugin through the Plugins menu
3. Go to Settings Portal Events
4. Enter your Portal API URL (e.g. https://yourportal.framefoundry.co/api/public/events)
5. Enter the API key generated from your Portal admin settings
6. Save changes
Add the shortcode to any page or post:
[portalevents]
Shortcode attributes:
limit — Maximum number of events to display (default: 10)
layout — Display layout: grid or list (default: grid)
Examples:
[portalevents limit="6" layout="grid"]
[portalevents limit="3" layout="list"]
The plugin uses CSS custom properties for easy styling. Override these in your theme:
:root {
--portal-events-accent: #2563eb; / Button & badge colour /
--portal-events-accent-text: #ffffff; / Button text colour /
--portal-events-radius: 0
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v4.0.1 | May 14, 2026 |
| v4.0.0 | May 11, 2026 |
| v3.4.2 | Apr 17, 2026 |
| v3.4.1 | Apr 17, 2026 |
| v3.4.0 | Apr 15, 2026 |
| v3.3.0 | Apr 15, 2026 |
| v3.2.1 | Apr 3, 2026 |
| v3.2.0 | Apr 3, 2026 |
| v3.0.0 | Apr 3, 2026 |
| v2.0.0 | Apr 3, 2026 |
| v1.4.4 | Apr 2, 2026 |
| v1.4.3 | Apr 2, 2026 |
| v1.4.2 | Apr 2, 2026 |
| v1.4.0 | Apr 2, 2026 |
| v1.3.0 | Apr 2, 2026 |
| v1.0.1 | Apr 2, 2026 |
| v1.0.0 | Apr 2, 2026 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.