<?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: Plug-In: Embed Ustream Into WordPress</title> <atom:link href="http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/feed/" rel="self" type="application/rss+xml" /><link>http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/</link> <description>Helping Normal People Get Their Geek On</description> <lastBuildDate>Wed, 15 Feb 2012 10:29:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: George</title><link>http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/comment-page-1/#comment-38702</link> <dc:creator>George</dc:creator> <pubDate>Fri, 12 Feb 2010 22:51:41 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/#comment-38702</guid> <description>That code is slightly wrong, here is the fixed code:function wpustream_add_options_page()
{
add_options_page(&#039;Ustream Options&#039;, &#039;Ustream&#039;, 5, &#039;ustream/options-ustream.php&#039;);
}/* Action calls for all functions */
add_action(&#039;admin_menu&#039;, &#039;wpustream_add_options_page&#039;);
add_filter(&#039;the_content&#039;, &#039;wpustream_callback&#039;, 7);Also, watch for curly quotes if doing a copy/paste.</description> <content:encoded><![CDATA[<p>That code is slightly wrong, here is the fixed code:</p><p>function wpustream_add_options_page()<br
/> {<br
/> add_options_page(&#8216;Ustream Options&#8217;, &#8216;Ustream&#8217;, 5, &#8216;ustream/options-ustream.php&#8217;);<br
/> }</p><p>/* Action calls for all functions */<br
/> add_action(&#8216;admin_menu&#8217;, &#8216;wpustream_add_options_page&#8217;);<br
/> add_filter(&#8216;the_content&#8217;, &#8216;wpustream_callback&#8217;, 7);</p><p>Also, watch for curly quotes if doing a copy/paste.</p> ]]></content:encoded> </item> <item><title>By: Simone Cossu</title><link>http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/comment-page-1/#comment-35005</link> <dc:creator>Simone Cossu</dc:creator> <pubDate>Tue, 17 Nov 2009 14:12:07 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/#comment-35005</guid> <description>Hi, the problem is the hooking with the admin panel. In the file wp-ustream.php change the lines 122 - 129 in this way:function wpustream_add_options_page()
{
add_options_page(&#039;Ustream Options&#039;, &#039;Ustream&#039;, 5, &#039;ustream/options-ustream.php&#039;, &#039;&#039;);
}/* Action calls for all functions */
add_action(&#039;admin_menu&#039;, &#039;wpustream_add_options_page&#039;);
add_filter(&#039;the_content&#039;, &#039;wpustream_callback&#039;, 7);I hope this help you</description> <content:encoded><![CDATA[<p>Hi, the problem is the hooking with the admin panel. In the file wp-ustream.php change the lines 122 &#8211; 129 in this way:</p><p>function wpustream_add_options_page()<br
/> {<br
/> add_options_page(&#8216;Ustream Options&#8217;, &#8216;Ustream&#8217;, 5, &#8216;ustream/options-ustream.php&#8217;, &#8221;);<br
/> }</p><p>/* Action calls for all functions */<br
/> add_action(&#8216;admin_menu&#8217;, &#8216;wpustream_add_options_page&#8217;);<br
/> add_filter(&#8216;the_content&#8217;, &#8216;wpustream_callback&#8217;, 7);</p><p>I hope this help you</p> ]]></content:encoded> </item> <item><title>By: Courtney Bostdorff</title><link>http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/comment-page-1/#comment-31776</link> <dc:creator>Courtney Bostdorff</dc:creator> <pubDate>Mon, 07 Sep 2009 21:54:41 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/#comment-31776</guid> <description>seems like no one is following us on here :( we might be SOL.</description> <content:encoded><![CDATA[<p>seems like no one is following us on here <img
src='http://pcmech.pcmediainc.netdna-cdn.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> we might be SOL.</p> ]]></content:encoded> </item> <item><title>By: killertofu</title><link>http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/comment-page-1/#comment-31663</link> <dc:creator>killertofu</dc:creator> <pubDate>Fri, 04 Sep 2009 21:09:44 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/#comment-31663</guid> <description>Will there ever be an update to make this compatible with new versions of WP?</description> <content:encoded><![CDATA[<p>Will there ever be an update to make this compatible with new versions of WP?</p> ]]></content:encoded> </item> <item><title>By: Courtney Bostdorff</title><link>http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/comment-page-1/#comment-29949</link> <dc:creator>Courtney Bostdorff</dc:creator> <pubDate>Wed, 05 Aug 2009 15:44:46 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/#comment-29949</guid> <description>I&#039;m running a fresh install of WPMU 2.8.2 and it doesn&#039;t work. Ran great on WPMU 2.7.1, but no luck on 8. Looking for a workaround right now :)</description> <content:encoded><![CDATA[<p>I&#8217;m running a fresh install of WPMU 2.8.2 and it doesn&#8217;t work. Ran great on WPMU 2.7.1, but no luck on 8. Looking for a workaround right now <img
src='http://pcmech.pcmediainc.netdna-cdn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: bob_K</title><link>http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/comment-page-1/#comment-28638</link> <dc:creator>bob_K</dc:creator> <pubDate>Wed, 22 Jul 2009 08:38:58 +0000</pubDate> <guid
isPermaLink="false">http://www.pcmech.com/article/plug-in-embed-ustream-into-wordpress/#comment-28638</guid> <description>has it been tested with word press 2.8.2?</description> <content:encoded><![CDATA[<p>has it been tested with word press 2.8.2?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 37/51 queries in 0.019 seconds using apc
Content Delivery Network via pcmech.pcmediainc.netdna-cdn.com

Served from: www.pcmech.com @ 2012-02-15 07:46:35 -->
