<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webmaster-Source &#187; plugin</title>
	<atom:link href="https://www.webmaster-source.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>WordPress Core Control</title>
		<link>https://www.webmaster-source.com/2013/01/16/wordpress-core-control/</link>
		<comments>https://www.webmaster-source.com/2013/01/16/wordpress-core-control/#comments</comments>
		<pubDate>Wed, 16 Jan 2013 11:44:33 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4974</guid>
		<description><![CDATA[I&#8217;ve been working on a WordPress plugin that takes advantage of the WP-Cron system (which, for the uninitiated, is a sort of event scheduling system that runs functions in WordPress at predetermined intervals). Unfortunately, that&#8217;s a bit of a pain considering the nature of the task. How do you test functions that are designed to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been working on a WordPress plugin that takes advantage of the <a href="http://wp.tutsplus.com/tutorials/theme-development/do-it-yourself-wordpress-scheduling-mastering-wp-cron/">WP-Cron</a> system (which, for the uninitiated, is a sort of event scheduling system that runs functions in WordPress at predetermined intervals). Unfortunately, that&#8217;s a bit of a pain considering the nature of the task. How do you test functions that are designed to run intermittently, say twice a day? The easy/hacky solution is to add a function call that runs the task on every page load, and then remove it when you&#8217;re done. But if you want a solution that doesn&#8217;t involve editing your code, there&#8217;s a handy plugin that&#8217;s perfect for this scenario.</p>
<p><a href="http://wordpress.org/extend/plugins/core-control/">Core Control</a> is a plugin that lets you monitor and adjust several parts of WordPress for diagnostic and development purposes. It makes it easy to view registered WP-Cron events, and trigger them with a click. It can also force WordPress to check for ore, plugin or theme updates, log any HTTP requests WordPress makes to external servers and determine which filesystem access method WordPress is using.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/01/16/wordpress-core-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crowd Favorite&#8217;s WordPress Post Formats Admin UI</title>
		<link>https://www.webmaster-source.com/2012/02/06/crowd-favorites-wordpress-post-formats-admin-ui/</link>
		<comments>https://www.webmaster-source.com/2012/02/06/crowd-favorites-wordpress-post-formats-admin-ui/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 11:50:40 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4516</guid>
		<description><![CDATA[Back in WordPress 3.1, a new feature called Post Formats was added to enable theme developers to more easily denote different types of posts in order to make &#8220;tumblog&#8221; themes. But the feature is lacking as it stands today. The UI is simply not as nice as services like Tumblr, and there isn&#8217;t really a [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Back in WordPress 3.1, a new feature called Post Formats was added to enable theme developers to more easily denote different types of posts in order to make &#8220;tumblog&#8221; themes. But the feature is lacking as it stands today. The UI is simply not as nice as services like Tumblr, and there isn&#8217;t really a set of prescribed standards for <em>how</em> to use Post Formats. So some themes store link URLs in Custom Fields, while others grab the first URL out of the post body. That sort of inconsistency makes portability between themes a nightmare.</p>
<p>Alex King and his company Crowd Favorite have <a href="http://alexking.org/blog/2011/10/25/wordpress-post-formats-admin-ui">a proposed solution</a>. Their plugin adds a really nice UI to the New Post screen, with tabs that appear depending on which Post Formats your theme enables and different input fields that change depending on which tab is selected.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4518" title="Crowd Favorite's Post Formats UI" src="//www.webmaster-source.com/wp-content/uploads/2012/02/alexking-post-formats.png" alt="" width="500" height="247" /></p>
<p>&nbsp;</p>
<p>In addition to the way cool plugin, they have a sensible naming convention for custom fields to go along with it. I think it would great if the Core team adopted that as a recommendation for theme developers, and incorporated the UI plugin into WordPress proper.</p>
<p>Alex King did <a href="http://alexking.org/blog/2011/11/02/wordpress-post-format-fallbacks">say</a>, back in November, that he planned to suggest it to the Core developers once WordPress 3.3 shipped, so keep your fingers crossed.</p>
<p><a href="http://alexking.org/blog/2011/10/25/wordpress-post-formats-admin-ui">WordPress Post Formats Admin UI</a> [Alex King]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/02/06/crowd-favorites-wordpress-post-formats-admin-ui/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Easily Embed Whole Tweets in Your Blog Posts With Tweetable 1.2.4</title>
		<link>https://www.webmaster-source.com/2011/12/21/easily-embed-whole-tweets-in-your-blog-posts-with-tweetable-1-2-4/</link>
		<comments>https://www.webmaster-source.com/2011/12/21/easily-embed-whole-tweets-in-your-blog-posts-with-tweetable-1-2-4/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 11:25:19 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4457</guid>
		<description><![CDATA[Have you ever wanted to embed an entire tweet into a WordPress post for some reason? Maybe you were doing a short write-up about a recent news story, and wanted to quote someone&#8217;s amusing tweet on the matter. You could just use a simple blockquote, and link to the tweet, but wouldn&#8217;t you rather embed [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Have you ever wanted to embed an entire tweet into a WordPress post for some reason? Maybe you were doing a short write-up about a recent news story, and wanted to quote someone&#8217;s amusing tweet on the matter. You could just use a simple blockquote, and link to the tweet, but wouldn&#8217;t you rather embed the whole thing, complete with information about the user and interactive buttons?</p>
<blockquote class="twitter-tweet" width="500"><p>The Star Wars wiki (starwars.wikia.com) is every bit as bad as TV Tropes. Send help!</p>
<p>&mdash; Matt Harzewski (@redwall_hp) <a href="https://twitter.com/redwall_hp/status/148639366489706497" data-datetime="2011-12-19T05:42:41+00:00">December 19, 2011</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>The latest version of my <a href="http://wordpress.org/extend/plugins/tweetable/">Tweetable</a> plugin, version 1.2.4, includes support for Twitter&#8217;s new embedding API, which enables you to do that with minimal effort. If you have the plugin installed (and &#8220;Auto-embeds&#8221; is turned on in the Media page of your Settings), you can just paste a properly-formatted URL from Twitter onto a new line in your post. After you hit Publish, it will appear in your post, thanks to the magic of oEmbed.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4459" title="Embedding tweets with oEmbed" src="//www.webmaster-source.com/wp-content/uploads/2011/12/tweetable-oembed-tweets.png" alt="" width="600" height="459" /></p>
<p>The best part? This is going to be built-in to WordPress 3.4, so you have ensured forward-compatibility. Otto, one of the major contributors to the WordPress core, has already worked up a patch and it is currently slated to be included in version 3.4. Beat me to it. <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_razz.gif" alt=":P" class="wp-smiley" /></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/12/21/easily-embed-whole-tweets-in-your-blog-posts-with-tweetable-1-2-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WooThemes Launches Free E-Commerce Plugin WooCommerce</title>
		<link>https://www.webmaster-source.com/2011/10/19/woothemes-launches-free-e-commerce-plugin-woocommerce/</link>
		<comments>https://www.webmaster-source.com/2011/10/19/woothemes-launches-free-e-commerce-plugin-woocommerce/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 11:40:47 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4356</guid>
		<description><![CDATA[WooThemes recently announced the launch of their free WordPress e-commerce plugin, WooCommerce, along with a few themes with built-in integration. This is one of our biggest release to date and it’s absolutely free. WooCommerce is an all-new plugin application and library of integrated themes for WordPress that help individuals and businesses turn their sites into professional, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WooThemes recently <a href="http://www.woothemes.com/2011/09/woocommerce-has-arrived/">announced</a> the launch of their free WordPress e-commerce plugin, <a href="http://www.woothemes.com/woocommerce/">WooCommerce</a>, along with a few themes with built-in integration.</p>
<blockquote><p>This is one of our biggest release to date and it’s <em>absolutely free</em>. WooCommerce is an all-new plugin application and library of integrated themes for WordPress that help individuals and businesses turn their sites into professional, e-commerce stores. Our aim for WooCommerce is to be an e-commerce toolkit that allows anyone to sell anything online. <a title="WooCommerce" href="http://www.woothemes.com/woocommerce">View the WooCommerce page</a> to see all the powerful features packed into the plugin.</p></blockquote>
<p>WooCommerce is a fork of the lesser-known Jigoshop plugin, with a bunch of nice additions. This has been the cause of <a href="http://yoast.com/open-source-forking-branding/">some controversy</a> about the &#8220;ethics&#8221; behind the decision, despite it being 100% legal under the GPL. Personally, I can see merits to both sides of the argument, but I think it should encourage competition. The Jigoshop team should be able to absorb some of the improvements WooThemes made to their fork back into Jigoshop as well.</p>
<p style="text-align: center;"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4359 imgborder" title="WooCommerce Screenshot" src="//www.webmaster-source.com/wp-content/uploads/woocommerce-salespage.png" alt="" width="600" height="284" /></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/10/19/woothemes-launches-free-e-commerce-plugin-woocommerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add A Floating Social Media Widget Box to Your Blog</title>
		<link>https://www.webmaster-source.com/2011/09/16/how-to-add-a-floating-social-media-widget-box-to-your-blog/</link>
		<comments>https://www.webmaster-source.com/2011/09/16/how-to-add-a-floating-social-media-widget-box-to-your-blog/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 11:45:13 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4290</guid>
		<description><![CDATA[Now that most blogs are starting to pare-down their social media buttons and go with the dynamic widgets offered by the three or four largest social media sites, you&#8217;ve probably seen a few sites with a floating box that hovers along the left side, staying in the viewport as you scroll. How do you make [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Now that most blogs are starting to pare-down their social media buttons and go with the dynamic widgets offered by the three or four largest social media sites, you&#8217;ve probably seen a few sites with a floating box that hovers along the left side, staying in the viewport as you scroll.</p>
<p>How do you make one of those?</p>
<p>If you don&#8217;t mind making your own from scratch, Michael from Pro Blog Design <a href="http://www.problogdesign.com/wordpress/how-to-make-a-floating-share-box/">has a great tutorial</a>. His floating box looks nice, moves smoothly and is very customizable, since you&#8217;re adding it directly to your theme.</p>
<p style="text-align: center;"><a href="http://www.problogdesign.com/wordpress/how-to-make-a-floating-share-box/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4291 imgborder" title="Floating Share Box" src="//www.webmaster-source.com/wp-content/uploads/pbd-floating-share-box.png" alt="" width="600" height="242" /></a></p>
<p>If you need a plugin, <a href="http://devgrow.com/sharebar-wordpress-plugin/">Sharebar</a> and <a href="http://wordpress.org/extend/plugins/digg-digg/">Digg Digg</a> both create a similar result with much less effort, but they don&#8217;t look quite as nice.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/09/16/how-to-add-a-floating-social-media-widget-box-to-your-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress BlackBox Debug Bar Plugin</title>
		<link>https://www.webmaster-source.com/2011/04/20/wordpress-blackbox-debug-bar-plugin/</link>
		<comments>https://www.webmaster-source.com/2011/04/20/wordpress-blackbox-debug-bar-plugin/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 11:37:21 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3959</guid>
		<description><![CDATA[BlackBox is a handy WordPress plugin that I&#8217;m going to have to try out for development. It adds a debug bar along the top of each page, with items that would be invaluable for plugin and theme developers but probably of little interest to bloggers who don&#8217;t like getting under the hood. With the theme [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://ditio.net/2011/01/29/wordpress-debug-bar-plugin-blackbox/">BlackBox</a> is a handy WordPress plugin that I&#8217;m going to have to try out for development. It adds a debug bar along the top of each page, with items that would be invaluable for plugin and theme developers but probably of little interest to bloggers who don&#8217;t like getting under the hood.</p>
<p>With the theme you can have a look at all of the globals, see any errors generated, and keep tabs on the MySQL queries (including their execution times) behind the page generation. It even includes a profiler.</p>
<p style="text-align: center;"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-3960 imgborder" title="BlackBox WordPress Debug Bar" src="//www.webmaster-source.com/wp-content/uploads/blackbox-wordpress-debug-bar.png" alt="" width="540" height="83" /></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/04/20/wordpress-blackbox-debug-bar-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StatDash: Statistics on Your WordPress Dashboard</title>
		<link>https://www.webmaster-source.com/2011/04/18/statdash-statistics-on-your-wordpress-dashboard/</link>
		<comments>https://www.webmaster-source.com/2011/04/18/statdash-statistics-on-your-wordpress-dashboard/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 11:42:19 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Code Canyon]]></category>
		<category><![CDATA[Envato]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4020</guid>
		<description><![CDATA[Wouldn&#8217;t it be neat to have an at-a-glance display of common statistical information on your WordPress Dashboard? The StatDash plugin does exactly that, adding a customizable widget that shows stats from Google Analytics, Feedburner, Twitter and even your earnings from the Envato Marketplaces. You can choose which of the services are displayed, as well as [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://codecanyon.net/item/statdash-statistics-on-your-wordpress-dashboard/231639"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4021" title="StatDash Widget" src="//www.webmaster-source.com/wp-content/uploads/statdash-widget.png" alt="" width="300" height="242" /></a>Wouldn&#8217;t it be neat to have an at-a-glance display of common statistical information on your WordPress Dashboard? The <a href="http://codecanyon.net/item/statdash-statistics-on-your-wordpress-dashboard/231639">StatDash plugin</a> does exactly that, adding a customizable widget that shows stats from Google Analytics, Feedburner, Twitter and even your earnings from the Envato Marketplaces.</p>
<p>You can choose which of the services are displayed, as well as hide the chart if you wish to have the widget be a bit more compact.</p>
<p><a href="http://codecanyon.net/item/statdash-statistics-on-your-wordpress-dashboard/231639">StatDash</a> is my first item to be released on <a href="http://codecanyon.net/">Code Canyon</a>. It&#8217;s priced at $8, and is GPL compliant of course.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/04/18/statdash-statistics-on-your-wordpress-dashboard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WP Utility Short Codes Plugin</title>
		<link>https://www.webmaster-source.com/2011/03/21/wp-utility-short-codes-plugin/</link>
		<comments>https://www.webmaster-source.com/2011/03/21/wp-utility-short-codes-plugin/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 11:54:13 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3923</guid>
		<description><![CDATA[WP Utility Short Codes is a WordPress plugin that helps you easily add callout boxes to your posts with simple shortcodes. (Some examples here.) Using WordPress short codes, this plugin will allow you to easily insert message boxes and buttons into your WordPress posts and pages. With easy to use options, there are over 1,000 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/wp-utility-shortcodes/">WP Utility Short Codes</a> is a WordPress plugin that helps you easily add callout boxes to your posts with simple shortcodes. (Some <a href="http://demo.pippinspages.com/wp-utility-shortcodes/">examples here.</a>)</p>
<blockquote><p>Using WordPress short codes, this plugin will allow you to easily insert message boxes and buttons into your WordPress posts and pages. With easy to use options, there are over 1,000 possible display configurations. All buttons and message boxes include multiple color and size options.</p></blockquote>
<p>I haven&#8217;t tried it out myself, but it seems like a good plugin. The code is very straightforward, too. It shouldn&#8217;t be too difficult to override the default stylesheet in favor of your own box styling, if you&#8217;re not a fan of the default.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/03/21/wp-utility-short-codes-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Submitted Posts Plugin for WordPress</title>
		<link>https://www.webmaster-source.com/2011/03/09/user-submitted-posts-plugin-for-wordpress/</link>
		<comments>https://www.webmaster-source.com/2011/03/09/user-submitted-posts-plugin-for-wordpress/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 11:26:16 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[guest post]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3931</guid>
		<description><![CDATA[Jeff Starr (co-author of Digging into WordPress) has released a new WordPress plugin for allowing users to submit guest posts to your blog. User Submitted Posts lets users write posts and upload images through a form embeddable in any page or post using a shortcode. You can customize the fields shown a bit, the maximum [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Jeff Starr (co-author of <a href="http://digwp.com/"><em>Digging into WordPress</em></a>) has released a new WordPress plugin for allowing users to submit guest posts to your blog. <a href="http://perishablepress.com/user-submitted-posts/">User Submitted Posts</a> lets users write posts and upload images through a form embeddable in any page or post using a shortcode. You can customize the fields shown a bit, the maximum number of images and their dimensions, things like that. The post state (draft, publish, or &#8220;publish after some number of approved posts&#8221;) is also configurable.</p>
<blockquote><p>Once a user has submitted a post, it’s saved as a “Draft” by default,  but may optionally be set to “Publish Immediately” or even to publish if  the author has “x” number of approved submissions. The plugin also  displays a <strong>User Submitted Posts</strong> button at the top of the Posts Page that lets you filter all user-submitted posts/drafts with the click of a button.</p></blockquote>
<p>This seems like a great option for community-oriented blogs looking for a way to open up to guest submissions. I do wonder whether spam submissions might get to be a problem, though. It could be handy if the plugin could hook into the Akismet API or at least offer a CAPTCHA option.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/03/09/user-submitted-posts-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>MediaElement.js WordPress Plugin</title>
		<link>https://www.webmaster-source.com/2010/12/03/mediaelement-js-wordpress-plugin/</link>
		<comments>https://www.webmaster-source.com/2010/12/03/mediaelement-js-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 11:04:02 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3735</guid>
		<description><![CDATA[MediaElement.js is a nifty jQuery plugin that allows you to use the HTML5 video and audio elements while still supplying a Flash or Silverlight backup for compatibility. There&#8217;s now a convenient MediaElement.js WordPress plugin that gives you easy-to-use shortcodes for use in the post editor. To embed a video when you have the plugin installed, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.webmaster-source.com/2010/08/02/media-element-js-html5-video-player-with-flash-backup/">MediaElement.js</a> is a nifty jQuery plugin that allows you to use the HTML5 video and audio elements while still supplying a Flash or Silverlight backup for compatibility.</p>
<p>There&#8217;s now a convenient <a href="http://wordpress.org/extend/plugins/media-element-html5-video-and-audio-player/">MediaElement.js WordPress plugin</a> that gives you easy-to-use shortcodes for use in the post editor. To embed a video when you have the plugin installed, all you have to do is put this in your post:</p>
<pre class="brush: plain; title: ; notranslate">[video src=&quot;http://example.org/video.mp4&quot; width=&quot;640&quot; height=&quot;480&quot;]</pre>
<p>The MPEG 4 video will be served-up to supporting browsers, and others get the Flash backup. Supported formats also include WebM, MP3 and Ogg Theora. Multiple formats can be specified in one shortcode, if you have encoded multiple versions. You can serve Safari and Mobile Safari an MP4 version, Firefox an Ogg Theora, and Chrome the little-supported WebM.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/12/03/mediaelement-js-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-04-29 11:40:25 by W3 Total Cache
-->