이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.