<?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 ilertech</title>
	<atom:link href="http://www.ilertech.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilertech.com</link>
	<description>The WordPress Coder, CSS Designer and jQuery Lover</description>
	<lastBuildDate>Mon, 30 Jan 2012 06:31:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on WP Vanilla Connect by Environmental Issues</title>
		<link>http://www.ilertech.com/2012/01/wp-vanilla-connect/comment-page-1/#comment-1603</link>
		<dc:creator>Environmental Issues</dc:creator>
		<pubDate>Mon, 30 Jan 2012 06:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilertech.com/?p=1357#comment-1603</guid>
		<description>Hi, 

I have a problem with the plugin.. I posted on wordpress forum but got no help so far.

The problem is explained here
http://wordpress.org/support/topic/plugin-wp-vanilla-connect-problem-during-signing-in-with-wordpress-blog-account-after-signout

My other query is how do I remove the register link on the right side of connect with wordpress link. It creates confusion as both register and apply for membership links are displayed..

I want to only display the apply for membership link.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have a problem with the plugin.. I posted on wordpress forum but got no help so far.</p>
<p>The problem is explained here<br />
<a href="http://wordpress.org/support/topic/plugin-wp-vanilla-connect-problem-during-signing-in-with-wordpress-blog-account-after-signout" rel="nofollow">http://wordpress.org/support/topic/plugin-wp-vanilla-connect-problem-during-signing-in-with-wordpress-blog-account-after-signout</a></p>
<p>My other query is how do I remove the register link on the right side of connect with wordpress link. It creates confusion as both register and apply for membership links are displayed..</p>
<p>I want to only display the apply for membership link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Vanilla Connect by Nickiler</title>
		<link>http://www.ilertech.com/2012/01/wp-vanilla-connect/comment-page-1/#comment-1605</link>
		<dc:creator>Nickiler</dc:creator>
		<pubDate>Sat, 28 Jan 2012 23:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilertech.com/?p=1357#comment-1605</guid>
		<description>You can leave this setting out if you like. If you don&#039;t want the Register link to show up, just remove the Register URL value inside jsConnect.</description>
		<content:encoded><![CDATA[<p>You can leave this setting out if you like. If you don&#8217;t want the Register link to show up, just remove the Register URL value inside jsConnect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Twitter Share Button to WordPress 3.0 with a simple shortcode by Nickiler</title>
		<link>http://www.ilertech.com/2011/07/add-twitter-share-button-to-wordpress-3-0-with-a-simple-shortcode/comment-page-1/#comment-1602</link>
		<dc:creator>Nickiler</dc:creator>
		<pubDate>Sun, 18 Dec 2011 17:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilertech.com/?p=1256#comment-1602</guid>
		<description>As long as you add the shortcode to your functions.php file wrapped in &lt; ?php CODE ?&gt;, it should respond to the function call.

If you want to add the shortcodes directly to your templates, which is the easiest you need to use the do_shortcode() function. I would highly recommend using the third example and just call the function without do_shortcode().

This code will only work correctly inside the loop. (last I tested)

[php]
&lt;?php twitter_share(); ?&gt;
[/php]</description>
		<content:encoded><![CDATA[<p>As long as you add the shortcode to your functions.php file wrapped in < ?php CODE ?>, it should respond to the function call.</p>
<p>If you want to add the shortcodes directly to your templates, which is the easiest you need to use the do_shortcode() function. I would highly recommend using the third example and just call the function without do_shortcode().</p>
<p>This code will only work correctly inside the loop. (last I tested)</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php twitter_share(); ?&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Twitter Share Button to WordPress 3.0 with a simple shortcode by Nicholas P. Iler</title>
		<link>http://www.ilertech.com/2011/07/add-twitter-share-button-to-wordpress-3-0-with-a-simple-shortcode/comment-page-1/#comment-1601</link>
		<dc:creator>Nicholas P. Iler</dc:creator>
		<pubDate>Sun, 18 Dec 2011 16:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilertech.com/?p=1256#comment-1601</guid>
		<description>Thanks Tomas, Appreciation like this makes me wanna add more articles.</description>
		<content:encoded><![CDATA[<p>Thanks Tomas, Appreciation like this makes me wanna add more articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Facebook Like Button to WordPress 3.0 with a simple shortcode by Nicholas P. Iler</title>
		<link>http://www.ilertech.com/2011/06/add-facebook-like-button-to-wordpress-3-0-with-a-simple-shortcode/comment-page-1/#comment-1600</link>
		<dc:creator>Nicholas P. Iler</dc:creator>
		<pubDate>Sun, 18 Dec 2011 16:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilertech.com/?p=1214#comment-1600</guid>
		<description>Yes. The functions.php needs to be wrapped in php tags.</description>
		<content:encoded><![CDATA[<p>Yes. The functions.php needs to be wrapped in php tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Facebook Like Button to WordPress 3.0 with a simple shortcode by berteld</title>
		<link>http://www.ilertech.com/2011/06/add-facebook-like-button-to-wordpress-3-0-with-a-simple-shortcode/comment-page-1/#comment-1599</link>
		<dc:creator>berteld</dc:creator>
		<pubDate>Sun, 18 Dec 2011 08:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilertech.com/?p=1214#comment-1599</guid>
		<description>Dont u need some sort of start and end in the function code??? when i create a functions.php file and paste the code its just all black and seems like it need a php start and end somewere??</description>
		<content:encoded><![CDATA[<p>Dont u need some sort of start and end in the function code??? when i create a functions.php file and paste the code its just all black and seems like it need a php start and end somewere??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Twitter Share Button to WordPress 3.0 with a simple shortcode by Nick</title>
		<link>http://www.ilertech.com/2011/07/add-twitter-share-button-to-wordpress-3-0-with-a-simple-shortcode/comment-page-1/#comment-1598</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 15 Dec 2011 19:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilertech.com/?p=1256#comment-1598</guid>
		<description>I can&#039;t seem to be able to call this in my loop -- I&#039;m really trying to use the vertical box example -- do i put the shortcode or the &lt;?php in the loop -- I&#039;ve tried both and nothing seems to work!

N</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to be able to call this in my loop &#8212; I&#8217;m really trying to use the vertical box example &#8212; do i put the shortcode or the &lt;?php in the loop &#8212; I&#039;ve tried both and nothing seems to work!</p>
<p>N</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Twitter Follow Button to WordPress 3.0 with a simple shortcode by Nicholas P. Iler</title>
		<link>http://www.ilertech.com/2011/07/add-twitter-follow-button-to-wordpress-3-0-with-a-simple-shortcode/comment-page-1/#comment-1597</link>
		<dc:creator>Nicholas P. Iler</dc:creator>
		<pubDate>Mon, 28 Nov 2011 07:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilertech.com/?p=1282#comment-1597</guid>
		<description>Hey Nic, Funny thing is the CSS work turned out to be much more painful than putting the shortcodes together. Facebook has some in-line styles that conflict with others I found. What I did for this site was display other short codes before the Facebook shortcode and wrap them in div&#039;s to float them to the left. Just leave the Facebook shortcode without an extra div and it should all line up correctly. Lastly, I wrapped them all into one div.

I was thinking about doing another post just for display, since I had so many problems. We&#039;ll see !-)</description>
		<content:encoded><![CDATA[<p>Hey Nic, Funny thing is the CSS work turned out to be much more painful than putting the shortcodes together. Facebook has some in-line styles that conflict with others I found. What I did for this site was display other short codes before the Facebook shortcode and wrap them in div&#8217;s to float them to the left. Just leave the Facebook shortcode without an extra div and it should all line up correctly. Lastly, I wrapped them all into one div.</p>
<p>I was thinking about doing another post just for display, since I had so many problems. We&#8217;ll see !-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Twitter Follow Button to WordPress 3.0 with a simple shortcode by Nic</title>
		<link>http://www.ilertech.com/2011/07/add-twitter-follow-button-to-wordpress-3-0-with-a-simple-shortcode/comment-page-1/#comment-1596</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Sun, 27 Nov 2011 23:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilertech.com/?p=1282#comment-1596</guid>
		<description>Thanks for the great tutorials. I&#039;m having trouble getting multiple shortcodes to show up on the same line. The html in the php seems pretty trivial, but somehow they still print on separate lines. Do you have any suggestions on how to fix this? -- http://www.onthemoveproductions.com/?page_id=38</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorials. I&#8217;m having trouble getting multiple shortcodes to show up on the same line. The html in the php seems pretty trivial, but somehow they still print on separate lines. Do you have any suggestions on how to fix this? &#8212; <a href="http://www.onthemoveproductions.com/?page_id=38" rel="nofollow">http://www.onthemoveproductions.com/?page_id=38</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Google + 1 to WordPress 3.0 with a simple shortcode by Exchange google plus one</title>
		<link>http://www.ilertech.com/2011/06/add-google-1-to-wordpress-3-0-with-a-simple-shortcode/comment-page-1/#comment-1595</link>
		<dc:creator>Exchange google plus one</dc:creator>
		<pubDate>Sun, 23 Oct 2011 15:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilertech.com/?p=1072#comment-1595</guid>
		<description>Thank you on this info. Keep doing great work.</description>
		<content:encoded><![CDATA[<p>Thank you on this info. Keep doing great work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 12/22 queries in 0.058 seconds using disk: basic
Object Caching 358/375 objects using disk: basic

Served from: www.ilertech.com @ 2012-02-05 13:24:37 -->
