=== Plugin Name === Contributors: allenhsu Tags: video, flash, swf, youtube, media, tudou, youku, qq, ku6, sina Requires at least: 2.5.0 Tested up to: 2.8.4 Stable tag: 1.3 A plugin for WordPress to display online videos. It mainly supports most Chinese video site. Such as TuDou, QQ Video, Ku6.com, Sina Video, YouKu and so on, YouTube is also supported. You can user short tags such as [youtube id="fY4Epc2XSGc"] to insert videos. It also adds a TinyMCE plugin for you to insert videos more conveniently. == Description == A plugin for WordPress to display online videos. It mainly supports most Chinese video site. Such as TuDou, QQ Video, Ku6.com, Sina Video, YouKu and so on, YouTube is also supported. You can user short tags such as [youtube id="fY4Epc2XSGc"] to insert videos. It also adds a TinyMCE plugin for you to insert videos more conveniently. Usage: 1. In TinyMCE: Click the icon of Smart Video, in the popup window, there're 3 tabs. 1.1 Magic Insert: You can input the page url such as `http://www.youtube.com/watch?v=fY4Epc2XSGc`. After you click "Insert", it will be translated into short tags as `[youtube id="fY4Epc2XSGc"]`. 1.2 Manual Insert: In this tab, you should find the video ID by yourself. The ID is the part marked with "{}" as follow: http://v.ku6.com/show/{nNjHZUTAi79x3atP}.html http://v.youku.com/v_show/id_{XMTE2ODE2MjUy}.html http://www.tudou.com/programs/view/{J-2bug0o0u4}/ http://video.qq.com/v1/videopl?v={6mkvdlafJbU} http://www.youtube.com/watch?v={-v4osKSQrrk} http://you.video.sina.com.cn/b/{24114739}-1371694022.html 1.3 Insert Flash: You can insert flash by specifying the url and the size (size if optional). 2. In Code View: Of cause you can input all the code by hand. Feedback is appreciated: http://www.imallen.com/blog/works/smart-video-plugin-for-wordpress/ == Installation == 1. Upload folder `smart-video` to the `/wp-content/plugins/` directory. 2. Activate Smart Video through the 'Plugins' menu in WordPress. 3. Place the code such as `[youtube id="fY4Epc2XSGc"]` in your post, or just use the `Magic Insert` in TinyMCE, and then publish it. == Changelog == = 1.3 = * JW FLV Player added. = 1.2 = * Fixed directory error. = 1.1 = * Fixed regex error with tudou. = 1.0 = * The first release of Smart Video.