Title: Make Clickable Tweet
Author: clarklab
Published: <strong>04. travnja 2012.</strong>
Last modified: 04. travnja 2012.

---

Pretraga dodataka

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

Dodatak **nije testiran s zadnje 3 glavna izdanja WordPressa**. Možda ga se više
ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama
WordPressa.

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

# Make Clickable Tweet

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

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

 * [Detalji](https://hr.wordpress.org/plugins/make-clickable-tweet/#description)
 * [Recenzije](https://hr.wordpress.org/plugins/make-clickable-tweet/#reviews)
 *  [Instalacija](https://hr.wordpress.org/plugins/make-clickable-tweet/#installation)
 * [Razvoj](https://hr.wordpress.org/plugins/make-clickable-tweet/#developers)

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

## Opis

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.

## Instalacija

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);
    }
    ?>
    ```

## ČPP

  Why did you make this?

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

## Recenzije

Nema recenzija za ovaj dodatak.

## Suradnici i Programeri

“Make Clickable Tweet” je softver otvorenog koda. Sljedeće osobe su doprinijele 
ovom dodatku.

Suradnici

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

[Prevedite “Make Clickable Tweet” na svoj jezik.](https://translate.wordpress.org/projects/wp-plugins/make-clickable-tweet)

### Zainteresirani ste za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/make-clickable-tweet/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/make-clickable-tweet/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/make-clickable-tweet/)
od [RSS](https://plugins.trac.wordpress.org/log/make-clickable-tweet/?limit=100&mode=stop_on_copy&format=rss).

## Dnevnik promjena

#### 0.2

Changed order of regular expressions.

#### 0.1

Release

## Meta

 *  Version **0.2**
 *  Zadnje ažuriranje **prije 14 godina**
 *  Aktivnih instalacija **90+**
 *  WordPress inačica ** 2.7 ili viša **
 *  Testirano do **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/make-clickable-tweet/)
 * Oznake
 * [regex](https://hr.wordpress.org/plugins/tags/regex/)[tweet](https://hr.wordpress.org/plugins/tags/tweet/)
   [twitter](https://hr.wordpress.org/plugins/tags/twitter/)
 *  [Napredni pogled](https://hr.wordpress.org/plugins/make-clickable-tweet/advanced/)

## Ocjena

No reviews have been submitted yet.

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

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

## Suradnici

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

## Podrška

Želite nešto reći? Potrebna vam je pomoć?

 [Pregledaj forum za podršku](https://wordpress.org/support/plugin/make-clickable-tweet/)

## Doniraj

Želite li podržati napredak ovog dodatka?

 [ Donirajte ovom dodatku ](http://clarklab.com/)