這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Meeteo

外掛說明

Meeteo provides one stop solution for you to handle your online and physical bookings, manage events, plan and conduct webinars and manage your finances.

This plugin helps you to have a brief glance of webinars and services that you have created in Meeteo web application in your wordpress dashboard.

You can showcase the list of upcoming webinars and available services in website for your targetted audience.

Make a good use of shortcodes to display webinars or services in the web page.

You must register to Meeteo web application and get application ID in order to user the plugin.

螢幕擷圖

  • Upcoming Webinar Listings.
  • Services Listing.
  • Frontend Display Page.

安裝方式

  1. Upload the unzipped folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to the settings page under “Meeteo” menu.
  4. Enter your APP ID.

常見問題集

How do I get started?

You need to have account in Meeteo. If you do not have one, create new account and start for free at Meeteo. Enter your APP ID in the meeteo settings page.

Where can I find my Application ID?

Login to your Meeto account and navigate to the company profile page. You can find Application ID in this page.

How to use webinar shortcodes?

  • For showing webinar detail by id. [meeteo_webinar webinar_id=ID_of_the_webinar]. You must provide webinar_id.
  • For showing upcoming webinars. [meeteo_upcoming_webinars max=No_of_webinars_to_display]. “max” Parameter is optional. Default value is 5
  • For showing services. [meeteo_services max=No_of_services_to_display]. “max” Parameter is optional. Default value is 5
  • For Embedding meeteo widget to website. [meeteo_embed type=embed_type url=”meeteo_url”]
    Available Embed type options:
    inline – Loads your Meeteo page directly in your website in an iframe.
    You can set width and height of iframe using options “iframe_width” and “iframe_height”.
    Eg: [meeteo_embed type=embed_type url=”meeteo_url” iframe_width=100% iframe_height=600px]
    inline_link – Add link on site to launch Meeteo. Opens widget link in new window.
    popup_text – Add link on site to launch Meeteo. Opens widget on popup.

How does this plugin work?

The plugin fetches the data from meeteo application based on provided application ID and displays in your wordpress dashboard and frontend.

Can I create/update the webinars/services from wordpress dashboard ?

Currently, the feature is not available in plugin.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WP Meeteo〉的開發相關工作。

參與者

將〈WP Meeteo〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0 – Feb 1st, 2021

  • Initial Release

1.1.1 – Sep 22nd, 2022

  • updated url for the js and css sources