<?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>Takashi Irie &#187; WordPress</title> <atom:link href="http://takashiirie.com/portfolio/wordpress/feed/" rel="self" type="application/rss+xml" /><link>http://takashiirie.com</link> <description>I am a UK based Japanese web designer &#38; developer who is working as a theme wrangler at WordPress.com / Automattic</description> <lastBuildDate>Sun, 29 Apr 2012 21:36:29 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Automattic Grows&#160;Up.</title><link>http://takashiirie.com/wordpress/automattic-grows-company-wordpresscom-shares-revenue-numbers-hires-execs.html</link> <comments>http://takashiirie.com/wordpress/automattic-grows-company-wordpresscom-shares-revenue-numbers-hires-execs.html#comments</comments> <pubDate>Wed, 25 Apr 2012 22:28:06 +0000</pubDate> <dc:creator>Takashi Irie</dc:creator> <category><![CDATA[Automattic]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://takashiirie.com/?p=1280</guid> <description><![CDATA[Liz Gannes&#8217;s article on AllThingsD. Automattic Grows Up: The Company Behind WordPress.com Shares Revenue Numbers and Hires Execs.]]></description> <content:encoded><![CDATA[<p>Liz Gannes&#8217;s article on AllThingsD.</p><p><a href="http://allthingsd.com/20120425/automattic-grows-up-the-company-behind-wordpress-com-shares-revenue-numbers-and-hires-execs/" target="_blank">Automattic Grows Up: The Company Behind WordPress.com Shares Revenue Numbers and Hires Execs.</a></p> ]]></content:encoded> <wfw:commentRss>http://takashiirie.com/wordpress/automattic-grows-company-wordpresscom-shares-revenue-numbers-hires-execs.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WP.com Theme Team T-Shirt&#160;:)</title><link>http://takashiirie.com/wordpress/wpcom-theme-team-tshirt.html</link> <comments>http://takashiirie.com/wordpress/wpcom-theme-team-tshirt.html#comments</comments> <pubDate>Fri, 27 Jan 2012 23:49:20 +0000</pubDate> <dc:creator>Takashi Irie</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[T-Shirt]]></category> <category><![CDATA[WP.com]]></category><guid isPermaLink="false">http://takashiirie.com/?p=1224</guid> <description><![CDATA[T-shirt given the member of the theme team in the meetup at NYC in 2012 :) W00t!]]></description> <content:encoded><![CDATA[<div id="attachment_1225" class="wp-caption alignnone" style="width: 810px"><img src="http://takashiirie.com/wp-content/uploads/2012/01/IMG_0428.jpg" alt="IMG 0428 WP.com Theme Team T Shirt :)" title="IMG_0428" width="800" height="534" class="size-full wp-image-1225" /><p class="wp-caption-text">Front</p></div><div id="attachment_1231" class="wp-caption alignnone" style="width: 810px"><img src="http://takashiirie.com/wp-content/uploads/2012/01/IMG_0435.jpg" alt="IMG 0435 WP.com Theme Team T Shirt :)" title="IMG_0435" width="800" height="598" class="size-full wp-image-1231" /><p class="wp-caption-text">Back</p></div><p>T-shirt given the member of the theme team in the meetup at NYC in 2012 :) W00t!</p> ]]></content:encoded> <wfw:commentRss>http://takashiirie.com/wordpress/wpcom-theme-team-tshirt.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to make the categories selection window taller with jQuery in WordPress&#160;admin</title><link>http://takashiirie.com/wordpress/categories-selection-window-taller-jquery-wordpress-admin.html</link> <comments>http://takashiirie.com/wordpress/categories-selection-window-taller-jquery-wordpress-admin.html#comments</comments> <pubDate>Wed, 04 Aug 2010 13:05:26 +0000</pubDate> <dc:creator>Takashi Irie</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[jQuery]]></category><guid isPermaLink="false">http://takashiirie.com/?p=715</guid> <description><![CDATA[This solves something that has bothered me for sometime in WordPress admin interface. When a site has a lot of categories, the categories selection window is just not tall enough and we have to find the right category by scrolling the tiny window, but no more! With jQuery, the window expands dynamically. Amazing. Open you [...]]]></description> <content:encoded><![CDATA[<p>This solves something that has bothered me for sometime in WordPress admin interface. When a site has a lot of categories, the categories selection window is just not tall enough and we have to find the right category by scrolling the tiny window, but no more! With jQuery, the window expands dynamically. Amazing. Open you function.php and paste the following code.<span id="more-715"></span></p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'admin_head'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'categories_selection_jquery'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> categories_selection_jquery<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">echo</span><span style="color: #0000ff;">'
	&lt;script type=&quot;text/javascript&quot;&gt;
		jQuery(function($){
			$(&quot;#category-all.tabs-panel&quot;).height($(&quot;#categorychecklist&quot;).height());
		});
	&lt;/script&gt;
	'</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div><p><img src="http://takashiirie.com/wp-content/uploads/2010/08/wordpress-categories-selection-panel1.jpg" alt="wordpress categories selection panel1 How to make the categories selection window taller with jQuery in WordPress admin" title="wordpress-categories-selection-panel" width="580" height="560" class="alignnone size-full wp-image-718" /></p><p>Thanks <a href="http://wpcanyon.com/tipsandtricks/increasing-the-categories-selection-height-in-wordpress-admin/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+wpcanyon+%28wpCanyon%29&amp;utm_content=Google+Reader" target="_blank">WPCanyon</a> for the great idea!</p> ]]></content:encoded> <wfw:commentRss>http://takashiirie.com/wordpress/categories-selection-window-taller-jquery-wordpress-admin.html/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>How to show your latest tweets on your WordPress site without a&#160;plugin</title><link>http://takashiirie.com/wordpress/show-latest-tweets-wordpress-plugin.html</link> <comments>http://takashiirie.com/wordpress/show-latest-tweets-wordpress-plugin.html#comments</comments> <pubDate>Tue, 30 Mar 2010 02:26:47 +0000</pubDate> <dc:creator>Takashi Irie</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[twitter]]></category><guid isPermaLink="false">http://takashiirie.com/?p=610</guid> <description><![CDATA[Showing your latest tweets on your WordPress site is a good way to help your readers staying tuned with you, and doing it became a such common task. A plug-in can do that job but it&#8217;s simple tasks and if you are WordPress themer you probably should do it without a plug-in. If you want [...]]]></description> <content:encoded><![CDATA[<p>Showing your latest tweets on your WordPress site is a good way to help your readers staying tuned with you, and doing it became a such common task. A plug-in can do that job but it&#8217;s simple tasks and if you are WordPress themer you probably should do it without a plug-in.<span id="more-610"></span></p><p>If you want to show only the latest tweet on your site, the method <a href="http://scriptplayground.com/tutorials/php/Latest-Twitter-Update-With-PHP/" target="_blank">Ryan Barr</a> suggested is good to go. (Although he said this method can show multiple tweets with changing the number of rpp on line 12 but it&#8217;s never worked for me. Also don&#8217;t forget add line 21.)</p><h2>Method for displaying the latest tweet</h2><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">// Your twitter username.</span>
<span style="color: #000088;">$username</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;TwitterUsername&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Prefix - some text you want displayed before your latest tweet. </span>
<span style="color: #666666; font-style: italic;">// (HTML is OK, but be sure to escape quotes with backslashes: for example href=\&quot;link.html\&quot;)</span>
<span style="color: #000088;">$prefix</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Suffix - some text you want display after your latest tweet. (Same rules as the prefix.)</span>
<span style="color: #000088;">$suffix</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$feed</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;http://search.twitter.com/search.atom?q=from:&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$username</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&amp;rpp=1&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> parse_feed<span style="color: #009900;">&#40;</span><span style="color: #000088;">$feed</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
   <span style="color: #000088;">$stepOne</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;content type=<span style="color: #000099; font-weight: bold;">\&quot;</span>html<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$feed</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000088;">$stepTwo</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;/content&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$stepOne</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   <span style="color: #000088;">$tweet</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$stepTwo</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
   <span style="color: #000088;">$tweet</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&amp;lt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&lt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$tweet</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000088;">$tweet</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&amp;gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$tweet</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000088;">$tweet</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&amp;quot;&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$tweet</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #b1b100;">return</span> <span style="color: #000088;">$tweet</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000088;">$twitterFeed</span> <span style="color: #339933;">=</span> <span style="color: #990000;">file_get_contents</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$feed</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">echo</span> <span style="color: #990000;">stripslashes</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$prefix</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> parse_feed<span style="color: #009900;">&#40;</span><span style="color: #000088;">$twitterFeed</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">stripslashes</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$suffix</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div><p><strong></strong><br /> <span style="color:#ff0000"><strong>UPDATE</strong></span><br /> However, if you want to show more than one tweets, the method <a href="http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/">InstantShift</a> presented is the best way! With this method we are even able to show tweets from multiple accounts! I modified their code to make links clickable and quote &#038; apostrophe appearing as they should be.</p><h2>Method for displaying more than one tweets from account(s)</h2><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$usernames</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;YourTwitterUsername&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Pull from accounts, separated by a space</span>
<span style="color: #000088;">$limit</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;3&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Number of tweets to pull in, total.</span>
<span style="color: #000088;">$show</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Show username? 0 = No, 1 = Yes.</span>
&nbsp;
<span style="color: #000088;">$prefix</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;ul&gt;&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// This comes before the entire block of tweets.</span>
<span style="color: #000088;">$prefix_sub</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;li&gt;&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// This comes before each tweet on the feed.</span>
<span style="color: #000088;">$wedge</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;br /&gt;&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// This comes after the username but before the tweet content.</span>
<span style="color: #000088;">$suffix_sub</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;/li&gt;&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// This comes after each tweet on the feed.</span>
<span style="color: #000088;">$suffix</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;/ul&gt;&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// This comes after the entire block of tweets.</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> parse_feed<span style="color: #009900;">&#40;</span><span style="color: #000088;">$usernames</span><span style="color: #339933;">,</span> <span style="color: #000088;">$limit</span><span style="color: #339933;">,</span> <span style="color: #000088;">$show</span><span style="color: #339933;">,</span> <span style="color: #000088;">$prefix_sub</span><span style="color: #339933;">,</span> <span style="color: #000088;">$wedge</span><span style="color: #339933;">,</span> <span style="color: #000088;">$suffix_sub</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
    <span style="color: #000088;">$usernames</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot; &quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;+OR+from%3A&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$usernames</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$feed</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;http://search.twitter.com/search.atom?q=from%3A&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$usernames</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&amp;rpp=&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$limit</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$feed</span> <span style="color: #339933;">=</span> <span style="color: #990000;">file_get_contents</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$feed</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$feed</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&amp;&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&amp;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$feed</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$feed</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&lt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$feed</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$feed</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$feed</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$clean</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;entry&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$feed</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$amount</span> <span style="color: #339933;">=</span> <span style="color: #990000;">count</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$clean</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">-</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span> <span style="color: #000088;">$i</span> <span style="color: #339933;">&lt;=</span> <span style="color: #000088;">$amount</span><span style="color: #339933;">;</span> <span style="color: #000088;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
    	<span style="color: #000088;">$entry_close</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;/entry&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$clean</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    	<span style="color: #000088;">$clean_content_1</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;content type=<span style="color: #000099; font-weight: bold;">\&quot;</span>html<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$entry_close</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    	<span style="color: #000088;">$clean_content</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;/content&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$clean_content_1</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    	<span style="color: #000088;">$clean_name_2</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;name&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$entry_close</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    	<span style="color: #000088;">$clean_name_1</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;(&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$clean_name_2</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    	<span style="color: #000088;">$clean_name</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;)&lt;/name&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$clean_name_1</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    	<span style="color: #000088;">$clean_uri_1</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;uri&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$entry_close</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    	<span style="color: #000088;">$clean_uri</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;/uri&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$clean_uri_1</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    	<span style="color: #666666; font-style: italic;">// Make the links clickable and take care quote &amp; apostrophe</span>
&nbsp;
    	<span style="color: #000088;">$clean_content</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&amp;lt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&lt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$clean_content</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
    	<span style="color: #000088;">$clean_content</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&amp;gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$clean_content</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
    	<span style="color: #000088;">$clean_content</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&amp;amp;&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&amp;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$clean_content</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
    	<span style="color: #000088;">$clean_content</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&amp;quot;&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$clean_content</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    	<span style="color: #000088;">$clean_content</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&amp;apos;&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;'&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$clean_content</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    	<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$prefix_sub</span><span style="color: #339933;">;</span>
&nbsp;
    	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$show</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> 
    		<span style="color: #b1b100;">echo</span>  <span style="color: #0000ff;">&quot;&lt;a href=<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$clean_uri</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span> class=<span style="color: #000099; font-weight: bold;">\&quot;</span>twitterlink<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$clean_name</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;/a&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$wedge</span><span style="color: #339933;">;</span> 
    	<span style="color: #009900;">&#125;</span>
    	<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$clean_content</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
    	<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$suffix_sub</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$prefix</span><span style="color: #339933;">;</span>
parse_feed<span style="color: #009900;">&#40;</span><span style="color: #000088;">$usernames</span><span style="color: #339933;">,</span> <span style="color: #000088;">$limit</span><span style="color: #339933;">,</span> <span style="color: #000088;">$show</span><span style="color: #339933;">,</span> <span style="color: #000088;">$prefix_sub</span><span style="color: #339933;">,</span> <span style="color: #000088;">$wedge</span><span style="color: #339933;">,</span> <span style="color: #000088;">$suffix_sub</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$suffix</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>]]></content:encoded> <wfw:commentRss>http://takashiirie.com/wordpress/show-latest-tweets-wordpress-plugin.html/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 5/10 queries in 0.043 seconds using disk: basic
Object Caching 585/587 objects using disk: basic

Served from: takashiirie.com @ 2012-05-18 09:31:51 -->
