I am trying to embed a Ted talk video using the shortcode:
[ted id=myid]
But it’s not working. It shows the text instead of the video.
Is there any configuration I need to check to make it work?
I am trying to embed a Ted talk video using the shortcode:
[ted id=myid]
But it’s not working. It shows the text instead of the video.
Is there any configuration I need to check to make it work?
You must be logged in to post a comment.
Unfortunately, this is going to be a problem for you.
The
[ted]
shortcode is specific to WordPress.com – not to a self-hosted site where you installed the software yourself from WordPress.org.The only embeds that WordPress.org’s software supports by default are listed in the Codex:
There is a plugin available for embedding Ted talks, though. TEDTalks Embedder. But it only lists compatibility through WP 3.2.1, so it may not work with the current version (it may, but I can’t guarantee it).
Alternative Actual Embeds
Here’s an alternative if you don’t want to use a plugin. Add the following to your theme’s
functions.php
file:Now, you can embed TEDTalks two ways:
[ted id=981]
way they do on WordPress.comEnjoy!
The Jetpack plugin will allow you to use the
[ted]
shortcode on your WordPress self-hosted site.