<?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: Animated Chinese Emoticons for Comments</title>
	<atom:link href="http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/</link>
	<description>Blogging from Behind the Great Wall</description>
	<lastBuildDate>Tue, 16 Mar 2010 09:33:35 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: liz</title>
		<link>http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/comment-page-1/#comment-30062</link>
		<dc:creator>liz</dc:creator>
		<pubDate>Sat, 22 Nov 2008 08:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/#comment-30062</guid>
		<description>:em62:</description>
		<content:encoded><![CDATA[<p>:em62:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz</title>
		<link>http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/comment-page-1/#comment-30061</link>
		<dc:creator>Liz</dc:creator>
		<pubDate>Sat, 22 Nov 2008 08:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/#comment-30061</guid>
		<description>I&#039;m so confused. I can&#039;t figure out how to get this plugin to work. I see some commenters have used them as comment replies, but I don&#039;t see any smilies to click on. ?</description>
		<content:encoded><![CDATA[<p>I&#8217;m so confused. I can&#8217;t figure out how to get this plugin to work. I see some commenters have used them as comment replies, but I don&#8217;t see any smilies to click on. ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gde Narayana</title>
		<link>http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/comment-page-1/#comment-29071</link>
		<dc:creator>Gde Narayana</dc:creator>
		<pubDate>Sat, 08 Nov 2008 16:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/#comment-29071</guid>
		<description>hey, it&#039;s nice :)

i&#039;m gonna try it ;)</description>
		<content:encoded><![CDATA[<p>hey, it&#8217;s nice <img src='http://www.pandapassport.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>i&#8217;m gonna try it <img src='http://www.pandapassport.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jessa</title>
		<link>http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/comment-page-1/#comment-27697</link>
		<dc:creator>jessa</dc:creator>
		<pubDate>Tue, 21 Oct 2008 14:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/#comment-27697</guid>
		<description>sorry, wrong question...
can i use these smilies for my blog post?</description>
		<content:encoded><![CDATA[<p>sorry, wrong question&#8230;<br />
can i use these smilies for my blog post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jessa</title>
		<link>http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/comment-page-1/#comment-27692</link>
		<dc:creator>jessa</dc:creator>
		<pubDate>Tue, 21 Oct 2008 13:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/#comment-27692</guid>
		<description>where do i find the code?</description>
		<content:encoded><![CDATA[<p>where do i find the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raiza</title>
		<link>http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/comment-page-1/#comment-27152</link>
		<dc:creator>Raiza</dc:creator>
		<pubDate>Thu, 16 Oct 2008 17:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/#comment-27152</guid>
		<description>hey...thanks for sharing this with us...as a thank you gift, I&#039;ll share with you the little hack process I did to make the width smaller...

I edited emotions.css a little bit...

This is the original one...

?#emotion {
    width: 6000px;
    margin-bottom: 10px;
    text-align: center;
} 

I replaced it with this one...

?#emotion {
    width: 550px;
    margin-bottom: 10px;
    text-align: center;
} 


Basically, I just changed the width value from 600 to 550 to the width of my blog area...however, you guys can modify the value a bit more, if your blog area width is more smaller...maybe you could try changing the value to 400...

Thanks!</description>
		<content:encoded><![CDATA[<p>hey&#8230;thanks for sharing this with us&#8230;as a thank you gift, I&#8217;ll share with you the little hack process I did to make the width smaller&#8230;</p>
<p>I edited emotions.css a little bit&#8230;</p>
<p>This is the original one&#8230;</p>
<p>?#emotion {<br />
    width: 6000px;<br />
    margin-bottom: 10px;<br />
    text-align: center;<br />
} </p>
<p>I replaced it with this one&#8230;</p>
<p>?#emotion {<br />
    width: 550px;<br />
    margin-bottom: 10px;<br />
    text-align: center;<br />
} </p>
<p>Basically, I just changed the width value from 600 to 550 to the width of my blog area&#8230;however, you guys can modify the value a bit more, if your blog area width is more smaller&#8230;maybe you could try changing the value to 400&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shunichirou</title>
		<link>http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/comment-page-1/#comment-17568</link>
		<dc:creator>shunichirou</dc:creator>
		<pubDate>Mon, 16 Jun 2008 06:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/#comment-17568</guid>
		<description>thanks! this is awesome! :D</description>
		<content:encoded><![CDATA[<p>thanks! this is awesome! <img src='http://www.pandapassport.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maggie</title>
		<link>http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/comment-page-1/#comment-2359</link>
		<dc:creator>Maggie</dc:creator>
		<pubDate>Tue, 07 Aug 2007 12:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/#comment-2359</guid>
		<description>Great plugin!  The smileys look too cute on my blog now.  :)  Thanks for posting!</description>
		<content:encoded><![CDATA[<p>Great plugin!  The smileys look too cute on my blog now.  <img src='http://www.pandapassport.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Thanks for posting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/comment-page-1/#comment-2356</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 07 Aug 2007 10:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/#comment-2356</guid>
		<description>Thanks for the tip Myo! Just got rid of it just now.

I was kinda stumped by that one!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Myo! Just got rid of it just now.</p>
<p>I was kinda stumped by that one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myo</title>
		<link>http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/comment-page-1/#comment-2353</link>
		<dc:creator>myo</dc:creator>
		<pubDate>Tue, 07 Aug 2007 07:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.pandapassport.com/wordpress/asian-emoticons-wordpress-comments-plugin/#comment-2353</guid>
		<description>:em62:  hey nice plugin.. i already set it up at my blog. btw you can get rid of that Thum image in your emotion list by deleting Thumb.db in your emotion file at server.  :em02:  :em02:  I love this plugin  :em20:</description>
		<content:encoded><![CDATA[<p>:em62:  hey nice plugin.. i already set it up at my blog. btw you can get rid of that Thum image in your emotion list by deleting Thumb.db in your emotion file at server.  :em02:  :em02:  I love this plugin  :em20:</p>
]]></content:encoded>
	</item>
</channel>
</rss>
