Title: Twitter Cards
Author: Niall Kennedy
Published: <strong>17 ژوئن 2012</strong>
Last modified: 3 آوریل 2013

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://s.w.org/plugins/geopattern-icon/twitter-cards.svg)

# Twitter Cards

 توسط [Niall Kennedy](https://profiles.wordpress.org/niallkennedy/)

[دانلود](https://downloads.wordpress.org/plugin/twitter-cards.1.0.5.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/twitter-cards/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/twitter-cards/#reviews)
 * [توسعه](https://fa.wordpress.org/plugins/twitter-cards/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/twitter-cards/)

## توضیحات

Generate inline content previews on Twitter.com and Twitter clients by including
[Twitter Card](https://dev.twitter.com/docs/cards) HTML meta elements for individual
posts.

All cards are a Twitter Card summary by default. Tap into the `twitter_card_properties`
filter to reference the Twitter accounts of your site or author.

Test your site’s Twitter Card display through [Twitter’s card preview tool](https://dev.twitter.com/docs/cards/preview).

### Filters

 * `twitter_cards_properties` – act on an array of properties before they are output
   to the page
 * `twitter_cards_htmlxml` – override the default treatment of `html` with `xml`.
   XML will self-close the meta void element ( “” vs. “” )

## عکس‌های صفحه

[⌊Twitter Card display on desktop⌉⌊Twitter Card display on desktop⌉[

Twitter Card display on desktop

[⌊Twitter Card display on mobile⌉⌊Twitter Card display on mobile⌉[

Twitter Card display on mobile

## سوالات متداول

  Why don’t you support feature X?

I wrote this plugin for my own site, [NiallKennedy.com](http://www.niallkennedy.com/),
added some slight flexibility through filters, and released the plugin on GitHub
as [a PHP library](https://github.com/niallkennedy/twitter-cards-php) with [a WordPress plugin wrapper](https://github.com/niallkennedy/twitter-cards).
I use summary cards for my site’s articles. If you would like to add better support
for photos, galleries, videos, apps, or products exposed to Twitter you can fork
my work and optionally send some code in a pull request.

 How do I add my Twitter account?

First you need to hook into the filter from code in your theme or site plugin(s).
You can add this code to your theme’s `functions.php` file or create a new file 
in `wp-content/mu-plugins/twitter-cards.php` or something similar.

    ```
    add_filter( 'twitter_cards_properties', 'twitter_custom' );
    ```

Next you need to modify the array passed to the filter with your own values.

    ```
    function twitter_custom( $twitter_card ) {
        if ( is_array( $twitter_card ) ) {
            $twitter_card['creator'] = '@niall';
            $twitter_card['creator:id'] = '1085';
        }
        return $twitter_card;
    }
    ```

The values generated by the plugin are passed to your new function for manipulation
before output.

The Twitter API function users/show is a good way to lookup your account information.
Copy the `screen_name` and `id_str` to `creator` and `creator:id` array values respectively
in your filter function referenced above. https://api.twitter.com/1/users/show.json?
screen_name=niall

Your Twitter screenname may change but your Twitter ID will remain the same. Grab
both while you are setting up your site to provide Twitter with the best data.

 You forgot to include a trailing slash on meta elements

The plugin outputs HTML-style void elements without a trailing slash by default.
Add XML-style trailing slashes by returning a value of `xml` on the `twitter_cards_htmlxml`
filter.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Twitter Cards” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Niall Kennedy ](https://profiles.wordpress.org/niallkennedy/)

[ترجمه “Twitter Cards” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/twitter-cards)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/twitter-cards/)، [مخزن SVN](https://plugins.svn.wordpress.org/twitter-cards/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/twitter-cards/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/twitter-cards/) مشترک شوید.

## گزارش تغییرات

#### 1.0.5

 * Update Twitter Cards PHP library to support extending the plugin for new app,
   gallery, or product Twitter Card types.

#### 1.0.4

 * Treat post format of “image” as a Twitter photo card.

#### 1.0.3

 * Simplify the description generator. Based on the Open Graph protocol description
   generator in the Facebook plugin.
 * Update bundled version of Twitter Cards PHP, fixing description property treated
   as a required property for photo card type.

#### 1.0.2

 * Change attribute from value to content to match current Twitter documentation.

#### 1.0.1

 * Improve automatic excerpt generator and scrubber

#### 1.0

 * Initial release

## اطلاعات

 *  نگارش **1.0.5**
 *  آخرین به‌روزرسانی **13 سال پیش**
 *  نصب‌های فعال **200+**
 *  نگارش وردپرس ** 3.3 یا بالاتر **
 *  آزمایش‌شده تا **3.5.2**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/twitter-cards/)
 * برچسب
 * [semantic markup](https://fa.wordpress.org/plugins/tags/semantic-markup/)[twitter](https://fa.wordpress.org/plugins/tags/twitter/)
   [twitter cards](https://fa.wordpress.org/plugins/tags/twitter-cards/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/twitter-cards/advanced/)

## امتیازها

 4.5 از 5 ستاره.

 *  [  امتیاز 1 5-ستاره     ](https://wordpress.org/support/plugin/twitter-cards/reviews/?filter=5)
 *  [  امتیاز 1 4-ستاره     ](https://wordpress.org/support/plugin/twitter-cards/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/twitter-cards/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/twitter-cards/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/twitter-cards/reviews/?filter=1)

[بررسی شما](https://wordpress.org/support/plugin/twitter-cards/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/twitter-cards/reviews/)

## مشارکت کنندگان

 *   [ Niall Kennedy ](https://profiles.wordpress.org/niallkennedy/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/twitter-cards/)