Upcellia Forms oEmbed

描述

This plugin registers f.upcellia.com as an oEmbed provider in WordPress. Paste a public Upcellia form URL into the Embed block to display the form in posts, pages, and previews.

Features

  • Registers the oEmbed provider with wp_oembed_add_provider()
  • Works with the generic Gutenberg Embed block
  • Clears stale oEmbed caches when saving posts
  • No settings screen: activate and embed
  • Full-width embed styles on the frontend

Requirements

  • Forms published on Upcellia
  • Public URL format: https://f.upcellia.com/{code}

Usage

  1. Activate the plugin.
  2. In the editor, add an Embed block.
  3. Paste your form URL, for example:
    https://f.upcellia.com/St4xnF?utm_source=web&utm_medium=website
  4. Save the post and check the preview.

安裝

Automatic installation

  1. Go to Plugins > Add New in WordPress.
  2. Search for Upcellia Forms oEmbed.
  3. Click Install Now, then Activate.

Manual installation

  1. Download the plugin ZIP file.
  2. Go to Plugins > Add New > Upload Plugin.
  3. Select the ZIP and activate the plugin.

Must-Use (optional)

To force-load on multisite or controlled environments, copy upcellia-forms-oembed.php to wp-content/mu-plugins/.

常見問題

Save the post again (Update or Publish). WordPress caches oEmbed responses on save. If the first attempt failed, the preview may show only the URL until the cache is refreshed.

Do I need to configure anything?

No. The plugin only registers the Upcellia oEmbed endpoint. Forms are created and published from the Upcellia admin panel.

Does it work without this plugin?

WordPress may discover oEmbed via metadata on f.upcellia.com, but this plugin improves reliability in PHP previews and on the frontend.

Can I use an iframe instead of oEmbed?

Yes. In Upcellia, open Get embed code in the form builder and use the Custom HTML block with the iframe code.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Upcellia Forms oEmbed” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Upcellia Forms oEmbed 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.0.3

  • Plugin Check: replace str_contains() for WordPress 5.8 compatibility.
  • Plugin Check: use delete_post_meta() instead of direct database queries.

1.0.2

  • Readme and plugin description in English (WordPress.org requirement).
  • Contributors list updated.

1.0.1

  • Full-width embed in the Embed block (CSS + fluid iframe).
  • Better compatibility with WordPress oEmbed maxwidth.

1.0.0

  • Initial release.
  • oEmbed registration for f.upcellia.com.
  • oEmbed cache cleanup on save.
  • wp-embedded-content class on iframes.