前言介紹
- 這款 WordPress 外掛「JCMS Connector」是 2018-01-12 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2018-01-13,距離現在已有 2668 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.7 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
connector | http embed | content embed | content connector |
內容簡介
一個基於簡碼的外掛,通過 HTTP 提供嵌入遠程文本內容的功能。預期使用情境是將現有但已淘汰的 CMS 系統中先前編寫的內容重新運用到 WordPress 網站上。
此外掛允許配置遠程 CMS 伺服器的 HTTP 位址和內容取得終端點。簡碼可以指定內容 ID。服務器配置加上簡碼可以生成用於取得內容的 URL。由生成的 URL 識別的內容已在簡碼的位置嵌入到模板中。
這個「精簡」版本允許設置一個單一的伺服器連接,預期提供的內容是由帶參數的 URL (cms-server/contentscript?contentid=1234) 提供的。完整版外掛,可透過諮詢服務獲取,提供三個可配置連接,以及基於路徑的內容檢索。完整版還提供基於檢索 URL 的可配置內容緩存,以提高性能。
請注意,前提條件是您的 CMS 伺服器必須被配置為提供純文本內容。
用法
透過「設定/JCMS 連接器」配置伺服器連接。指定連接名稱、遠程伺服器、內容提供終端點和所需的內容識別 URL 參數。
添加簡碼以按 ID 呈現內容:在適當的位置添加簡碼 [jcms_connector_content_id id=nnn service=sss]。遠程 CMS 的指定內容將被呈現出來。
原文外掛簡介
A shortcode-based plugin that offers embedding of remote text content via HTTP. The intended use-case is for re-purposing of previously authored content from an existing but retired CMS system into a WordPress site.
The plugin allows configuration of a remote CMS server HTTP address and a content retrieval endpoint. Shortcodes can then specify content IDs. The server configuration plus shortcode allows the generation of URLs for content retrieval. The content identified by the generated URL is embedded in the template at the shortcode position.
This ‘lite’ version allows configuration of a single server connection, with the content expected to be provided by a parameterised URL (cms-server/contentscript?contentid=1234). The full version, available via a consultancy engagement, offers three configurable connections as well as path-based content retrieval. The full version also offers configurable content caching, based on retrieval URL, for performance.
Please note that a pre-requisite is that your CMS server must be configured to provide the plain text content.
Usage
Configure a server connection via the settings/JCMS Commector. Specify a connection name, your remote server, the content provision endpoint and required content identifying URL parameter.
Add shortcode for rendering content by ID: Add shortcode [jcms_connector_content_id id=nnn service=sss] in a suitable location. The specified content from the remote CMS will be rendered.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「JCMS Connector」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Handy Ultimate Content Embedder 》歡迎使用 Handy Ultimate Content Embedder!此外掛起初是一小段 PHP 程式碼,可在 HTML 頁面中抓取外部內容,但後來似乎成長為一個完全功能的 WordPress 外...。