<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Tweets are not displaying when using shortcode or PHP code - Support Center				            </title>
            <link>https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/</link>
            <description>XHanch Studio Support And Discussion Center</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 13 Apr 2026 13:40:27 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Re: Tweets are not displaying when using shortcode or PHP code</title>
                        <link>https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2901</link>
                        <pubDate>Wed, 05 Sep 2012 12:07:38 +0000</pubDate>
                        <description><![CDATA[Where did you actually place this code?In a text widget or page/post content?It should be OK if you placed it in page/post content.But, if you placed it in a text widget...]]></description>
                        <content:encoded><![CDATA[Where did you actually place this code?<br><pre></pre><br><br>In a text widget or page/post content?<br>It should be OK if you placed it in page/post content.<br>But, if you placed it in a text widget, you&#039;ll need to use thi splugin to enable shortcode on text widget<br><a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="http://xhanch.com/wordpress-plugin-my-advanced-settings/">http://xhanch.com/wordpress-plugin-my-advanced-settings/</a>]]></content:encoded>
						                            <category domain="https://xhanch.com/forum/xhanch-my-twitter-support-center/">Support Center</category>                        <dc:creator>XHanch</dc:creator>
                        <guid isPermaLink="true">https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2901</guid>
                    </item>
				                    <item>
                        <title>Re: Tweets are not displaying when using shortcode or PHP code</title>
                        <link>https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2899</link>
                        <pubDate>Wed, 05 Sep 2012 03:52:43 +0000</pubDate>
                        <description><![CDATA[HiIn the previous version I used a profile that was called &quot;RPG.&quot;But in this version I&#039;m using &quot;primary&quot;.I also tried to re-use this code but does not work anymore.T...]]></description>
                        <content:encoded><![CDATA[Hi<br><br>In the previous version I used a profile that was called &quot;RPG.&quot;<br><br>But in this version I&#039;m using &quot;primary&quot;.<br><br>I also tried to re-use this code but does not work anymore.<br><br>The only anomaly I&#039;ve observed is that the<br>code:<br><br><pre></pre><br><br>Is not interpreted as code, but is displayed as text in the browser,<br>this s means you may miss a few lines of code to be integrated?<br><br>best regards gp]]></content:encoded>
						                            <category domain="https://xhanch.com/forum/xhanch-my-twitter-support-center/">Support Center</category>                        <dc:creator>Rebelino</dc:creator>
                        <guid isPermaLink="true">https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2899</guid>
                    </item>
				                    <item>
                        <title>Re: Tweets are not displaying when using shortcode or PHP code</title>
                        <link>https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2898</link>
                        <pubDate>Tue, 04 Sep 2012 20:57:15 +0000</pubDate>
                        <description><![CDATA[I used the right code but unfortunately still does not work.Before upgrading, usavoquesto code and everything worked properly. What can I do.?Are you sure?I can see that you have no rpg prof...]]></description>
                        <content:encoded><![CDATA[<blockquote><br>I used the right code but unfortunately still does not work.<br>Before upgrading, usavoquesto code and everything worked properly. <br>What can I do.?<br></blockquote><br><br>Are you sure?<br>I can see that you have no <b>rpg</b> profile, you only have <b>Primary</b> profile.<br><br>What if you place this PP codes:<br><pre>&lt;?php <br>&nbsp; &nbsp; if(function_exists(&#039;xmt&#039;)){&nbsp; &nbsp; &nbsp; &nbsp; <br>&nbsp; &nbsp; &nbsp; &nbsp; $args = array(<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#039;before_widget&#039; =&gt; &#039;&#039;,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#039;after_widget&#039; =&gt; &#039;&#039;,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#039;before_title&#039; =&gt; &#039;&#039;,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#039;after_title&#039; =&gt; &#039;&#039;,<br>&nbsp; &nbsp; &nbsp; &nbsp; );<br>&nbsp; &nbsp; &nbsp; &nbsp; xmt($args, &#039;Primary&#039;);<br>&nbsp; &nbsp; &nbsp; &nbsp; echo &#039;XMT HERE&#039;;<br>&nbsp; &nbsp; }else{<br>&nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;div id=&quot;xmt_rpg_wid&quot; class=&quot;xmt xmt_rpg&quot;&gt;NO XMT&lt;/div&gt;&#039;;<br>&nbsp; &nbsp; }<br>?&gt;</pre>]]></content:encoded>
						                            <category domain="https://xhanch.com/forum/xhanch-my-twitter-support-center/">Support Center</category>                        <dc:creator>XHanch</dc:creator>
                        <guid isPermaLink="true">https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2898</guid>
                    </item>
				                    <item>
                        <title>Re: Tweets are not displaying when using shortcode or PHP code</title>
                        <link>https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2897</link>
                        <pubDate>Tue, 04 Sep 2012 03:51:49 +0000</pubDate>
                        <description><![CDATA[Hi,I used the right code but unfortunately still does not work.Before upgrading, usavoquesto code and everything worked properly. :&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;lt...]]></description>
                        <content:encoded><![CDATA[Hi,<br>I used the right code but unfortunately still does not work.<br><br>Before upgrading, usavoquesto code and everything worked properly. :<br><br><pre><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;?php if (function_exists(&#039;xmt&#039;)) {<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $args = array(<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 		&#039;before_widget&#039; =&gt; &#039;&#039;,<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 		&#039;after_widget&#039; =&gt; &#039;&#039;,<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 		&#039;before_title&#039; =&gt; &#039;&#039;,<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  		&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#039;after_title&#039; =&gt; &#039;&#039;,<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; );<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xmt($args, &#039;rpg&#039;);<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  }<br><br><br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  else {<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;div id=&quot;xmt_rpg_wid&quot; class=&quot;xmt xmt_rpg&quot;&gt;&amp;nbsp;&lt;/div&gt;&#039;;<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  }<br><br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ?&gt;<br></pre><br><br>What can I do.?<br><br>I&#039;m disappointed with this plugin because I was very good.<br><br>Greetings and thanks]]></content:encoded>
						                            <category domain="https://xhanch.com/forum/xhanch-my-twitter-support-center/">Support Center</category>                        <dc:creator>Rebelino</dc:creator>
                        <guid isPermaLink="true">https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2897</guid>
                    </item>
				                    <item>
                        <title>Re: Tweets are not displaying when using shortcode or PHP code</title>
                        <link>https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2895</link>
                        <pubDate>Mon, 03 Sep 2012 13:32:47 +0000</pubDate>
                        <description><![CDATA[Something wrong with your shortcode:It should be:[xmt pro...]]></description>
                        <content:encoded><![CDATA[Something wrong with your shortcode:<br><pre></pre><br><br>It should be:<br><pre></pre>]]></content:encoded>
						                            <category domain="https://xhanch.com/forum/xhanch-my-twitter-support-center/">Support Center</category>                        <dc:creator>XHanch</dc:creator>
                        <guid isPermaLink="true">https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2895</guid>
                    </item>
				                    <item>
                        <title>Re: Tweets are not displaying when using shortcode or PHP code</title>
                        <link>https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2894</link>
                        <pubDate>Mon, 03 Sep 2012 04:33:24 +0000</pubDate>
                        <description><![CDATA[Hi,Absolutely, here&#039;s the code I used:  &lt;div id=&quot;sidebar-top&quot;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;tweet-title&quot;&gt;Gusto Sardegn...]]></description>
                        <content:encoded><![CDATA[Hi,<br><br>Absolutely, here&#039;s the code I used:<br><br> <pre> &lt;div id=&quot;sidebar-top&quot;&gt;<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;tweet-title&quot;&gt;Gusto Sardegna via&nbsp; Twitter&lt;/div&gt;<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;tweet-content&quot;&gt;Gusto Sardegna on Twitter<br>&lt;a href="&quot;http://twitter.com/gustosardegna&quot;&gt;"<br>http//twitter.com/gustosardegna &lt;/a&gt;&lt;/div&gt;<br><br><br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;tweet-footer&quot;&gt;&amp;nbsp;&lt;/div&gt;<br><br>&nbsp; &lt;/div &gt;<br></pre><br><br>The settings in the admin panel<br>all seem ok.<br><br>With the widget works, but with the code inserted into the page,<br>do not appear tweets.<br><br>Thank you, best regards.]]></content:encoded>
						                            <category domain="https://xhanch.com/forum/xhanch-my-twitter-support-center/">Support Center</category>                        <dc:creator>Rebelino</dc:creator>
                        <guid isPermaLink="true">https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2894</guid>
                    </item>
				                    <item>
                        <title>Re: Tweets are not displaying when using shortcode or PHP code</title>
                        <link>https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2893</link>
                        <pubDate>Mon, 03 Sep 2012 02:29:55 +0000</pubDate>
                        <description><![CDATA[Have you changed the &lt;profile name&gt; to your actual profile name so the shortcode will be something like:[xmt profile=Primary before_widget=&quot;&quot; after_widget=&quot;&quot; before...]]></description>
                        <content:encoded><![CDATA[Have you changed the <b>&lt;profile name&gt;</b> to your actual profile name so the shortcode will be something like:<br><pre></pre>]]></content:encoded>
						                            <category domain="https://xhanch.com/forum/xhanch-my-twitter-support-center/">Support Center</category>                        <dc:creator>XHanch</dc:creator>
                        <guid isPermaLink="true">https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-2893</guid>
                    </item>
				                    <item>
                        <title>Tweets are not displaying when using shortcode or PHP code</title>
                        <link>https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-1356</link>
                        <pubDate>Sun, 02 Sep 2012 22:11:42 +0000</pubDate>
                        <description><![CDATA[Hello,I upgraded Xhanch - My Twitter to version 2.7.4Unfortunately I had some problems and I can no longer view the tweetsIn the past I have always used Xhanch - My Twitter on the page,using...]]></description>
                        <content:encoded><![CDATA[Hello,<br><br>I upgraded Xhanch - My Twitter to version 2.7.4<br><br>Unfortunately I had some problems and I can no longer view the tweets<br><br>In the past I have always used Xhanch - My Twitter on the page,<br>using the code that was recommended and everything worked properly.<br><br>This time I utlizzato the new code:<br><pre><br></pre><br><br>I also tried this:<br><pre><br>&lt;? php<br>&nbsp; &nbsp;  $ args = array (<br>&nbsp; &nbsp; &nbsp; &nbsp;  &#039;before_widget&#039; =&gt;&#039;&#039;,<br>&#039;after_widget&#039; =&gt;&#039;&#039;,<br>&#039;before_title&#039; =&gt;&#039;&#039;,<br>&#039;after_title&#039; =&gt;&#039;&#039;,<br>&nbsp; &nbsp;  );<br>&nbsp; &nbsp;  xmt ($ args, &#039;&lt;profile name&gt;&#039;);<br>?&gt;</pre><br><br>But it does not work in either case.<br><br>If you use the widget XMT Latest tweets everything works fine<br><br>Year you can help me understand?<br><br>My website is: <a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="http://www.giampaolofrongia.it">www.giampaolofrongia.it</a><br><br>Thanks Giampaolo]]></content:encoded>
						                            <category domain="https://xhanch.com/forum/xhanch-my-twitter-support-center/">Support Center</category>                        <dc:creator>Rebelino</dc:creator>
                        <guid isPermaLink="true">https://xhanch.com/forum/xhanch-my-twitter-support-center/tweets-are-not-displaying-when-using-shortcode-or-php-code/#post-1356</guid>
                    </item>
							        </channel>
        </rss>
		