Tal vez éste hilo se há desviado de su finalidad inicial, por lo que deberiamos unirlo a aquel.
Me voy a citar:
Esto lo dije en el otro tema:
hjmelgar escribió:El problema no está en el foro, el problemas es con el código de Tinypic, porque en todas partes
sucedió lo mismo.
Quizás con este código, funcione mejor (faltaría agregarle la opción de videos):
Están probando agregarle imágenes captcha al código "por defecto" y otras cosas, que han provocado muchos errores.
Este código lo propone alguien en un foro (de vaya a saber donde, ni me fijé) para remediar la situación.
PD: adaptarlo es muy fácil.Código: Seleccionar todo
<table> <!-- start: tinypic --> <tr id="tinypic_form"> <td class="trow2" valign="top"> <strong>TinyPic Uploader</strong><br /><span class="smalltext">Upload your images to tinypic and integrate them into your post easily.</span> </td> </tr> <tr> <td class="trow2" valign="top"> <script type="text/javascript"> tinypic_layout = 'wide'; tinypic_type = 'images'; tinypic_links = 'forum'; tinypic_language = 'es'; tinypic_search = 'false'; tinypic_autoload = false; tinypic_callback_url = document.location.href.substr(0,document.location.href.lastIndexOf('/'))+"/?callback=tinypic"; tinypic_callback_text = 'Insert%20into%20post'; h = 300; </script> <script src="http://plugin.tinypic.com/j/plugin.js" type="text/javascript"></script> <input id="tinypic" type="button" value="TinyPic Plugin" onclick="javascript:showTinypicPlugin();Element.hide('tinypic')"/> </tr> </table>
En lugar de esto:
"Upload your images to tinypic and integrate them into your post easily" habría que poner algo así como
"Suba sus imágenes a tinypic e intégrela a sus mensajes fácilmente" (o algo similar).
Agregarle la opción para videos es fácil también.