This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

TEDTalks Embedder

Description

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).

Screenshots

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

Installation

  • 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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“TEDTalks Embedder” is open source software. The following people have contributed to this plugin.

Contributors

Translate “TEDTalks Embedder” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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.