WordPress Plugins

WYSIWYG Plugin for WordPress

This plugin replaces the regular textarea with a WYSIWYG (What You See Is What You Get) Javascript/DHTML Editor in the Word Press admin console.

It uses the Open Source TinyMCE and an image browser that comes with it making it easier to write and edit pages and posts in your weblog.

It works with pretty much any Mozilla based browser such as Firefox (Mac, PC or Linux) and with Internet Explorer for Windows.

WYSIWYG Plugin for WP

Update: I won’t be supporting this plugin anymore. WordPress 2.0 has TinyMCE built in and there is no reason to keep working on this since it is so easy to upgrade.

104 thoughts on “WordPress Plugins

  1. Hola te escribo con la siguiente premisa, instalé el pluging, pero cuando lo activo el entorno para “Escribir” un nuevo post o mensaje, no me cambia…es decir, al parecer so se activa el pluging. – Que crees que pueda pasar y cuales podrian ser las soluciones. Mi navegador es Firefox aunque tambien probe con Internet Xplore, aun asi no que activado. Gracias, y espero respuesta. :)!!!

  2. El problema podria ser que este instalado en el directorio equivocado (antes los plugins tenian que estar directamente en el folder ‘plugins’ y ahora es posible que esten en subdirectorios y esto podria causar confusion).

    En Firefox puedes ver una consola con los errores que marca javascript. Quizas lo que dice ahi te podria dar una idea de cual es el problema.

  3. Hola! Ya funcióno, el problema era que, yo si cargaba el pluging en su directorio correspondiente, solo que el pluging estaba en un sub-directorio como me decias, Verifique en la consola de Java y está me indicaba el error. :)

  4. Moises,

    I really like the plugin, but I have two notes on it: First, there is an extra comma in the wysiwyg.php file that makes it not work until it is removed. This comma is at the end of all the options for tinymce. Second I recommend the line

    convert_newlines_to_brs : true

    to be in the options for tinymce. This allows better compatibility with WordPress which uses line breaks as if they were . When somebody goes in to edit or change an existing page or post they will have better luck this way.

    Thanks for your hard work on this!

    Peter

  5. I think it is a great utility, and am trying to use it, and got stomped on the image directory.

    The problem is that I have always relied on an absolute URL like Http://www.mysite.com/myblog/wp-images/mypics.jpg etc to place my pics.

    I have one or two directory redirections that i needed to do to divert the right traffic.

    I think the problem comes in that the software is thrown off, and returns the wrong directory.

    Is there somewhere where I can set definitely where I placed my images? Not a relative directory which it seems to store?

    Thanks.

  6. Pingback: d-blog » Blog Archive » Dies und Jenes

  7. This plug-in is fantastic, but the images (which are called with relative links) don’t work with permalinks enabled.

    Any ideas about how to fix this, anyone?

  8. Pingback: Chris Kelley’s Blog » Blog Archive » Another plug-in

  9. Que tal Moises !!! Enhorabuena con tu plugin. Quisiera ver si sabes el porque cuando edito texto de repente me sale texto en negrita (que no he formateado en negrita).

    Digamos, coloco 1 titular de parrafo en negrita asi

    Encabezado
    Contenido bla bla bla bla bla

    Pero el editor me convierte en negrita todo. Incluso los links del blog que estan especificados como texto delgado se vuelve negrita tambien.

    Eso me paso con otro plugin similar… pero no tengo ni idea de que pudiera ser.

    - Gracias de antemano.

  10. Ivan, quizas el problema esta en el estilo del parrafo… Asegurate de ponerlo en Paragraph o en none.

    Tambien revisa el codigo que esta generando el plugin picandole al boton de HTML.

    Sinceramente aunque facilita mucho el trabajo, TinyMCE todavia tiene bastantes bugs y no funciona igual en todos los browsers.

  11. Muchas gracias. Otra cosilla que pasa tambien es que no sale nada en el cuadro de HTML cuando se abre. Sale totalmente limpio.

  12. Hola Moisés, estaba viendo tu plugin que funciona perfectoooooooo, pero extraño el botón de Leer Más, hay alguna forma de poder hacerlo???? A lo mejor hacerlo directamente en la ventanita de HTML. Gracias por tu trabajo!!!!!!!

  13. Pablo,

    Lo que hace mi plugin ya va a venir incluido como parte de la funcionalidad de WordPress para la version 1.6. Tambien ya va a incluir el boton de Leer mas entre otras cosas.

    Sinceramente nunca lo investigue porque yo en realidad no lo uso y cuando pense en hacerlo ya se habia decidido entre los desarrolladores de WP que se va a integrar un editor simialr por lo tanto ya ni me tome la molestia.

    Cuestion de tiempo para que lo tengas.

  14. Muchas gracias Moisés por tu pronta respuesta, te felicito por tu trabajo, y bueno ya lo esperaré en la nueva versión, igual por ahora lo voy usando con el código HTML. Un abrazo y muy buen trabajo nuevamente!!!!!!!!!

    Pd: la fecha está un poco mal o ya la veo mal, porque pone 6 de Agosto en todo momento….

  15. Pingback: T.Qiang’s Blog » test

  16. Muchas gracias. Otra cosilla que pasa tambien es que no sale nada en el cuadro de HTML cuando se abre. Sale totalmente limpio. ¿Alguna idea de porque sucede esto en firefox?

    Gracias de antemano.

  17. Pingback: The Benjo Blog » Blog Archive » WYSIWYG and Preview Post Plugins

  18. kaspar wrotes: “the image browser is very, very slow. If there are more than 3-4 images in the folder the browser simply times out.”

    I experienced the same problem and tracked it down to line 275 of ibrowser.php:

    $size = getimagesize($tinyMCE_base_url.$imglib.$entry);

    Replaced by:
    $size = getimagesize($root.$imglib.$entry);

    and everything works fine.

  19. Pingback: JoomlaReport » Warum ich auf dieser Seite WordPress nutze

  20. Great plugin, but is it possible to get the Quicktags working? Especially the –more– tag?
    Thanks!

  21. Pingback: MadDog Blog » Редактор в Wordpress’е

  22. The download file does NOT use tinyMCE. It uses FCKeditor.

    Thanks.

  23. Hola. Felicitaciones por tu plug in. Tengo problemas para cargasr las imagenes y quisera saber si me puedes dar ayuda. cuando intentoi cargarlas me sale este mensaje:
    —————–
    Warning: move_uploaded_file(/home/virtual/site178/fst/var/www/html/wp-content/20.2×25.39.jpg): failed to open stream: Permission denied in /home/virtual/site178/fst/var/www/html/wp-content/plugins/tinymce/plugins/ibrowser/ibrowser.php on line 458
    —————–
    Warning: move_uploaded_file(): Unable to move ‘/tmp/phpznJtp5′ to ‘/home/virtual/site178/fst/var/www/html/wp-content/20.2×25.39.jpg’ in /home/virtual/site178/fst/var/www/html/wp-content/plugins/tinymce/plugins/ibrowser/ibrowser.php on line 458
    —————–

    Gracias por tu ayuda.
    Saludos

  24. Roberto:

    Es un problema de PHP para mover las imagenes. Sin saber la configuracion de tu server me parece que esta relacionado con un detalle de permisos. Ya sea que la carpeta wp-content no tiene permisos de escritura o que PHP tiene habilitada una opcion de seguridad que causa conflicto y esta relacionado con cuestiones del usuario que esta corriendo el script y el usuario que es dueño del archivo.

    Quizas mi explicacion es un poco confusa ya que tu problema se relaciona con cuestiones tecnicas de Unix/PHP.

  25. Ev verdad, suna confuso ya que soy un novato en el tema, pero es de gran ayuda tu respuesta. A partir de tu dato comenzare a investigar.
    Saludos y felicitaciones!

  26. I have upload and activate plugin on my wp v.1.5.1.3 but nothing happen..
    Textarea it’s same and no wysisyg editor appear.
    ?
    Thks

  27. Pingback: Azzie Elbub. Полублог » Что вижу то и получаю

  28. Pingback: JWDWeblog » Test Post: TinyMCE Embedded WYSIWYG Editor

  29. Pingback: BuddaBlog » WYSIWYG Plugin for Wordpress

  30. Muchas gracias por este gran plugin. El unico inconveniente es que no me funciona en mi opera. felicidades.

  31. La pregunta es la siguiente.
    NO he podido aumentar el area del texto para la edicion.

    de hecho la cambie en el archivo php del plugin pero el area para escribir los post continua igual de pequeña. Por lo demás el plugin funciona a la perefección.

    Alguna

  32. [Off-topic]
    Hi, I just love the way your archive is presented in the sidebar. Would you please be so kind to fill me in how you did that or better jet, tell me if there’s a plugin like that I can download.
    Thanks in advance.
    [/Off-topic]

  33. I just made a minor update… I only fixed a bug that only affected Internet Explorer (and that somebody pointed in the comments a while ago).

  34. Moi, ayudame, mira instale el WYS :oops: y no me aparecen las herramientas! xq?

  35. Pingback: El Rincón de JuAnJo » Blog Archive » Plugin Wysiwyg para Wordpress

  36. Buenas, el plugin está genial. Solo tengo un problema:
    Con una resolución de 800×600 (que es la que utilizo) la barra del WYSIWYG se me hace demasiado larga. Es decir, no puedo ver todo el contenido de la barra de herramientas (se me “esconde” debajo de “categorias” en la sección escribir del wordpress)

    En el readme solo especificas como modificer la altura del editor (height). Hay alguna forma de modificar directamente el ancho de la barra?

    Lo demás funciona perfecto!
    Gracias por todo.

  37. Hello, I have not installed your plug-in yet, but plan to. I just wanted to let you know I found that the link from an earlier post is incorrect and most searches drive to that page.

    Maybe that can be corrected so you can get more traction for your plugin [then again...you may not want that ;)]

  38. Pingback: John Doe's personal blog

  39. Para cuando una nueva versión del plugin??

    Somos muchos los que lo usamos y nos encanta, ánimos y manos a la obra.