Title: Make Clickable Tweet
Author: clarklab
Published: <strong>4. april, 2012</strong>
Last modified: 4. april, 2012

---

Søk i utvidelser

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

Denne utvidelsen **har ikke blitt testet mot noen av de siste 3 hovedutgivelsene
av WordPress**. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan
ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

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

# Make Clickable Tweet

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

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

 * [Detaljer](https://nb.wordpress.org/plugins/make-clickable-tweet/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/make-clickable-tweet/#reviews)
 *  [Installering](https://nb.wordpress.org/plugins/make-clickable-tweet/#installation)
 * [Utvikling](https://nb.wordpress.org/plugins/make-clickable-tweet/#developers)

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

## Beskrivelse

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.

## Installasjon

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

## Ofte stilte spørsmål

  Why did you make this?

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

## Vurderinger

Det er ingen omtaler av denne utvidelsen.

## Bidragsytere og utviklere

«Make Clickable Tweet» er programvare med åpen kildekode. Følgende personer har 
bidratt til denne utvidelsen:

Bidragsytere

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

[Oversett “Make Clickable Tweet” til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/make-clickable-tweet)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/make-clickable-tweet/),
sjekk ut [SVN-repositoriet](https://plugins.svn.wordpress.org/make-clickable-tweet/),
eller abonner på [utviklingsloggen](https://plugins.trac.wordpress.org/log/make-clickable-tweet/)
med [RSS](https://plugins.trac.wordpress.org/log/make-clickable-tweet/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 0.2

Changed order of regular expressions.

#### 0.1

Release

## Meta

 *  Versjon **0.2**
 *  Sist oppdatert **14 år siden**
 *  Aktive installasjoner **100+**
 *  WordPress-versjon ** 2.7 eller nyere **
 *  Testet opp til **3.3.2**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/make-clickable-tweet/)
 * Stikkord
 * [regex](https://nb.wordpress.org/plugins/tags/regex/)[tweet](https://nb.wordpress.org/plugins/tags/tweet/)
   [twitter](https://nb.wordpress.org/plugins/tags/twitter/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/make-clickable-tweet/advanced/)

## Vurderinger

No reviews have been submitted yet.

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

[Se alle omtalene](https://wordpress.org/support/plugin/make-clickable-tweet/reviews/)

## Bidragsytere

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

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/make-clickable-tweet/)

## Donér

Vil du støtte videreutviklingen av denne utvidelsen?

 [ Doner til denne utvidelsen ](http://clarklab.com/)