內容簡介
總結: Meeting List Lite 是一個流暢的解決方案,用於在 WordPress 網站上顯示 12 步驟會議信息,當會議數據在其他地方維護。這個 "lite" 版本不包括數據庫或編輯功能,只是從現有數據源顯示會議。
1. 誰適合使用這個外掛?
- 在 Google 表格、JSON feed 或其他系統中維護他們的會議數據
- 不需要在 WordPress 內編輯會議信息的機構
- 想要熟悉的 TSML UI 介面而無需進行數據管理
- 已經具有地理編碼的會議數據(面對面會議的緯度/經度)
2. 重點功能:
- 使用與 12 Step Meeting List 相同的 TSML UI 介面顯示會議
- 支持遵循 TSML 規範的 JSON feed 和 Google 表格
- 不需要數據庫-您的數據源是唯一的真相來源
- 輕量且易於設置
- 完全兼容 TSML 數據格式
3. 數據源要求:
- 您的數據源必須遵循 TSML 規範。對於面對面會議,緯度和經度坐標必須已包含在您的數據中,這個外掛不執行地理編碼。
- 要顯示您的會議,只需將 [tsml_ui] 短碼添加到任何頁面或帖子中,並在外掛設置中配置您的數據源 URL。
4. 外部服務:
- 此外掛依賴於外部服務正常運作:
- TSML UI React Component
- 服務:Code4Recovery TSML UI(tsml-ui.code4recovery.org)
- 目的:提供渲染會議列表界面的 JavaScript React 組件
- 發送的數據:不會透過此服務傳輸用戶數據。只有外掛加載 JavaScript 库。
- 您的數據來源
- 您必須在外掛設置中配置您自己的數據源 URL(JSON feed 或 Google 表格)
- 外掛從此 URL 中提取會議數據以顯示在您的站點上
- 不會向您的數據源發送數據;外掛只讀取它。
外掛標籤
開發者團隊
原文外掛簡介
Meeting List Lite is a streamlined solution for displaying 12-step meeting information on your WordPress site when your meeting data is maintained elsewhere. Unlike the full 12 Step Meeting List plugin, this “lite” version doesn’t include a database or editing capabilities, it simply displays meetings from your existing data source.
Perfect for service bodies who:
* Maintain their meeting data in a Google Sheet, JSON feed, BMLT or another system
* Don’t need to edit meeting information within WordPress
* Want the familiar TSML UI interface without the overhead of data management
* Already have geocoded meeting data (latitude/longitude for in-person meetings)
Key Features:
* Displays meetings using the same TSML UI interface as 12 Step Meeting List
* Supports JSON feeds and Google Sheets that follow the TSML spec
* No database required—your data source is the single source of truth
* Lightweight and easy to set up
* Fully compatible with the TSML data format
Data Source Requirements:
Your data source must follow the TSML specification. For in-person meetings, latitude and longitude coordinates must already be included in your data, this plugin does not perform geocoding.
To display your meetings, simply add the [tsml_ui] shortcode to any page or post, and configure your data source URL in the plugin settings.
Important: Your WordPress timezone should be set to a valid IANA timezone identifier in Settings → General. See the PHP timezone list for valid values. Generic UTC offsets (like “UTC+5”) are not sufficient. You can also override the timezone using the timezone shortcode attribute.
External services
This plugin relies on external services to function properly:
TSML UI React Component
– Service: Code4Recovery TSML UI (tsml-ui.code4recovery.org)
– Purpose: Provides the JavaScript React component that renders the meeting list interface
– Data sent: No user data is transmitted to this service. The plugin only loads the JavaScript library.
– When: The script is loaded whenever a page contains the [tsml_ui] shortcode
– Terms of use: https://github.com/code4recovery/tsml-ui/blob/main/LICENSE
– Privacy policy: https://code4recovery.org/privacy/
Your Data Source
– You must configure your own data source URL (JSON feed or Google Sheet) in the plugin settings
– The plugin fetches meeting data from this URL to display on your site
– No data is sent to your data source; the plugin only reads from it
