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

TEDTalks Embedder

外掛說明

Helps you to embed TED Talks videos on your self hosted WordPress by simply pasting the URL or using a shortcode.

This plugin is not affiliated in any way with TED Conferences, LLC.

IMPORTANT: You can’t use this plugin and Jetpack’s shortcodes module at the same time. But you can use this plugin and Jetpack if you deactivate first the Jetpack’s shortcodes module.

Features

  • Easy and simple usage.
  • Uses same shortcode used for WordPress.com
  • You can set default values (in Settings -> Media) width, height, and language of TED Talks.
  • Supports multiple TED Talks in the same post.

Requirements

  • WordPress 4.9 or higher.
  • You can’t have Jetpack’s shortcodes module activated.

Usage

Currently there’s not support for the TED Gutenberg block, and I don’t have any plan to add it in a near future.

You can embed TED videos by simply pasting the URL for the video in your content or using the shortcode block to insert a shortcode.

Examples:

  • [ted id=”210″ lang=”es”]
  • [ted id=”http://www.ted.com/talks/view/id/210″ lang=”es”]
  • [ted id=210 lang=fr width=560]
  • [ted id=”210″]

If you want to set default width, height and language values for your TED Talks, go to Settings –> Media to set the values and omit values defined in the shortcode (last example).

By the way, this plugin was specially made for TEDxZaragoza ‘The Future of Happiness’, an independently organized TED event that was held on November 5, 2011 in Zaragoza (Spain).

螢幕擷圖

  • TEDTalks Embedder settings in Settings --> Media settings page.

安裝方式

  • Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation (or install it directly from your dashboard) and then activate the Plugin from Plugins page.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

2.1

  • Fixed deprecated notice in load_plugin_textdomain() function call.
  • Fixed height setting in Media settings page.
  • Updated TED embed/shortcode source code based on Jetpack 7.2.1.

2.0

  • Adopted Jetpack 2.8 TED shortcode source.
  • Added settings for default width, height, and language values.
  • Removed code for the cache function. Maybe will back in a future version.

1.1

  • Big rewrite of the plugin to use WordPress Shortcode API for better perfomance and compatibility.

1.0.2

  • TED.com changes a little the code of the page, so updating the plugin is required to properly grab the embed code (previously TED Talks embbeded on your site are not affected).

1.0.1

  • Fixed weird mistake in the SVN that was causing a bad plugin installation.

1.0

  • First public release.
  • Added support for multiple TED Talks in the same post.

0.9

  • Some code cleanup and improvements.
  • Added support for multilanguage codes.

0.7

  • 99% rewriting of the plugin code.
  • Now using totally different method. Instead of generating the embed code, I grab it completely from TED.com
  • Changed shortcode to use same format as in WordPress.com

0.1

  • Not released to the public.
  • Originally based on TedTalks for WordPress by Robert Anselm.
  • Updated ted.com embed code and made some little changes.