Title: Post Likerator
Author: Flipeleven
Published: <strong>19 آڪٽوبر 2017</strong>
Last modified: 19 آڪٽوبر 2017

---

پلگ انس ڳولھيو

ھي پلگ ان **WordPress جي جديد 3 وڏين رليزز** سان آزمايو نه ويو آھي. اهو ٿي سگهي 
ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي 
وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

![](https://ps.w.org/post-likerator/assets/icon-256x256.jpg?rev=1749441)

# Post Likerator

 کان: [Flipeleven](https://profiles.wordpress.org/flipeleven/)

[ڊائون لوڊ ڪريو](https://downloads.wordpress.org/plugin/post-likerator.1.0.0.zip)

 * [تفصيل](https://snd.wordpress.org/plugins/post-likerator/#description)
 * [جائزو](https://snd.wordpress.org/plugins/post-likerator/#reviews)
 *  [تنصيب](https://snd.wordpress.org/plugins/post-likerator/#installation)
 * [ترقي](https://snd.wordpress.org/plugins/post-likerator/#developers)

 [سھائتا](https://wordpress.org/support/plugin/post-likerator/)

## وضاحت

Enables a simple like/unlike feature to be added to posts, pages, etc. There is 
no dislike feature. You are expected to style it however you like so it matches 
your theme; it has none of its own CSS. There is also no admin page or options for
this plugin.

Add the like button to your template using the included PHP function:

    ```
    <?php post_likerator(); ?>
    ```

By default it will use the current post ID and echo the like button’s markup. You
can change this by passing (integer) Post ID and (boolean) echo arguments to the
function:

    ```
    <?php $like_button = post_likerator(2501, false); ?>
    ```

The above will attribute likes to post ID `2501` and will assign the string of markup
to the `$like_button` variable instead of echoing it.

Once you’ve got it looking awesome, click to like the post. Clicking again will 
unlike it. You can go back and forth as much as you want, but it will probably get
boring after a little while.

## انسٽاليشن

 1. Go to Plugins in your admin and click Add New.
 2. Search for “Post Likerator”.
 3. Install it and activate.
 4. Add the post_likerator() function to your post or page templates.

When you activate the plugin, it will create a new database table for keeping track
of the likes on posts. This table will use your database prefix, so if you use the
default prefix the table will be called `wp_post_likerator_likes`. You’ll need to
delete this table manually if you want to completely uninstall the plugin.

## FAQ

  Installation Instructions

 1. Go to Plugins in your admin and click Add New.
 2. Search for “Post Likerator”.
 3. Install it and activate.
 4. Add the post_likerator() function to your post or page templates.

When you activate the plugin, it will create a new database table for keeping track
of the likes on posts. This table will use your database prefix, so if you use the
default prefix the table will be called `wp_post_likerator_likes`. You’ll need to
delete this table manually if you want to completely uninstall the plugin.

  I don’t see my like button!

The markup is there, you need to create your own CSS to make it look however you
want.

  Where are the plugin’s options or settings?

There aren’t any, it’s really simple and just does its thing.

  Why can’t I dislike something?

You really want people disliking your own posts? Brave. Well, this isn’t the plugin
for you then.

  What makes this better than all the other ones?

It’s simple and developer friendly. All the other ones had too many features or 
had CSS that was a pain to override, so we made our own that only did what we needed.
Now we’re sharing it so you can enjoy it too.

## جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

## تعاون ڪندڙ & ڊولپرز

“Post Likerator” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

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

[ترجمو ڪريو “Post Likerator” توهان جي ٻولي ۾.](https://translate.wordpress.org/projects/wp-plugins/post-likerator)

### ڊولپمينٽ ۾ دلچسپي؟

[ڪوڊ براؤز ڪريو](https://plugins.trac.wordpress.org/browser/post-likerator/)، چيڪ
ڪريو [SVN مخزن](https://plugins.svn.wordpress.org/post-likerator/)، يا رڪنيت حاصل
ڪريو [ڊولپمينٽ لاگ](https://plugins.trac.wordpress.org/log/post-likerator/) پاران
[RSS](https://plugins.trac.wordpress.org/log/post-likerator/?limit=100&mode=stop_on_copy&format=rss).

## لاگ تبدیل ڪريو

#### 1.0.0

 * Initial release.

## ميٽا

 *  Version **1.0.0**
 *  Last updated **9 سالَ اڳ**
 *  Active installations **10+**
 *  WordPress version ** 4.8.2 يا وڌيڪ **
 *  Tested up to **4.8.30**
 *  Language
 * [English (US)](https://wordpress.org/plugins/post-likerator/)
 * Tags
 * [like](https://snd.wordpress.org/plugins/tags/like/)[thumbs-up](https://snd.wordpress.org/plugins/tags/thumbs-up/)
 *  [ترقي يافته ڏيک](https://snd.wordpress.org/plugins/post-likerator/advanced/)

## درجه بندي

No reviews have been submitted yet.

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

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

## تعاون ڪندڙ

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

## سھائتا

چوڻ لاءِ ڪجهه آهي؟ مدد گهرجي؟

 [ڏسو سپورٽ فورم](https://wordpress.org/support/plugin/post-likerator/)