Feature #1641
Create shortcode to embed fora.tv videos
| Status: | Resolved | Start date: | 02/17/2012 | |
|---|---|---|---|---|
| Priority: | Urgent | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | WordPress | |||
| Target version: | 1.3.7 | |||
| Severity: |
Description
Per our recent email discussion about the ARC project
Related issues
History
#1
Updated by Boone Gorges over 1 year ago
- Priority changed from Normal to Urgent
#2
Updated by Boone Gorges over 1 year ago
- Status changed from Assigned to Resolved
fora.tv shortcode added in https://github.com/castiron/cac/commit/1d7e73d13a0f181a9dc5be27253c939d1c50a366
Usage:
When writing a blog post or page, you can embed a fora.tv video by using the following syntax:
[foratv id="12345"]
When you publish or preview the post/page, this will turn into an embedded iframe.
You can get the fora.tv id of a video by looking at the embed code provided on the fora.tv website. For instance, see http://fora.tv/2008/10/20/Naomi_Klein_and_Joseph_Stiglitz_on_Economic_Power. When the video begins playing, click the Share link, and then look in the EMBED field. The embed src URL will be something like http://fora.tv/embed?id=7950&type=c. The id in this case is 7950.
Not the most elegant interface, but it should work for any fora.tv video.
#3
Updated by Matt Gold over 1 year ago
That's awesome, Boone. Thanks so much for your work on this.
#4
Updated by Chris Caruso over 1 year ago
Yes, thank you so much, Boone! It works beautifully.