This simple module provides Ted handler for Video Embed Field module. Module also can get thumbnail image. It implements standard functionality like all Video Embed Field handlers.

Requirements

Video Embed Field

Usage

To add video you can use Ted standard web page address for video url, for example https://www.ted.com/talks/tony_robbins_asks_why_we_do_what_we_do

Video Embed Dailymotion
Video Embed Metacafe
Video Embed Myspace
Video Embed Rutube
Video Embed Youku
Video Embed AOL
Video Embed Instagram
Video Embed Field Overlay

Sandbox page: https://www.drupal.org/sandbox/deepapple/2492217
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/deepapple/2492217.git video_embed_ted

CommentFileSizeAuthor
#7 chrome-ubuntu14.png163.41 KBmyvo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

PA robot’s picture

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

darol100’s picture

Status: Needs review » Reviewed & tested by the community

Here are some minors things....

  • Coder Minor Warnings:
    Line 7: @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().
    
     * @see video_embed_field.api.php for more documentation
    
    Line 7: @see references should be separated by "," followed by a single space and with no trailing punctuation
    
     * @see video_embed_field.api.php for more documentation
  • You should provide the hook_help to allow site builders to find information about your module using Drupal UI.
  • README.txt In the introduction paragraph, I would recommend to get as many characters as you can per line. Remember that the README.txt can not have more that 80 characters per line. However, the longest line that you have is 70 characters.

I have tested the module works like a charm and I do not see any blockers.

Audrius Vaitonis’s picture

Issue summary: View changes
Audrius Vaitonis’s picture

  • fixed @see documentation error
  • fixed README.txt line width
  • implemented output as render array using tpl file
  • hook_help - main module doesn't have documentation and I am just not sure if any help and where would be useful. This module is just a plugin and should be very simple to use, just like other video types
Audrius Vaitonis’s picture

Status: Reviewed & tested by the community » Needs review
darol100’s picture

Status: Needs review » Reviewed & tested by the community

This module is good to go.

myvo’s picture

FileSize
163.41 KB

Hi Audrius,

It worked perfect on Firefox but something wrong with Chrome (Version 43.0.2357.65 (64-bit), OS: Ubuntu 14), see on the attachment.
I inspected element, it's not really because your code.

Please feel free to re-check it.

cweagans’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for your contribution!

I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.

Here are some recommended readings to help with excellent maintainership:

You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!

Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

Thanks to the dedicated reviewer(s) as well.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.