Title: gesu's Replies | WordPress.org

---

# gesu

  [  ](https://wordpress.org/support/users/gesu/)

 *   [Profile](https://wordpress.org/support/users/gesu/)
 *   [Topics Started](https://wordpress.org/support/users/gesu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gesu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gesu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gesu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gesu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gesu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dispaly Youtube video in RSS](https://wordpress.org/support/topic/dispaly-youtube-video-in-rss/)
 *  [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/dispaly-youtube-video-in-rss/page/2/#post-478387)
 * Thank you, that will save me to type the link 🙂
 * Thanks again!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dispaly Youtube video in RSS](https://wordpress.org/support/topic/dispaly-youtube-video-in-rss/)
 *  [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/dispaly-youtube-video-in-rss/page/2/#post-478385)
 * Well, even if in the Feedburner feed the video is present, Google Reader does
   not show it. And Bloglines neither. I think I can give up, at this point, I’ll
   add a link to the video…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dispaly Youtube video in RSS](https://wordpress.org/support/topic/dispaly-youtube-video-in-rss/)
 *  [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/dispaly-youtube-video-in-rss/page/2/#post-478384)
 * Ok, after some test I found out where the problem is: the code must be put on
   one single line. If you put it on multiple lines WP will add the tag to create
   a new paragraph after the first line.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dispaly Youtube video in RSS](https://wordpress.org/support/topic/dispaly-youtube-video-in-rss/)
 *  [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/dispaly-youtube-video-in-rss/page/2/#post-478383)
 * Actually I’m using [Viper’s plugin](http://wordpress.org/extend/plugins/vipers-video-quicktags/)
   but I would like to embed it manually, so the video would be present in the feed
   too. I can’t understand why the code is messed, after I save it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dispaly Youtube video in RSS](https://wordpress.org/support/topic/dispaly-youtube-video-in-rss/)
 *  [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/dispaly-youtube-video-in-rss/page/2/#post-478381)
 * Hi!
    I’m having some problems using the markup code provided. I switched to “
   code only” editor, and added it. The post is:
 *     ```
       <p>Blah blah</p>
   
        <object type="application/x-shockwave-flash" data="http://www.youtube.com/v/ntB0SDfbs2U" width="425" height="350">
         <param name="movie" value="http://www.youtube.com/v/ntB0SDfbs2U"></param>
         <param name="wmode" value="transparent"></param>
        </object>
       ```
   
 * For what I’ve seen that should be the right way to embed the movie. Unfortunately
   when I save it, the code of the article becomes:
 *     ```
       <p>Blah blah</p>
   
       <p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/ntB0SDfbs2U" width="425" height="350"></p>
       <param name="movie" value="http://www.youtube.com/v/ntB0SDfbs2U"></param>
       <param name="wmode" value="transparent"></param></object></p>
       ```
   
 * In other words it adds an end paragraph tag that just should not be there. And
   if I edit the entry to remove the tag, well in the editor it does not appear.
   
   I suppose I’m missing something, but I can’t figure what. Any idea?
 * Thanks in advance 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Avoiding cross-reference pingback](https://wordpress.org/support/topic/avoiding-cross-reference-pingback/)
 *  Thread Starter [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/avoiding-cross-reference-pingback/#post-570682)
 * Thank you!
    Searching for the keyword “self-pinging” [I found the plugin](http://blogwaffe.com/2006/10/04/421/),
   even if using relative urls is another good, and simple, solution. Thanks again
   🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [XML-Error, OPML-Import](https://wordpress.org/support/topic/xml-error-opml-import/)
 *  [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/xml-error-opml-import/page/2/#post-514042)
 * I had the same error with version 2.1.3. I modified the file as suggested but
   the only change is that now it reports that it’s importing links and that they’ve
   been inserted, but when I go in the management page there’s nothing.
    I updated
   to WP 2.2 but it’s the same thing. I deleted old _link-import.php_ and uploaded
   the new one, and I get the same result as with the old, modified, one: it still
   looks like everything goes fine but then there’s nothing. I tried also the http
   method, uploading opml on my web space, but the result is, again, the same. Any
   idea about how this could be solved?
 * Thanks in advance.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WYSIWYG Editor](https://wordpress.org/support/topic/wysiwyg-editor-3/)
 *  [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/wysiwyg-editor-3/#post-507905)
 * I suppose that this should be really reported as a bug. As I wrote in the other
   thread, the only solution that worked for me was to remove and reinsert the www,
   and it worked only with Firefox and IE, with K-Meleon I’ve still the same problem…
   I’m sorry I can’t help you further 🙁
 * Update: I just [opened a ticket](http://trac.wordpress.org/ticket/3828) on WordPress
   bug tracking system.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WYSIWYG Editor](https://wordpress.org/support/topic/wysiwyg-editor-3/)
 *  [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/wysiwyg-editor-3/#post-507901)
 * Dalelyles, have you read [this](http://wordpress.org/support/topic/101817)?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [No WYSIWYG Editor in 2.1](https://wordpress.org/support/topic/no-wysiwyg-editor-in-21/)
 *  [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/no-wysiwyg-editor-in-21/page/4/#post-508855)
 * Well, also Firefox works now, only K-meleon seems to have problems, still. It’s
   annoying but at least I’ve an alternative now. Thanks varkenshand 🙂
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [No WYSIWYG Editor in 2.1](https://wordpress.org/support/topic/no-wysiwyg-editor-in-21/)
 *  [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/no-wysiwyg-editor-in-21/page/4/#post-508854)
 * [@varkenshand](https://wordpress.org/support/users/varkenshand/): I removed the
   prefix from _WordPress Address_ and _Blog Address_, I updated the options, and
   then added the prefix again, re-updating, but that did not work. Am I missing
   something or what I did was the right procedure?
    Thank you in advance.
 * _Update:_ I just discovered that using Explorer I can see the buttons. I suppose
   it’ a bug with Gecko engine, since it does not work with Firefox and K-Meleon(
   yes, I deleted the cache, so that’s not the problem).
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [No WYSIWYG Editor in 2.1](https://wordpress.org/support/topic/no-wysiwyg-editor-in-21/)
 *  [gesu](https://wordpress.org/support/users/gesu/)
 * (@gesu)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/no-wysiwyg-editor-in-21/page/4/#post-508831)
 * Same problem here, in the toolbar there are only three buttons (to split post,
   the spellchecker, and the help), and nothing works to fix it… Hope there’s a 
   solution, it’s very annoying…

Viewing 12 replies - 1 through 12 (of 12 total)