<?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 on: WordPress Plugin &#8211; QR Code Tag v1.0</title>
	<atom:link href="http://www.spreendigital.de/blog/2009/09/19/qr-code-tag-wordpress-plugin-v1-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spreendigital.de/blog/2009/09/19/qr-code-tag-wordpress-plugin-v1-0/</link>
	<description>A blog about Delphi programming, web and other technical stuff</description>
	<lastBuildDate>Sat, 04 Sep 2010 13:44:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dennis Spreen</title>
		<link>http://www.spreendigital.de/blog/2009/09/19/qr-code-tag-wordpress-plugin-v1-0/comment-page-1/#comment-3002</link>
		<dc:creator>Dennis Spreen</dc:creator>
		<pubDate>Wed, 03 Feb 2010 14:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.spreendigital.de/blog/?p=330#comment-3002</guid>
		<description>In order to display a 100 x 100px QR Code in the page template you would include this PHP code:

...
echo $qrcodetag-&gt;getQrCodeUrl($qrcodetag-&gt;currentUrl(),100,&#039;UTF-8&#039;,&#039;L&#039;,4,0); 
</description>
		<content:encoded><![CDATA[<p>In order to display a 100 x 100px QR Code in the page template you would include this PHP code:</p>
<p>&#8230;<br />
echo $qrcodetag->getQrCodeUrl($qrcodetag-&gt;currentUrl(),100,&#8217;UTF-8&#8242;,&#8217;L',4,0);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sorin matei</title>
		<link>http://www.spreendigital.de/blog/2009/09/19/qr-code-tag-wordpress-plugin-v1-0/comment-page-1/#comment-2987</link>
		<dc:creator>sorin matei</dc:creator>
		<pubDate>Mon, 01 Feb 2010 14:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.spreendigital.de/blog/?p=330#comment-2987</guid>
		<description>I am trying to use the php template to display the current url but I cannot find the parameter... what should go in between the brackets, where your example uses &#039;mycontent&#039; as in

&lt;img src=&quot;getQrCodeUrl(&#039;mycontent&#039;,100,&#039;UTF-8&#039;,&#039;L&#039;,4,0); 
?&gt;&quot;&gt; ?</description>
		<content:encoded><![CDATA[<p>I am trying to use the php template to display the current url but I cannot find the parameter&#8230; what should go in between the brackets, where your example uses &#8216;mycontent&#8217; as in</p>
<p>&lt;img src=&quot;getQrCodeUrl(&#8216;mycontent&#8217;,100,&#8217;UTF-8&#8242;,&#8217;L',4,0);<br />
?&gt;&#8221;&gt; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excursions in Android &#187; Barcodes and Android</title>
		<link>http://www.spreendigital.de/blog/2009/09/19/qr-code-tag-wordpress-plugin-v1-0/comment-page-1/#comment-2395</link>
		<dc:creator>Excursions in Android &#187; Barcodes and Android</dc:creator>
		<pubDate>Sat, 05 Dec 2009 13:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.spreendigital.de/blog/?p=330#comment-2395</guid>
		<description>[...] you have a Wordpress blog, you can get a plugin to easily insert QR codes into your [...]</description>
		<content:encoded><![CDATA[<p>[...] you have a Wordpress blog, you can get a plugin to easily insert QR codes into your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1800PocketPC</title>
		<link>http://www.spreendigital.de/blog/2009/09/19/qr-code-tag-wordpress-plugin-v1-0/comment-page-1/#comment-2216</link>
		<dc:creator>1800PocketPC</dc:creator>
		<pubDate>Sat, 28 Nov 2009 00:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.spreendigital.de/blog/?p=330#comment-2216</guid>
		<description>do you take paid request for plugins ?</description>
		<content:encoded><![CDATA[<p>do you take paid request for plugins ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1800PocketPC</title>
		<link>http://www.spreendigital.de/blog/2009/09/19/qr-code-tag-wordpress-plugin-v1-0/comment-page-1/#comment-2172</link>
		<dc:creator>1800PocketPC</dc:creator>
		<pubDate>Wed, 25 Nov 2009 03:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.spreendigital.de/blog/?p=330#comment-2172</guid>
		<description>Great plugin. I am going to add it to my site soon. Any chance of getting a Microsoft Tag plugin like this ?</description>
		<content:encoded><![CDATA[<p>Great plugin. I am going to add it to my site soon. Any chance of getting a Microsoft Tag plugin like this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorand</title>
		<link>http://www.spreendigital.de/blog/2009/09/19/qr-code-tag-wordpress-plugin-v1-0/comment-page-1/#comment-2079</link>
		<dc:creator>Lorand</dc:creator>
		<pubDate>Thu, 19 Nov 2009 13:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.spreendigital.de/blog/?p=330#comment-2079</guid>
		<description>Hello Dennis,

Thanks for your reply. My Theme is Amazing Grace 2.3 par Vladimir Prelovac.

But my problem is in administration panel as you can see on this pic : http://www.android-software.fr/QRCodeTag.png

When I try to move the widget I have a very big horizontal line.

Thanks</description>
		<content:encoded><![CDATA[<p>Hello Dennis,</p>
<p>Thanks for your reply. My Theme is Amazing Grace 2.3 par Vladimir Prelovac.</p>
<p>But my problem is in administration panel as you can see on this pic : <a href="http://www.android-software.fr/QRCodeTag.png" rel="nofollow">http://www.android-software.fr/QRCodeTag.png</a></p>
<p>When I try to move the widget I have a very big horizontal line.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Spreen</title>
		<link>http://www.spreendigital.de/blog/2009/09/19/qr-code-tag-wordpress-plugin-v1-0/comment-page-1/#comment-2073</link>
		<dc:creator>Dennis Spreen</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.spreendigital.de/blog/?p=330#comment-2073</guid>
		<description>Hello Lorand, the plugin works with 2.8.6 as well. Which theme do you use?</description>
		<content:encoded><![CDATA[<p>Hello Lorand, the plugin works with 2.8.6 as well. Which theme do you use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorand</title>
		<link>http://www.spreendigital.de/blog/2009/09/19/qr-code-tag-wordpress-plugin-v1-0/comment-page-1/#comment-2069</link>
		<dc:creator>Lorand</dc:creator>
		<pubDate>Tue, 17 Nov 2009 23:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.spreendigital.de/blog/?p=330#comment-2069</guid>
		<description>Hello :)
Thanks for this plugin. But the widget don&#039;t work on my blog (2.8.6). When I try to move the widget in my sidebar I have a large horizontal line and impossible to place it.</description>
		<content:encoded><![CDATA[<p>Hello <img src='http://www.spreendigital.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks for this plugin. But the widget don&#8217;t work on my blog (2.8.6). When I try to move the widget in my sidebar I have a large horizontal line and impossible to place it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
