<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Slideshare Plug-in doesnt work with WP 2.7.1</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Slideshare Plug-in doesnt work with WP 2.7.1</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 19:39:32 +0000</pubDate>

<item>
<title>joostdevalk on "Slideshare Plug-in doesnt work with WP 2.7.1"</title>
<link>http://wordpress.org/support/topic/245160#post-1152452</link>
<pubDate>Mon, 27 Jul 2009 06:55:11 +0000</pubDate>
<dc:creator>joostdevalk</dc:creator>
<guid isPermaLink="false">1152452@http://wordpress.org/support/</guid>
<description>&#60;p&#62;All of these were solved in recent releases.
&#60;/p&#62;</description>
</item>
<item>
<title>bijoor on "Slideshare Plug-in doesnt work with WP 2.7.1"</title>
<link>http://wordpress.org/support/topic/245160#post-1095074</link>
<pubDate>Mon, 08 Jun 2009 10:46:38 +0000</pubDate>
<dc:creator>bijoor</dc:creator>
<guid isPermaLink="false">1095074@http://wordpress.org/support/</guid>
<description>&#60;p&#62;There is a bug in the plugin. Edit the plugin and replace the following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$content		= &#38;#39;&#38;lt;object style=&#38;quot;margin:0px&#38;quot; width=&#38;quot;&#38;#39;.$width.&#38;#39;&#38;quot; &#38;#39;.&#38;#39;height=&#38;quot;&#38;#39;.$height.&#38;#39;&#38;quot;&#38;gt;&#38;lt;param name=&#38;quot;movie&#38;quot; value=&#38;quot;http://static.slideshare.net/swf/ssplayer2.swf?doc=&#38;#39;.$r[&#38;#39;doc&#38;#39;].&#38;#39;&#38;quot;/&#38;gt;&#38;lt;param name=&#38;quot;allowFullScreen&#38;quot; value=&#38;quot;true&#38;quot;/&#38;gt;&#38;lt;param name=&#38;quot;allowScriptAccess&#38;quot; value=&#38;quot;always&#38;quot;/&#38;gt;&#38;lt;embed src=&#38;quot;http://static.slideshare.net/swf/&#38;quot;&#38;#39;.$player.&#38;#39;?doc=&#38;quot;&#38;#39;.$r[&#38;#39;doc&#38;#39;].&#38;#39;&#38;quot; type=&#38;quot;application/x-shockwave-flash&#38;quot; allowscriptaccess=&#38;quot;always&#38;quot; allowfullscreen=&#38;quot;true&#38;quot; width=&#38;quot;&#38;#39;.$width.&#38;#39;&#38;quot; &#38;#39;.&#38;#39;height=&#38;quot;&#38;#39;.$height.&#38;#39;&#38;quot;&#38;gt;&#38;lt;/embed&#38;gt;&#38;lt;/object&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with the following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$content		= &#38;#39;&#38;lt;object style=&#38;quot;margin:0px&#38;quot; width=&#38;quot;&#38;#39;.$width.&#38;#39;&#38;quot; &#38;#39;.&#38;#39;height=&#38;quot;&#38;#39;.$height.&#38;#39;&#38;quot;&#38;gt;&#38;lt;param name=&#38;quot;movie&#38;quot; value=&#38;quot;http://static.slideshare.net/swf/ssplayer2.swf?doc=&#38;#39;.$r[&#38;#39;doc&#38;#39;].&#38;#39;&#38;quot;/&#38;gt;&#38;lt;param name=&#38;quot;allowFullScreen&#38;quot; value=&#38;quot;true&#38;quot;/&#38;gt;&#38;lt;param name=&#38;quot;allowScriptAccess&#38;quot; value=&#38;quot;always&#38;quot;/&#38;gt;&#38;lt;embed src=&#38;quot;http://static.slideshare.net/swf/&#38;#39;.$player.&#38;#39;?doc=&#38;#39;.$r[&#38;#39;doc&#38;#39;].&#38;#39;&#38;quot; type=&#38;quot;application/x-shockwave-flash&#38;quot; allowscriptaccess=&#38;quot;always&#38;quot; allowfullscreen=&#38;quot;true&#38;quot; width=&#38;quot;&#38;#39;.$width.&#38;#39;&#38;quot; &#38;#39;.&#38;#39;height=&#38;quot;&#38;#39;.$height.&#38;#39;&#38;quot;&#38;gt;&#38;lt;/embed&#38;gt;&#38;lt;/object&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There are two extra quotes in the code which cause the bug.
&#60;/p&#62;</description>
</item>
<item>
<title>drcarlse on "Slideshare Plug-in doesnt work with WP 2.7.1"</title>
<link>http://wordpress.org/support/topic/245160#post-1094791</link>
<pubDate>Mon, 08 Jun 2009 00:03:51 +0000</pubDate>
<dc:creator>drcarlse</dc:creator>
<guid isPermaLink="false">1094791@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Greetings!&#60;/p&#62;
&#60;p&#62;I just had the same error with upgrading to WP 271.  On a whim, I decided to delete the last full line of code (in &#34;plug-in edit) that contained the words &#34;short code&#34;.&#60;/p&#62;
&#60;p&#62;I saved my revisions, and the plug-in activated!&#60;/p&#62;
&#60;p&#62;Hope this might work for you!&#60;/p&#62;
&#60;p&#62;Dr. Carlsen
&#60;/p&#62;</description>
</item>
<item>
<title>jforrest on "Slideshare Plug-in doesnt work with WP 2.7.1"</title>
<link>http://wordpress.org/support/topic/245160#post-1079420</link>
<pubDate>Thu, 21 May 2009 01:06:57 +0000</pubDate>
<dc:creator>jforrest</dc:creator>
<guid isPermaLink="false">1079420@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Did you get any feedback regarding your issue with the plug-in?&#60;/p&#62;
&#60;p&#62;I've started using WP 271 hosted by GoDadday and Plug-In 1.5.&#60;/p&#62;
&#60;p&#62;Using either the Classic or the WP 1.6 themes, I have the same problem. When the page first loads, the slideshare frame flashes briefly but once the page is loaded the frame is blank. Right clicking on that region says 'movie not loaded'.&#60;/p&#62;
&#60;p&#62;I've looked through other support forums but haven't found any solution yet.&#60;/p&#62;
&#60;p&#62;There doesn't seem to be very active support responses for the plug-in.&#60;/p&#62;
&#60;p&#62;I'd appreciate any information you may have received!
&#60;/p&#62;</description>
</item>
<item>
<title>DKnoxMU on "Slideshare Plug-in doesnt work with WP 2.7.1"</title>
<link>http://wordpress.org/support/topic/245160#post-990454</link>
<pubDate>Wed, 18 Feb 2009 20:37:16 +0000</pubDate>
<dc:creator>DKnoxMU</dc:creator>
<guid isPermaLink="false">990454@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ever since I upgraded to the latest version of Wordpress, I can't get the Slideshare plug-in to work for New Posts.  The slideshows still show up in old posts, but if I type the slideshow code into a new post, nothing shows up.  Any ideas on why this would be?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
