Title: Make Clickable Tweet
Author: clarklab
Published: <strong>4 de abril de 2012</strong>
Last modified: 4 de abril de 2012

---

Buscar plugins

![](https://ps.w.org/make-clickable-tweet/assets/banner-772x250.png?rev=527044)

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

![](https://s.w.org/plugins/geopattern-icon/make-clickable-tweet_eeeeee.svg)

# Make Clickable Tweet

 Por [clarklab](https://profiles.wordpress.org/clarklab/)

[Descargar](https://downloads.wordpress.org/plugin/make-clickable-tweet.zip)

 * [Detalles](https://es.wordpress.org/plugins/make-clickable-tweet/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/make-clickable-tweet/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/make-clickable-tweet/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/make-clickable-tweet/#developers)

 [Soporte](https://wordpress.org/support/plugin/make-clickable-tweet/)

## Descripción

In a recent project, I had a bunch of tweet content saved and needed a way to convert
all URLs, hashtags, and user mentions into clickable links. I found that WordPress
has a built-in function called [make_clickable()](https://codex.wordpress.org/Function_Reference/make_clickable),
but it just works with plain URLs, so I took it one more step to make_clickable_tweet().
It’s basically a regular expression wrapped in a simple function, but I figured 
someone else out there might need it.

## Instalación

Using the plugin is pretty dang simple, as the function only has one parameter: 
the content you wanted returned in a clickable form. To use the plugin, simply activate
it then start using the function in your templates like so:

    ```
    <?php make_clickable_tweet($tweetcontent); ?>
    ```

Of course, that above function will simply return the tweet content, if you’d like
to display it in your templates you might want to toss an echo in front there.

If you want to be super-duper safe (and smart), you might want to wrap the whole
thing

    ```
    <?php
    if (function_exists('make_clickable_tweet'))
    {
    make_clickable_tweet($tweetcontent);
    }
    ?>
    ```

## FAQ

  Why did you make this?

I had a bunch of tweet data that I needed to render like a real tweets.

## Reseñas

No hay valoraciones para este plugin.

## Colaboradores y desarrolladores

«Make Clickable Tweet» es un software de código abierto. Las siguientes personas
han colaborado con este plugin.

Colaboradores

 *   [ clarklab ](https://profiles.wordpress.org/clarklab/)

[Traduce «Make Clickable Tweet» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/make-clickable-tweet)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/make-clickable-tweet/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/make-clickable-tweet/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/make-clickable-tweet/)
por [RSS](https://plugins.trac.wordpress.org/log/make-clickable-tweet/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 0.2

Changed order of regular expressions.

#### 0.1

Release

## Meta

 *  Versión **0.2**
 *  Última actualización **hace 14 años**
 *  Instalaciones activas **90+**
 *  Versión de WordPress ** 2.7 o superior **
 *  Probado hasta **3.3.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/make-clickable-tweet/)
 * Etiquetas:
 * [regex](https://es.wordpress.org/plugins/tags/regex/)[tweet](https://es.wordpress.org/plugins/tags/tweet/)
   [twitter](https://es.wordpress.org/plugins/tags/twitter/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/make-clickable-tweet/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

[Your review](https://wordpress.org/support/plugin/make-clickable-tweet/reviews/#new-post)

[Ver todas las valoraciones](https://wordpress.org/support/plugin/make-clickable-tweet/reviews/)

## Colaboradores

 *   [ clarklab ](https://profiles.wordpress.org/clarklab/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/make-clickable-tweet/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](http://clarklab.com/)