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://ur.wordpress.org/plugins/make-clickable-tweet/#description)
 * [جائزے](https://ur.wordpress.org/plugins/make-clickable-tweet/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/make-clickable-tweet/#installation)
 * [ڈیولپمنٹ](https://ur.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/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/make-clickable-tweet/) 
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/make-clickable-tweet/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](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

## میٹا

 *  Version **0.2**
 *  Last updated **14 سال پہلے**
 *  Active installations **90+**
 *  WordPress version ** 2.7 یا اس سے جدید **
 *  Tested up to **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/make-clickable-tweet/)
 * Tags
 * [regex](https://ur.wordpress.org/plugins/tags/regex/)[tweet](https://ur.wordpress.org/plugins/tags/tweet/)
   [twitter](https://ur.wordpress.org/plugins/tags/twitter/)
 *  [اعلی درجے کا منظر](https://ur.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)

[See all reviews](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/)