Title: Post Share Count
Author: zviryatko
Published: <strong>اگست 17, 2013</strong>
Last modified: فروری 1, 2015

---

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

![](https://ps.w.org/post-share-count/assets/banner-772x250.png?rev=759803)

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

![](https://s.w.org/plugins/geopattern-icon/post-share-count_ffffff.svg)

# Post Share Count

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

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

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

 [معاونت](https://wordpress.org/support/plugin/post-share-count/)

## تفصیل

Show twitter and facebook share count. Send your feature request.

## انسٹالیشن

 1. Upload `post-share-count.zip` and extract to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place `<?php the_post_share_count(); ?>` in your templates

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

  How to add html wrapper or some css class to counter and/or display counter as
link?

Use array as argument with keys `before_` and `after_` prefix and social link name,
here is example how to add @via parameter twitter sharing link:

    ```
    <?php
    $share_args = array(
        'before_twitter' => '<span class="share-link"><a href="https://twitter.com/intent/tweet?text=' . urlencode(get_the_title()) . '&url=' . urlencode(get_permalink()) . '&via=' . urlencode('your-twitter-name') . '" rel="nofollow" target="_blank"><span class="genericon genericon-twitter"></span> ',
        'after_twitter' => '</a></span>',
    );
    the_post_share_count( $share_args );
    ?>
    ```

Also you can add changes to `functions.php`:
 function your_theme_post_share_count_services(
$services ) { $services[‘twitter’][‘before’] = ‘[ ‘; return $services; } add_filter(‘
post_share_count_services’, ‘your_theme_post_share_count_services’);

  How to limit list of social networks? (or "I want only twitter counter”)

Add `show_only` parameter:
 array( ‘twitter’, ‘facebook’ )); the_post_share_count(
$args); ?>

Also you can do it in `functions.php`:
 function your_theme_post_share_count_services(
$services ) { unset( $services[‘facebook’] ); unset( $services[‘pinterest’] ); unset(
$services[‘googleplus’] ); unset( $services[‘linkedin’] ); return $services; } add_filter(‘
post_share_count_services’, ‘your_theme_post_share_count_services’);

## جائزے

There are no reviews for this plugin.

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

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

شراکت دار

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

[“Post Share Count” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/post-share-count)

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

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

## چینج لاگ

#### 0.5

 * Fix pinterest counter

#### 0.4

 * Added LinkedIn counter
 * Added genericon css classes for icon font support
 * Added parameters `time` and `max_sync`, see `get_the_post_share_count()` function
   for details
 * Change donate link to PayPal

#### 0.2

 * Added facebook counter
 * Changed `the_post_share_count` arguments, now one arg as array, see faq.

## میٹا

 *  Version **0.5.1**
 *  Last updated **12 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 3.0 یا اس سے جدید **
 *  Tested up to **3.6.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/post-share-count/)
 * Tags
 * [Counter](https://ur.wordpress.org/plugins/tags/counter/)[share](https://ur.wordpress.org/plugins/tags/share/)
   [twitter](https://ur.wordpress.org/plugins/tags/twitter/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/post-share-count/advanced/)

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

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/post-share-count/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/post-share-count/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/post-share-count/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/post-share-count/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/post-share-count/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/post-share-count/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/post-share-count/reviews/)

## شراکت دار

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

## معاونت

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

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

## عطیہ دیں

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

 [ اس پلگ ان کو عطیہ دیں ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=sanya%2edavyskiba%40gmail%2ecom&lc=UA&item_name=MakeYouLiveBetter&item_number=post%2dshare%2dcount&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)