<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="content">
	<name>Content - YouTube Video Embedding</name>
	<author>Cory Webb</author>
	<creationDate>March 2009</creationDate>
	<copyright>Copyright (C) 2008 Cory Webb. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<authorEmail>cory@corywebbmedia.com</authorEmail>
	<authorUrl>www.corywebbmedia.com</authorUrl>
	<version>1.1</version>
	<description>With this plugin, you can embed YouTube videos into articles simply by copying and pasting a video URL from YouTube into an article.</description>
	<files>
		<filename plugin="youtubeembed">youtubeembed.php</filename>
	</files>
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field name="width" type="text" default="425" label="Width" description="Set the width of the YouTube video. The default width is 425 pixels." />
				<field name="height" type="text" default="344" label="Height" description="Set the height of the YouTube video. The default width is 344 pixels." />
			</fieldset>
		</fields>
	</config>
</extension>
