Title: Make Clickable Tweet
Author: clarklab
Published: <strong>4 באפריל 2012</strong>
Last modified: 4 באפריל 2012

---

חיפוש תוספים

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

תוסף זה **לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס**. ייתכן והתוסף כבר לא
מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות
יותר.

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

# Make Clickable Tweet

 מאת [clarklab](https://profiles.wordpress.org/clarklab/)

[הורדה](https://downloads.wordpress.org/plugin/make-clickable-tweet.zip)

 * [פרטים](https://he.wordpress.org/plugins/make-clickable-tweet/#description)
 * [סקירות](https://he.wordpress.org/plugins/make-clickable-tweet/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/make-clickable-tweet/#installation)
 * [פיתוח](https://he.wordpress.org/plugins/make-clickable-tweet/#developers)

 [תמיכה](https://wordpress.org/support/plugin/make-clickable-tweet/)

## תיאור

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.

## התקנה

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

## שאלות נפוצות

  Why did you make this?

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

## סקירות

There are no reviews for this plugin.

## מפתחים

"Make Clickable Tweet" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

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

[ניתן לתרגם את "Make Clickable Tweet" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/make-clickable-tweet)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/make-clickable-tweet/), 
ראו את הקוד ב-[SVN repository](https://plugins.svn.wordpress.org/make-clickable-tweet/),
או הירשמו ל[לוג פיתוח](https://plugins.trac.wordpress.org/log/make-clickable-tweet/)
באמצעות [RSS](https://plugins.trac.wordpress.org/log/make-clickable-tweet/?limit=100&mode=stop_on_copy&format=rss).

## שינויים

#### 0.2

Changed order of regular expressions.

#### 0.1

Release

## מטא

 *  גרסה: **0.2**
 *  Last updated **לפני 14 שנים**
 *  Active installations **90+**
 *  WordPress version ** 2.7 ומעלה **
 *  Tested up to **3.3.2**
 *  שפה
 * [English (US)](https://wordpress.org/plugins/make-clickable-tweet/)
 * Tags
 * [regex](https://he.wordpress.org/plugins/tags/regex/)[tweet](https://he.wordpress.org/plugins/tags/tweet/)
   [twitter](https://he.wordpress.org/plugins/tags/twitter/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/make-clickable-tweet/advanced/)

## דרוגים

No reviews have been submitted yet.

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

[הצג הכל](https://wordpress.org/support/plugin/make-clickable-tweet/reviews/)

## תורמים

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

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/make-clickable-tweet/)

## תרומה

האם ברצונך לקדם את התוסף הזה?

 [ לתרום לתוסף זה ](http://clarklab.com/)