<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Web development blog</title>
	<atom:link href="http://simplemediacode.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplemediacode.info</link>
	<description>by Simple Media Code</description>
	<lastBuildDate>Thu, 09 May 2013 05:54:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>Comment on Disposable Temporary E-Mail Address providers You might want to block on WordPress by Rolands Umbrovskis</title>
		<link>http://simplemediacode.info/disposable-temporary-e-mail-address-providers-to-block-on-wordpress/#comment-29474</link>
		<dc:creator>Rolands Umbrovskis</dc:creator>
		<pubDate>Thu, 09 May 2013 05:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://simplemediacode.info/?p=1028#comment-29474</guid>
		<description><![CDATA[Viewed, You could update it with proper WP fuctions: instead of `file_get_contents()` use `wp_remote_get()`

Othervise nice API based service.]]></description>
		<content:encoded><![CDATA[<p>Viewed, You could update it with proper WP fuctions: instead of `file_get_contents()` use `wp_remote_get()`</p>
<p>Othervise nice API based service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disposable Temporary E-Mail Address providers You might want to block on WordPress by Rightway Solution</title>
		<link>http://simplemediacode.info/disposable-temporary-e-mail-address-providers-to-block-on-wordpress/#comment-28236</link>
		<dc:creator>Rightway Solution</dc:creator>
		<pubDate>Sat, 27 Apr 2013 09:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://simplemediacode.info/?p=1028#comment-28236</guid>
		<description><![CDATA[I think now onwards i can blog emial address which i avoid mostly. Thanks for sharing.]]></description>
		<content:encoded><![CDATA[<p>I think now onwards i can blog emial address which i avoid mostly. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add itemprop=&#8221;image&#8221; to all WordPress images by Azmi</title>
		<link>http://simplemediacode.info/snippets/add-itemprop-image-to-all-wordpress-images/#comment-28007</link>
		<dc:creator>Azmi</dc:creator>
		<pubDate>Thu, 25 Apr 2013 15:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://simplemediacode.info/?post_type=snippets&#038;p=630#comment-28007</guid>
		<description><![CDATA[Hi, nice code and well implemented on WP. What about video, can we do the same? thanks]]></description>
		<content:encoded><![CDATA[<p>Hi, nice code and well implemented on WP. What about video, can we do the same? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add itemprop=&#8221;image&#8221; to all WordPress images by Roselle</title>
		<link>http://simplemediacode.info/snippets/add-itemprop-image-to-all-wordpress-images/#comment-27360</link>
		<dc:creator>Roselle</dc:creator>
		<pubDate>Tue, 23 Apr 2013 04:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://simplemediacode.info/?post_type=snippets&#038;p=630#comment-27360</guid>
		<description><![CDATA[Hi there,
when I check the page source, I don&#039;t see any itemprops anywhere..

thanks,
roselle]]></description>
		<content:encoded><![CDATA[<p>Hi there,<br />
when I check the page source, I don&#8217;t see any itemprops anywhere..</p>
<p>thanks,<br />
roselle</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disposable Temporary E-Mail Address providers You might want to block on WordPress by Gerold</title>
		<link>http://simplemediacode.info/disposable-temporary-e-mail-address-providers-to-block-on-wordpress/#comment-26590</link>
		<dc:creator>Gerold</dc:creator>
		<pubDate>Fri, 19 Apr 2013 20:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://simplemediacode.info/?p=1028#comment-26590</guid>
		<description><![CDATA[Hi,

if you do not want to take your time to maintain a daily growing block-list consider using this simple wordpress plugin that uses www.bdea.cc as a source:

http://wordpress.org/extend/plugins/block-disposable-email-addresses/

Regards,
G.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>if you do not want to take your time to maintain a daily growing block-list consider using this simple wordpress plugin that uses <a href="http://www.bdea.cc" rel="nofollow">http://www.bdea.cc</a> as a source:</p>
<p><a href="http://wordpress.org/extend/plugins/block-disposable-email-addresses/" rel="nofollow">http://wordpress.org/extend/plugins/block-disposable-email-addresses/</a></p>
<p>Regards,<br />
G.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable Jetpack open graph tags by palPalani</title>
		<link>http://simplemediacode.info/snippets/disable-jetpack-open-graph-tags/#comment-13103</link>
		<dc:creator>palPalani</dc:creator>
		<pubDate>Fri, 30 Nov 2012 05:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simplemediacode.com/?post_type=snippets&#038;p=969#comment-13103</guid>
		<description><![CDATA[add_filter( &#039;jetpack_enable_opengraph&#039;, &#039;__return_false&#039;, 99 );

The &quot;jetpack_enable_opengraph&quot; filter controls whether the Open Graph functionality loads.

For me &quot;jetpack_enable_opengraph&quot; is not working, I am using the &quot;jetpack_enable_open_graph&quot; filter and it works well.

add_filter(&#039;jetpack_enable_open_graph&#039;, &#039;__return_false&#039;, 99);]]></description>
		<content:encoded><![CDATA[<p>add_filter( &#8216;jetpack_enable_opengraph&#8217;, &#8216;__return_false&#8217;, 99 );</p>
<p>The &#8220;jetpack_enable_opengraph&#8221; filter controls whether the Open Graph functionality loads.</p>
<p>For me &#8220;jetpack_enable_opengraph&#8221; is not working, I am using the &#8220;jetpack_enable_open_graph&#8221; filter and it works well.</p>
<p>add_filter(&#8216;jetpack_enable_open_graph&#8217;, &#8216;__return_false&#8217;, 99);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on itemprop attributes for WordPress SERP results by Rolands Umbrovskis</title>
		<link>http://simplemediacode.info/snippets/itemprop-attributes-for-wordpress-serp-results/#comment-11315</link>
		<dc:creator>Rolands Umbrovskis</dc:creator>
		<pubDate>Wed, 14 Nov 2012 11:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simplemediacode.com/?post_type=snippets&#038;p=920#comment-11315</guid>
		<description><![CDATA[This snippet will add itemprop=image to FEATURED images. As some people had no chance to add it other ways.

ITEMPROPWP plugin is doing even more, it will add invisible for humans wrapper of schema.org to CONTENT of post or page (or custom post type), and will be much better results. Recommended to use plugin version http://simplemediacode.com/wordpress-pugins/itemprop-wp/]]></description>
		<content:encoded><![CDATA[<p>This snippet will add itemprop=image to FEATURED images. As some people had no chance to add it other ways.</p>
<p>ITEMPROPWP plugin is doing even more, it will add invisible for humans wrapper of schema.org to CONTENT of post or page (or custom post type), and will be much better results. Recommended to use plugin version <a href="http://simplemediacode.com/wordpress-pugins/itemprop-wp/" rel="nofollow">http://simplemediacode.com/wordpress-pugins/itemprop-wp/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on itemprop attributes for WordPress SERP results by Rolands Umbrovskis</title>
		<link>http://simplemediacode.info/snippets/itemprop-attributes-for-wordpress-serp-results/#comment-11314</link>
		<dc:creator>Rolands Umbrovskis</dc:creator>
		<pubDate>Wed, 14 Nov 2012 11:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simplemediacode.com/?post_type=snippets&#038;p=920#comment-11314</guid>
		<description><![CDATA[It&#039;s now included since plugin version 3.1.4]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s now included since plugin version 3.1.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add itemprop=&#8221;image&#8221; to all WordPress images by Rolands Umbrovskis</title>
		<link>http://simplemediacode.info/snippets/add-itemprop-image-to-all-wordpress-images/#comment-11313</link>
		<dc:creator>Rolands Umbrovskis</dc:creator>
		<pubDate>Wed, 14 Nov 2012 10:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://simplemediacode.info/?post_type=snippets&#038;p=630#comment-11313</guid>
		<description><![CDATA[Hi, SEO!
This Your error code is not related to plugin, it&#039;s error of Your WordPress theme. 

You provided microformat data, but plugin is using microdata if schema.org]]></description>
		<content:encoded><![CDATA[<p>Hi, SEO!<br />
This Your error code is not related to plugin, it&#8217;s error of Your WordPress theme. </p>
<p>You provided microformat data, but plugin is using microdata if schema.org</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add itemprop=&#8221;image&#8221; to all WordPress images by SEO</title>
		<link>http://simplemediacode.info/snippets/add-itemprop-image-to-all-wordpress-images/#comment-11258</link>
		<dc:creator>SEO</dc:creator>
		<pubDate>Wed, 14 Nov 2012 03:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://simplemediacode.info/?post_type=snippets&#038;p=630#comment-11258</guid>
		<description><![CDATA[This shows only in source code. But still missing the following:

hatom-feed
hatom-entry:	
Warning: At least one field must be set for HatomEntry.
Warning: Missing required field &quot;entry-title&quot;.
Warning: Missing required field &quot;updated&quot;.
Warning: Missing required hCard &quot;author&quot;.]]></description>
		<content:encoded><![CDATA[<p>This shows only in source code. But still missing the following:</p>
<p>hatom-feed<br />
hatom-entry:<br />
Warning: At least one field must be set for HatomEntry.<br />
Warning: Missing required field &#8220;entry-title&#8221;.<br />
Warning: Missing required field &#8220;updated&#8221;.<br />
Warning: Missing required hCard &#8220;author&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
