<?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: Slideshows using WordPress Gallery Slideshow</title> <atom:link href="http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/feed/" rel="self" type="application/rss+xml" /><link>http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/</link> <description>Un blog proposé par Woodymood</description> <lastBuildDate>Mon, 26 Jul 2010 07:07:44 +0000</lastBuildDate> <generator>http://wordpress.org/?v=601</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: farooko</title><link>http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/#comment-420</link> <dc:creator>farooko</dc:creator> <pubDate>Tue, 22 Jun 2010 13:04:59 +0000</pubDate> <guid
isPermaLink="false">http://www.woodymood-dev.net/cms/wordpress/fr/?p=2222#comment-420</guid> <description>&lt;a href=&quot;#comment-419&quot;&gt;@ Anthony &lt;/a&gt;  merci c&#039;et une bonne solution :)</description> <content:encoded><![CDATA[<p><a
href="#comment-419">@ Anthony </a> merci c&#8217;et une bonne solution <img
src='http://www.woodymood-dev.net/cms/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Like or Dislike: <img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-420" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('420', 'add', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span
id="karma-420-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-420" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('420', 'subtract', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span
id="karma-420-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded> </item> <item><title>By: Anthony</title><link>http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/#comment-419</link> <dc:creator>Anthony</dc:creator> <pubDate>Tue, 22 Jun 2010 11:57:25 +0000</pubDate> <guid
isPermaLink="false">http://www.woodymood-dev.net/cms/wordpress/fr/?p=2222#comment-419</guid> <description>Si je comprends bien, vous voulez insérer un slideshow ailleurs que dans un article, c&#039;est à dire n&#039;importe où dans votre thème. J&#039;ai déjà fait ça une fois, sans me casser la tête: j&#039;ai fait une galerie dans un article avec ce plugin, afficé l&#039;article, regardé le code source dans le navigateur, et ensuite copier collé le code javascript dans mon fichier header.php (139 doit être l&#039;ID de l&#039;article):&lt;script type=&#039;text/javascript&#039;&gt;
var flashvars = {};
flashvars.file = &#039;http://www.example.com/wp-content/plugins/wordpress-gallery-slideshow/org/myplugins/slideshow/getxml.php?attr=id^139#&#039;;
flashvars.rotatetime = &#039;5&#039;;
flashvars.autostart = &#039;true&#039;;
flashvars.backcolor = &#039;0xFFFFFF&#039;;
flashvars.frontcolor = &#039;0x000000&#039;;
flashvars.lightcolor = &#039;0x000000&#039;;
flashvars.screencolor = &#039;0x000000&#039;;
flashvars.screenalpha = &#039;false&#039;
flashvars.logo = &#039;&#039;;
flashvars.transition = &#039;slowfade&#039;;
flashvars.shuffle = &#039;false&#039;;
flashvars.overstretch = &#039;false&#039;;
flashvars.shownavigation = &#039;false&#039;;
flashvars.height = &#039;200&#039;;
flashvars.width = &#039;780&#039;;
var params = {};
params.allowFullScreen = &#039;false&#039;;
params.wmode = &#039;transparent&#039;;
params.menu = &#039;false&#039;;
var attributes = {};
swfobject.embedSWF (&#039;http://www.example.com/wp-content/plugins/wordpress-gallery-slideshow/org/myplugins/slideshow/imagerotator.swf&#039;,
&#039;slideshow_1&#039;, &#039;780&#039;, &#039;200&#039;, &#039;9.0.0&#039;, false, flashvars,
params, attributes);
&lt;/script&gt;
&lt;div class=&#039;slideshow&#039; id=&#039;slideshow_1&#039;&gt;</description> <content:encoded><![CDATA[<p>Si je comprends bien, vous voulez insérer un slideshow ailleurs que dans un article, c&#8217;est à dire n&#8217;importe où dans votre thème. J&#8217;ai déjà fait ça une fois, sans me casser la tête: j&#8217;ai fait une galerie dans un article avec ce plugin, afficé l&#8217;article, regardé le code source dans le navigateur, et ensuite copier collé le code javascript dans mon fichier header.php (139 doit être l&#8217;ID de l&#8217;article):</p><p>&lt;script type=&#8217;text/javascript&#8217;&gt;<br
/> var flashvars = {};<br
/> flashvars.file = &#8216;http://www.example.com/wp-content/plugins/wordpress-gallery-slideshow/org/myplugins/slideshow/getxml.php?attr=id^139#&#8217;;<br
/> flashvars.rotatetime = &#8216;5&#8242;;<br
/> flashvars.autostart = &#8216;true&#8217;;<br
/> flashvars.backcolor = &#8216;0xFFFFFF&#8217;;<br
/> flashvars.frontcolor = &#8216;0&#215;000000&#8242;;<br
/> flashvars.lightcolor = &#8216;0&#215;000000&#8242;;<br
/> flashvars.screencolor = &#8216;0&#215;000000&#8242;;<br
/> flashvars.screenalpha = &#8216;false&#8217;<br
/> flashvars.logo = &#8221;;<br
/> flashvars.transition = &#8217;slowfade&#8217;;<br
/> flashvars.shuffle = &#8216;false&#8217;;<br
/> flashvars.overstretch = &#8216;false&#8217;;<br
/> flashvars.shownavigation = &#8216;false&#8217;;<br
/> flashvars.height = &#8216;200&#8242;;<br
/> flashvars.width = &#8216;780&#8242;;<br
/> var params = {};<br
/> params.allowFullScreen = &#8216;false&#8217;;<br
/> params.wmode = &#8216;transparent&#8217;;<br
/> params.menu = &#8216;false&#8217;;<br
/> var attributes = {};<br
/> swfobject.embedSWF (&#8216;http://www.example.com/wp-content/plugins/wordpress-gallery-slideshow/org/myplugins/slideshow/imagerotator.swf&#8217;,<br
/> &#8217;slideshow_1&#8242;, &#8216;780&#8242;, &#8216;200&#8242;, &#8216;9.0.0&#8242;, false, flashvars,<br
/> params, attributes);<br
/> &lt;/script&gt;<br
/> &lt;div class=&#8217;slideshow&#8217; id=&#8217;slideshow_1&#8242;&gt;</p><p>Like or Dislike: <img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-419" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('419', 'add', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span
id="karma-419-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-419" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('419', 'subtract', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span
id="karma-419-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded> </item> <item><title>By: farooko</title><link>http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/#comment-418</link> <dc:creator>farooko</dc:creator> <pubDate>Tue, 22 Jun 2010 11:33:31 +0000</pubDate> <guid
isPermaLink="false">http://www.woodymood-dev.net/cms/wordpress/fr/?p=2222#comment-418</guid> <description>&lt;a href=&quot;#comment-417&quot;&gt;@Anthony &lt;/a&gt; dans la page index dans le contenu c&#039;est a dire je dois l&#039;insérer dans index.php
je ne peux pas vous donner l&#039;url pour le moment
merci pour votre compréhension et pour votre aide .</description> <content:encoded><![CDATA[<p><a
href="#comment-417">@Anthony </a> dans la page index dans le contenu c&#8217;est a dire je dois l&#8217;insérer dans index.php<br
/> je ne peux pas vous donner l&#8217;url pour le moment<br
/> merci pour votre compréhension et pour votre aide .</p><p>Like or Dislike: <img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-418" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('418', 'add', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span
id="karma-418-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-418" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('418', 'subtract', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span
id="karma-418-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded> </item> <item><title>By: Anthony</title><link>http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/#comment-417</link> <dc:creator>Anthony</dc:creator> <pubDate>Tue, 22 Jun 2010 11:22:31 +0000</pubDate> <guid
isPermaLink="false">http://www.woodymood-dev.net/cms/wordpress/fr/?p=2222#comment-417</guid> <description>&lt;a href=&quot;#comment-415&quot;&gt;@farooko&lt;/a&gt;
A quel endroit exactement sur votre page d&#039;accueil ? possible d&#039;avoir son lien ?</description> <content:encoded><![CDATA[<p><a
href="#comment-415">@farooko</a><br
/> A quel endroit exactement sur votre page d&#8217;accueil ? possible d&#8217;avoir son lien ?</p><p>Like or Dislike: <img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-417" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('417', 'add', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span
id="karma-417-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-417" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('417', 'subtract', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span
id="karma-417-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded> </item> <item><title>By: farooko</title><link>http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/#comment-415</link> <dc:creator>farooko</dc:creator> <pubDate>Tue, 22 Jun 2010 09:54:01 +0000</pubDate> <guid
isPermaLink="false">http://www.woodymood-dev.net/cms/wordpress/fr/?p=2222#comment-415</guid> <description>bonjour, je veux inserer le slide dans ma page index est ce qu&#039;il ya une méthode de le faire ??</description> <content:encoded><![CDATA[<p>bonjour, je veux inserer le slide dans ma page index est ce qu&#8217;il ya une méthode de le faire ??</p><p>Like or Dislike: <img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-415" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('415', 'add', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span
id="karma-415-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-415" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('415', 'subtract', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span
id="karma-415-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded> </item> <item><title>By: Anthony</title><link>http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/#comment-396</link> <dc:creator>Anthony</dc:creator> <pubDate>Wed, 02 Jun 2010 08:45:48 +0000</pubDate> <guid
isPermaLink="false">http://www.woodymood-dev.net/cms/wordpress/fr/?p=2222#comment-396</guid> <description>@Anthony
Il a l&#039;air bien sympa votre blog, je l&#039;ai bookmarqué et irai voir vos vidéos à l&#039;occaz :O)</description> <content:encoded><![CDATA[<p>@Anthony<br
/> Il a l&#8217;air bien sympa votre blog, je l&#8217;ai bookmarqué et irai voir vos vidéos à l&#8217;occaz :O)</p><p>Like or Dislike: <img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-396" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('396', 'add', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span
id="karma-396-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-396" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('396', 'subtract', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span
id="karma-396-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded> </item> <item><title>By: Anthony</title><link>http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/#comment-393</link> <dc:creator>Anthony</dc:creator> <pubDate>Mon, 31 May 2010 19:24:12 +0000</pubDate> <guid
isPermaLink="false">http://www.woodymood-dev.net/cms/wordpress/fr/?p=2222#comment-393</guid> <description>Salut,
pour Alain95440, j&#039;ai eu le même problème, voici le bout de code à insérer :
[slide];-)</description> <content:encoded><![CDATA[<p>Salut,<br
/> pour Alain95440, j&#8217;ai eu le même problème, voici le bout de code à insérer :<br
/> [slide]</p><p> <img
src='http://www.woodymood-dev.net/cms/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p><p>Like or Dislike: <img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-393" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('393', 'add', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span
id="karma-393-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-393" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('393', 'subtract', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span
id="karma-393-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded> </item> <item><title>By: Anthony</title><link>http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/#comment-387</link> <dc:creator>Anthony</dc:creator> <pubDate>Sun, 23 May 2010 10:53:24 +0000</pubDate> <guid
isPermaLink="false">http://www.woodymood-dev.net/cms/wordpress/fr/?p=2222#comment-387</guid> <description>&lt;a href=&quot;#comment-386&quot;&gt;@Lisbeth&lt;/a&gt;
Je ne me souviens pas avoir vu une telle option, et la page du plugin sur le site de son auteur est maintenant inaccessible. Par contre on peut introduire dans un article la galerie d&#039;un autre article, via le paramètre ID. Peut-être une piste...</description> <content:encoded><![CDATA[<p><a
href="#comment-386">@Lisbeth</a><br
/> Je ne me souviens pas avoir vu une telle option, et la page du plugin sur le site de son auteur est maintenant inaccessible. Par contre on peut introduire dans un article la galerie d&#8217;un autre article, via le paramètre ID. Peut-être une piste&#8230;</p><p>Like or Dislike: <img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-387" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('387', 'add', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span
id="karma-387-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-387" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('387', 'subtract', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span
id="karma-387-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded> </item> <item><title>By: Lisbeth</title><link>http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/#comment-386</link> <dc:creator>Lisbeth</dc:creator> <pubDate>Fri, 21 May 2010 12:41:12 +0000</pubDate> <guid
isPermaLink="false">http://www.woodymood-dev.net/cms/wordpress/fr/?p=2222#comment-386</guid> <description>super site sur WP merci :)
Cependant comment peut on dire à ce pluggin de ne pas prendre telles ou telles photos dans la galerie de l&#039;article ou de la page ??? Je souhaiterai installer 2 slideshow dans la page avec des photos différentes mais il prend à chaque fois toutes les photos pour chaque slideshow :(</description> <content:encoded><![CDATA[<p>super site sur WP merci <img
src='http://www.woodymood-dev.net/cms/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br
/> Cependant comment peut on dire à ce pluggin de ne pas prendre telles ou telles photos dans la galerie de l&#8217;article ou de la page ??? Je souhaiterai installer 2 slideshow dans la page avec des photos différentes mais il prend à chaque fois toutes les photos pour chaque slideshow <img
src='http://www.woodymood-dev.net/cms/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p><p>Like or Dislike: <img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-386" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('386', 'add', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span
id="karma-386-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-386" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('386', 'subtract', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span
id="karma-386-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded> </item> <item><title>By: alain95440</title><link>http://www.woodymood-dev.net/cms/wordpress/en/2009/09/17/diaporamas-avec-wordpress-gallery-slideshow/#comment-360</link> <dc:creator>alain95440</dc:creator> <pubDate>Mon, 03 May 2010 08:04:27 +0000</pubDate> <guid
isPermaLink="false">http://www.woodymood-dev.net/cms/wordpress/fr/?p=2222#comment-360</guid> <description>&lt;a href=&quot;#comment-358&quot;&gt;@ Alain95440 &lt;/a&gt;
Merci pour cette info, j&#039;avais oublié que l&#039;onglet html existait !</description> <content:encoded><![CDATA[<p><a
href="#comment-358">@ Alain95440 </a><br
/> Merci pour cette info, j&#8217;avais oublié que l&#8217;onglet html existait !</p><p>Like or Dislike: <img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-360" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('360', 'add', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span
id="karma-360-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img
style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-360" src="http://www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('360', 'subtract', 'www.woodymood-dev.net/cms/wordpress/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span
id="karma-360-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.woodymood-dev.net @ 2010-07-31 10:40:46 by W3 Total Cache -->