Title: Full Twitter Integration
Author: agrimbautomas
Published: <strong>اگست 24, 2015</strong>
Last modified: اگست 27, 2015

---

پلگ انز تلاش کریں

![](https://ps.w.org/full-twitter-integration/assets/banner-772x250.png?rev=1229522)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://ps.w.org/full-twitter-integration/assets/icon-256x256.png?rev=1229522)

# Full Twitter Integration

 منجانب [agrimbautomas](https://profiles.wordpress.org/agrimbautomas/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/full-twitter-integration.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/full-twitter-integration/#description)
 * [جائزے](https://ur.wordpress.org/plugins/full-twitter-integration/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/full-twitter-integration/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/full-twitter-integration/#developers)

 [معاونت](https://wordpress.org/support/plugin/full-twitter-integration/)

## تفصیل

#### Getting Started

With this plugin you will be able to display tweets all around your site with just
a few simple steps. You don’t need any programming or technical skills for this.

Trust me, it’s really simple 😉

Just choose where do you want to display the tweets.

Will they be in a Widget? In a post content? Or in your code?

#### Display tweets in a widget, couldn’t be easier

Simple as any other WordPress Widget, just go Appearance>Widgets and choose the 
most suitable FTI Widget for you, or choose them all!

You will be able to set the **Number of tweets to display**, and the option to hide/
show the **User profile image** and the **Tweets images**.

#### Tweets in your content, just add a shorcode

Use the WordPress Shortcodes to display the tweets on your Posts/Pages and filter
them as you wish. Set a **Hashtag** or a **Username** and set the values (optional)
to customize the Tweets. Just add the Shortcode to your post/page content and that’s
all!

This shortcode sample will display PearlJam’s Tweets with their profile images and
limit them to 5.
 [fti-list username=”PearlJam” limit=”5″ profile_image=”true”]

And here it’s getting Tweets with the hashtag "#Wordpress” including the images 
content of each and with a medium size.
 [fti-list hashtag=”Wordpress” images=”true”
images_size=”medium”]

**Shortcode parameters**

 * hashtag (Required) – [yourHashtag] Default: none.
 * username (Required) – [aTwitterUserName] Default: none.
 * images (Optional) – [true/false] Default: false.
 * images_size (Optional) – [thumb/small/medium/large] Default: thumb.
 * profile_image (Optional) – [true/false] Default: false.

#### Display Tweets in your code

We have a really simple API to get the tweets you want in your code. Customize the
parameters and get an Array with the Tweets (objects).

**These are our functions:**

 * get_tweets_by_hashtag($hashtag, $limit)
 * get_tweets_by_user($user_name, $limit)
 * get_user_tweets($user_name, $limit)
 * get_timeline_tweets($user_name)
 * get_user_data($user_name)
 * get_my_data()

The **$user_name** should be the Twitter screen name, the one with @. Eg: PaulMcCartney

## اسکرین شاٹس

[⌊Download the plugin and move the "full-twitter-integration" folder into the "/
plugins" Wordpress folder.
Access to your Admin Panel and click the menu on the 
sidebar where it says "Full Twitter integration" to get started.
In the main screen
you will need to Log in with Twitter to use all the tools the plugin provides.⌉⌊
Download the plugin and move the "full-twitter-integration" folder into the "/plugins"
Wordpress folder.
Access to your Admin Panel and click the menu on the sidebar where
it says "Full Twitter integration" to get started.
In the main screen you will need
to Log in with Twitter to use all the tools the plugin provides.⌉[

Download the plugin and move the "full-twitter-integration” folder into the "/plugins”
Wordpress folder. Access to your Admin Panel and click the menu on the sidebar where
it says "Full Twitter integration” to get started. In the main screen you will need
to **Log in with Twitter** to use all the tools the plugin provides.

[⌊Simple as any other Wordpress Widget, just go Appearance>Widgets and choose the
most suitable FTI Widget for you, or choose them all!
You will be able to set the
Number of tweets to display, and the option to hide/show the User profile image 
and the Tweets images.⌉⌊Simple as any other Wordpress Widget, just go Appearance
>Widgets and choose the most suitable FTI Widget for you, or choose them all!
You
will be able to set the Number of tweets to display, and the option to hide/show
the User profile image and the Tweets images.⌉[

Simple as any other Wordpress Widget, just go Appearance>Widgets and choose the 
most suitable FTI Widget for you, or choose them all! You will be able to set the**
Number of tweets to display**, and the option to hide/show the **User profile image**
and the **Tweets images**.

## انسٹالیشن

 1. Download the plugin and move the "full-twitter-integration” folder into the "/plugins”
    WordPress folder.
 2. Access to your Admin Panel and click the menu on the sidebar where it says "Full
    Twitter integration” to get started.
 3. In the main screen you will need to **Log in with Twitter** to use all the tools
    the plugin provides.

## عمومی سوالات

  Why its not displaying my tweets?

The Search API is not complete index of all Tweets, but instead an index of recent
Tweets. At the moment that index includes between 6-9 days of Tweets.

  Remember

Use spaces between parameters or they won’t work.

For ex,

Like this -> `[fti-list hashtag="pearljam" limit="5" profile_images="true"]`

Not like this -> `[fti-list hashtag="pearljam"limit="5"profile_images="true"]`

  SHORTCODES PARAMETES

 * hashtag: [yourHashtag] Default: none. Key hashtag to search tweets which had 
   mentioned it.
 * username: [aTwitterUserName] Default: none. Twitter Username to search the tweets
   in which it is mentioned.

You need at least one of the last parameters to make the shorcode work.

 * (Optional) images: [true/false] Default: false. To hide or display the images
   content of each tweet.
 * (Optional) images_size: [thumb/small/medium/large] Default: thumb. To set the
   size of the tweets images to display.
 * (Optional) profile_image: [true/false] Default: false. To hide or display the
   users profile image.

  Shortcode samples

[fti-list hashtag=”perfectDayTo” limit=”5″ images=”true” images_size=”medium” profile_image
=”true” ]

    ```
    [fti-list username="PearlJam" limit="5" images="true" profile_image="false" ]
    ```

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Full Twitter Integration” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان
میں حصہ لیا:

شراکت دار

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

[“Full Twitter Integration” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/full-twitter-integration)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/full-twitter-integration/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/full-twitter-integration/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/full-twitter-integration/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/full-twitter-integration/?limit=100&mode=stop_on_copy&format=rss)۔

## میٹا

 *  Version **1.0.0**
 *  Last updated **11 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 3.0.1 یا اس سے جدید **
 *  Tested up to **4.7.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/full-twitter-integration/)
 * Tags
 * [api](https://ur.wordpress.org/plugins/tags/api/)[integration](https://ur.wordpress.org/plugins/tags/integration/)
   [social](https://ur.wordpress.org/plugins/tags/social/)[twitter](https://ur.wordpress.org/plugins/tags/twitter/)
   [widgets](https://ur.wordpress.org/plugins/tags/widgets/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/full-twitter-integration/advanced/)

## درجہ بندیاں

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/full-twitter-integration/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/full-twitter-integration/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/full-twitter-integration/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/full-twitter-integration/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/full-twitter-integration/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/full-twitter-integration/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/full-twitter-integration/reviews/)

## شراکت دار

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

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/full-twitter-integration/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://full-twitter-integration.com/)