<?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: Enabling Twitter avatars within BuddyPress</title>
	<atom:link href="http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/feed/" rel="self" type="application/rss+xml" />
	<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/</link>
	<description>pipe delimited life</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:41:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: buddypress tutorial &#124; Orange-Programmer</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-142856</link>
		<dc:creator>buddypress tutorial &#124; Orange-Programmer</dc:creator>
		<pubDate>Wed, 13 Apr 2011 12:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-142856</guid>
		<description>[...] 3.&#160;Enabling Twitter Avatars Within BuddyPress [...]</description>
		<content:encoded><![CDATA[<p>[…] 3. Enabling Twitter Avatars Within BuddyPress […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thao</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-130246</link>
		<dc:creator>Thao</dc:creator>
		<pubDate>Sat, 15 Jan 2011 09:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-130246</guid>
		<description>So how do you call the avatar in a WordPress template?</description>
		<content:encoded><![CDATA[<p>So how do you call the avatar in a WordPress template?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kees</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-105997</link>
		<dc:creator>Kees</dc:creator>
		<pubDate>Fri, 07 May 2010 09:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-105997</guid>
		<description>likes this post</description>
		<content:encoded><![CDATA[<p>likes this post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Premist</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-103124</link>
		<dc:creator>Premist</dc:creator>
		<pubDate>Sat, 06 Mar 2010 23:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-103124</guid>
		<description>likes this post</description>
		<content:encoded><![CDATA[<p>likes this post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dean.j.robinson</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-103122</link>
		<dc:creator>dean.j.robinson</dc:creator>
		<pubDate>Sat, 06 Mar 2010 23:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-103122</guid>
		<description>@modemlooper I&#039;ve just updated the function to use a different service for retrieving static twitter avatars which looks like it might be more reliable, it uses the tweetimag.es ( eg: http://img.tweetimag.es/i/modemlooper_n ) all you should need to do is update the bp_twc_get_avatar function with the new version I&#039;ve added to this post and it should be ready to go.</description>
		<content:encoded><![CDATA[<p>@modemlooper I’ve just updated the function to use a different service for retrieving static twitter avatars which looks like it might be more reliable, it uses the tweetimag.es ( eg: <a href="http://img.tweetimag.es/i/modemlooper_n" rel="nofollow">http://img.tweetimag.es/i/modemlooper_n</a> ) all you should need to do is update the bp_twc_get_avatar function with the new version I’ve added to this post and it should be ready to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dean.j.robinson</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102936</link>
		<dc:creator>dean.j.robinson</dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102936</guid>
		<description>Thanks for the info, I&#039;ve added a note to the post mentioning that this function is best added to a child theme, not directly to the core default theme.</description>
		<content:encoded><![CDATA[<p>Thanks for the info, I’ve added a note to the post mentioning that this function is best added to a child theme, not directly to the core default theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volkstuin</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102934</link>
		<dc:creator>volkstuin</dc:creator>
		<pubDate>Wed, 03 Mar 2010 20:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102934</guid>
		<description>That&#039;s it modemlooper! I made a simple child theme: inherit style.css and a functions.php with Dean&#039;s code only. Uploaded those to wp-content/themes/childthemetwitavatar/ and activated the child theme in admin. See the description on how to build a child theme on: http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/. Dean, send me a DM with your email address @volkstuin and I will mail you the files, so you can add it here for other users, if you like.

Cheers guys!!</description>
		<content:encoded><![CDATA[<p>That’s it modemlooper! I made a simple child theme: inherit style.css and a functions.php with Dean’s code only. Uploaded those to wp-content/themes/childthemetwitavatar/ and activated the child theme in admin. See the description on how to build a child theme on: <a href="http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/" rel="nofollow">http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/</a>. Dean, send me a DM with your email address @volkstuin and I will mail you the files, so you can add it here for other users, if you like.</p>
<p>Cheers guys!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dean.j.robinson</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102892</link>
		<dc:creator>dean.j.robinson</dc:creator>
		<pubDate>Wed, 03 Mar 2010 03:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102892</guid>
		<description>lol, guess that means there are too many people using Twit Connect (the &#039;app&#039; that is used by Twit Connect to retrieve the static twitter avatars is, as far as I know, run by the author of the Twit Connect plugin)... he&#039;ll probably need to find a different method of referencing twitter profile images (static urls for twitter avatars should be part of the twitter api but as far as I am aware it is not)</description>
		<content:encoded><![CDATA[<p>lol, guess that means there are too many people using Twit Connect (the ‘app’ that is used by Twit Connect to retrieve the static twitter avatars is, as far as I know, run by the author of the Twit Connect plugin)… he’ll probably need to find a different method of referencing twitter profile images (static urls for twitter avatars should be part of the twitter api but as far as I am aware it is not)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: modemlooper</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102891</link>
		<dc:creator>modemlooper</dc:creator>
		<pubDate>Wed, 03 Mar 2010 03:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102891</guid>
		<description>avatars have died and the img src is http://purl.org/net/spiurl/modemlooper When you go to that url it say google app engine has died.</description>
		<content:encoded><![CDATA[<p>avatars have died and the img src is <a href="http://purl.org/net/spiurl/modemlooper" rel="nofollow">http://purl.org/net/spiurl/modemlooper</a> When you go to that url it say google app engine has died.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: modemlooper</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102890</link>
		<dc:creator>modemlooper</dc:creator>
		<pubDate>Wed, 03 Mar 2010 03:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102890</guid>
		<description>I had to use a child theme function file. If it was placed in the default functions file it threw up that error.</description>
		<content:encoded><![CDATA[<p>I had to use a child theme function file. If it was placed in the default functions file it threw up that error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dean.j.robinson</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102883</link>
		<dc:creator>dean.j.robinson</dc:creator>
		<pubDate>Wed, 03 Mar 2010 02:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102883</guid>
		<description>Having a bit of a look now to see if I can spot a possible cause, I&#039;ve tried the things you&#039;ve mentioned but haven&#039;t been able to replicate the issue thus far.</description>
		<content:encoded><![CDATA[<p>Having a bit of a look now to see if I can spot a possible cause, I’ve tried the things you’ve mentioned but haven’t been able to replicate the issue thus far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volkstuin</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102882</link>
		<dc:creator>volkstuin</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102882</guid>
		<description>More info: I&#039;m running Single WP 2.9.1, BP 1.2.1 and Twit Connect is installed</description>
		<content:encoded><![CDATA[<p>More info: I’m running Single WP 2.9.1, BP 1.2.1 and Twit Connect is installed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volkstuin</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102881</link>
		<dc:creator>volkstuin</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102881</guid>
		<description>Hi Dean, just discovered same error modemlooper had. I am pretty sure I took the right functions.php. When I choose edit profile or log out I get the same error. Hope you can help:

Warning: Cannot modify header information - headers already sent by (output started at /domains/pixelcasting.com/public_html/moestuintwt/wp-content/plugins/buddypress/bp-themes/bp-default/functions.php:3) in /domains/pixelcasting.com/public_html/moestuintwt/wp-includes/pluggable.php on line 868</description>
		<content:encoded><![CDATA[<p>Hi Dean, just discovered same error modemlooper had. I am pretty sure I took the right functions.php. When I choose edit profile or log out I get the same error. Hope you can help:</p>
<p>Warning: Cannot modify header information — headers already sent by (output started at /domains/pixelcasting.com/public_html/moestuintwt/wp-content/plugins/buddypress/bp-themes/bp-default/functions.php:3) in /domains/pixelcasting.com/public_html/moestuintwt/wp-includes/pluggable.php on line 868</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volkstuin</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102879</link>
		<dc:creator>volkstuin</dc:creator>
		<pubDate>Wed, 03 Mar 2010 00:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102879</guid>
		<description>Cheers Dean, I have been looking for a solution all Sunday. Yours came right in time!!!</description>
		<content:encoded><![CDATA[<p>Cheers Dean, I have been looking for a solution all Sunday. Yours came right in time!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dean.j.robinson</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102877</link>
		<dc:creator>dean.j.robinson</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102877</guid>
		<description>heh, I do that sort of thing all the time, glad to hear its all working now.</description>
		<content:encoded><![CDATA[<p>heh, I do that sort of thing all the time, glad to hear its all working now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: modemlooper</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102876</link>
		<dc:creator>modemlooper</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102876</guid>
		<description>ok I am going cross eyed. LOL I had different functions file open from different sites and pasted the code into the wrong site. Working now perfectly.</description>
		<content:encoded><![CDATA[<p>ok I am going cross eyed. LOL I had different functions file open from different sites and pasted the code into the wrong site. Working now perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: modemlooper</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102875</link>
		<dc:creator>modemlooper</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102875</guid>
		<description>a test site. http://tempsg.com/buddypress/</description>
		<content:encoded><![CDATA[<p>a test site. <a href="http://tempsg.com/buddypress/" rel="nofollow">http://tempsg.com/buddypress/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: modemlooper</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102874</link>
		<dc:creator>modemlooper</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102874</guid>
		<description>Sorry my fault was a janky file. Though I added this it did not pull in the avatar.</description>
		<content:encoded><![CDATA[<p>Sorry my fault was a janky file. Though I added this it did not pull in the avatar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dean.j.robinson</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102873</link>
		<dc:creator>dean.j.robinson</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102873</guid>
		<description>I&#039;m assuming that both the BuddyPress 1.2 and TwitConnect plugins are installed and activated, can you post the specific error your getting and I&#039;ll see if I can help.</description>
		<content:encoded><![CDATA[<p>I’m assuming that both the BuddyPress 1.2 and TwitConnect plugins are installed and activated, can you post the specific error your getting and I’ll see if I can help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: modemlooper</title>
		<link>http://old.deanjrobinson.com/article/enabling-twitter-avatars-within-buddypress/comment-page-1/#comment-102872</link>
		<dc:creator>modemlooper</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/?p=1219#comment-102872</guid>
		<description>Tried this on single WP and it threw up header errors.</description>
		<content:encoded><![CDATA[<p>Tried this on single WP and it threw up header errors.</p>
]]></content:encoded>
	</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 28/46 queries in 0.518 seconds using disk: basic

Served from: old.deanjrobinson.com @ 2012-05-21 20:35:37 -->
