<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Twitter Widget appears broken</title>
		<link>http://www.kriesi.at/support/topic/twitter-widget-appears-broken</link>
		<description>Support Forum - Topic: Twitter Widget appears broken</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 21:17:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/twitter-widget-appears-broken" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Twitter Widget appears broken"</title>
			<link>http://www.kriesi.at/support/topic/twitter-widget-appears-broken#post-91597</link>
			<pubDate>Tue, 15 Jan 2013 01:02:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91597@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi johnkappa,&#60;/p&#62;
&#60;p&#62;Glad that you fixed it and thanks for sharing the solution. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnkappa on "Twitter Widget appears broken"</title>
			<link>http://www.kriesi.at/support/topic/twitter-widget-appears-broken#post-91594</link>
			<pubDate>Tue, 15 Jan 2013 00:41:37 +0000</pubDate>
			<dc:creator>johnkappa</dc:creator>
			<guid isPermaLink="false">91594@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Fixed it... Just made the following change&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$response = wp_remote_get( &#38;#39;http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=&#38;#39;.$username );
			//$response = wp_remote_get( &#38;#39;http://api.twitter.com/1/statuses/user_timeline.xml?include_rts=true&#38;amp;screen_name=&#38;#39;.$username );
			if (!is_wp_error($response))
			{
				$xml = simplexml_load_string($response[&#38;#39;body&#38;#39;]);
				//follower: (int) $xml-&#38;gt;status-&#38;gt;user-&#38;gt;followers_count&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>johnkappa on "Twitter Widget appears broken"</title>
			<link>http://www.kriesi.at/support/topic/twitter-widget-appears-broken#post-91592</link>
			<pubDate>Tue, 15 Jan 2013 00:10:45 +0000</pubDate>
			<dc:creator>johnkappa</dc:creator>
			<guid isPermaLink="false">91592@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's appear the Twitter Widget has stopped working for the site.&#60;/p&#62;
&#60;p&#62;All that appears is No public Tweets found&#60;br /&#62;
&#60;a href=&#34;http://www.bestgroupaust.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.bestgroupaust.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is the line that seems to be causing the problem. Line 188 - class-framework-widgets.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$xml = simplexml_load_string($response[&#38;#39;body&#38;#39;]);
//follower: (int) $xml-&#38;gt;status-&#38;gt;user-&#38;gt;followers_count&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And the error I get when it's not commented out is;&#60;/p&#62;
&#60;p&#62;Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 908: parser error : xmlParseCharRef: invalid xmlChar value 3 in C:\inetpub\vhosts\bestgroupaust.com\httpdocs\wp-content\themes\angular\framework\php\class-framework-widgets.php on line 188&#60;/p&#62;
&#60;p&#62;Can someone please advise
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
