WP Manifestindependent plugin directory
manifest / builders / w3-brella-schedule

W3 Brella Integration

W3 Brella Integration — WordPress plugin for Brella schedule sync with Bricks query loops and dynamic tags.

by Chunky Duck · github.com/chunky-duck/w3-brella-schedule · website

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/chunky-duck/w3-brella-schedule/archive/refs/heads/main.zip

Readme

W3 Brella Integration

WordPress plugin by Chunky Duck that syncs Brella event schedule data via the Integration API, caches it in wp_options, and exposes it to Bricks Builder through a custom query loop and dynamic tags.

Requirements

  • WordPress 6.x+
  • PHP 7.4+
  • Bricks theme (for query loop and dynamic tags)
  • Brella Integration API access (API key, Organization ID, Event ID)

Installation

  1. Copy cryptocon-brella into wp-content/plugins/.
  2. Activate W3 Brella Integration in the WordPress admin.
  3. Go to Settings → W3 Brella Integration and enter your credentials.
  4. Click Test connection, then Refresh now.

Bricks setup

See docs/bricks-brella.md.

  1. Add a Query Loop to your Agenda page.
  2. Set query type to W3 Brella Schedule.
  3. Map elements to {brella_*} dynamic tags (e.g. {brella_session_title}, {brella_session_time_range}).

License

Proprietary — Chunky Duck.

Read the full README on GitHub →