Title: Elo Rating Shortcode
Author: Marcel Pol
Published: <strong>ಮೇ 21, 2016</strong>
Last modified: ಜನವರಿ 10, 2026

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://ps.w.org/elo-rating-shortcode/assets/banner-772x250.png?rev=1460609)

![](https://ps.w.org/elo-rating-shortcode/assets/icon-256x256.png?rev=2051222)

# Elo Rating Shortcode

 ‍[Marcel Pol](https://profiles.wordpress.org/mpol/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/elo-rating-shortcode.2.0.0.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/elo-rating-shortcode/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/elo-rating-shortcode/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/elo-rating-shortcode/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/elo-rating-shortcode/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/elo-rating-shortcode/)

## ವಿವರಣೆ

Add a Calculator for Elo Rating to your website with a simple shortcode.

Features:

 * Simple Shortcode for simple Elo calculations.
 * Extended Shortcode for extended Elo calculations.
 * Almost no configuration needed.
 * Simple and Lightweight.
 * Uses JavaScript for the calculations, so no page reload.

#### Demo

Check out the demo at [my local chessclub Pegasus](https://svpegasus.nl/algemeen/knsb-rating/elo-rating-berekenen/)

#### Compatibility

This plugin is compatible with [ClassicPress](https://www.classicpress.net).

#### Contributions

This plugin is also available in [Codeberg](https://codeberg.org/cyclotouriste/elo-rating-shortcode).

## ಸ್ಕ್ರೀನ್‌ಶಾಟ್‌ಗಳು

[⌊An example of the main shortcode.⌉⌊An example of the main shortcode.⌉[

An example of the main shortcode.

## ಸ್ಥಾಪನೆ

 1. Upload the directory `elo-rating-shortcode` to the `/wp-content/plugins/` directory
    or install the plugin directly with the ‘Install’ function in the ‘Plugins’ menu
    in WordPress.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Add a shortcode ‘[elo_rating_shortcode]’ to your page.
 4. Enjoy!

For extended Elo calculations use the ‘[elo_rating_shortcode_extended]’ shortcode.

## FAQ

### How can I use a different K factor?

The default K factor = 25.

You can add a parameter to the shortcode to have a custom value, like:

    ```
    [elo-rating_shortcode k_factor="20"]
    ```

## ‍ವಿಮರ್ಶೆಗಳು‍

![](https://secure.gravatar.com/avatar/9708f3ba1b5d39abd7b3c640ff70eed03c85c5d67a939ea9974c6b5769e75642?
s=60&d=retro&r=g)

### 󠀁[Small but nice](https://wordpress.org/support/topic/small-but-nice-2/)󠁿

 [Marcel Pol](https://profiles.wordpress.org/mpol/) ಜನವರಿ 8, 2018

Nice ELO calculator for the obsessive-compulsive among us.

 [ Read all 1 review ](https://wordpress.org/support/plugin/elo-rating-shortcode/reviews/)

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Elo Rating Shortcode” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ
ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ Marcel Pol ](https://profiles.wordpress.org/mpol/)

“Elo Rating Shortcode” has been translated into 6 locales. ಅವರ ಕೊಡುಗೆಗಳಿಗಾಗಿ [ಅನುವಾದಕರು](https://translate.wordpress.org/projects/wp-plugins/elo-rating-shortcode/contributors)
ಅವರಿಗೆ ಧನ್ಯವಾದಗಳು.

[“Elo Rating Shortcode” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/elo-rating-shortcode)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/elo-rating-shortcode/),
[SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/elo-rating-shortcode/) ಪರಿಶೀಲಿಸಿ,
ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/elo-rating-shortcode/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/elo-rating-shortcode/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 2.0.0

 * 2025-07-14
 * Remove jQuery dependency.

#### 1.0.4

 * 2024-10-13
 * Fix security issue (thanks theviper17 at patchstack).
 * K factor should always be an integer.

#### 1.0.3

 * 2024-10-02
 * Loading plugin translations should be delayed until init action.
 * Use **DIR** instead of dirname(**FILE**).

#### 1.0.2

 * 2021-06-01
 * Use ‘esc_html()’ for translations.
 * Some updates from wpcs.

#### 1.0.1

 * 2021-02-23
 * Fix deprecated jQuery calls with WP 5.6 and jQuery 3.5.

#### 1.0.0

 * 2016-05-21
 * First stable version
 * Publish the plugin

## ಮೆಟಾ

 *  Version **2.0.0**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **6 ತಿಂಗಳುಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **50+**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 4.1 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **6.9.4** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 7.0 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  ಭಾಷೆಗಳು
 * [Catalan](https://ca.wordpress.org/plugins/elo-rating-shortcode/), [Dutch](https://nl.wordpress.org/plugins/elo-rating-shortcode/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/elo-rating-shortcode/),
   [English (US)](https://wordpress.org/plugins/elo-rating-shortcode/), [Spanish (Chile)](https://cl.wordpress.org/plugins/elo-rating-shortcode/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/elo-rating-shortcode/), ಮತ್ತು
   [Swedish](https://sv.wordpress.org/plugins/elo-rating-shortcode/).
 *  [ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ](https://translate.wordpress.org/projects/wp-plugins/elo-rating-shortcode)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [board games](https://kn.wordpress.org/plugins/tags/board-games/)[chess](https://kn.wordpress.org/plugins/tags/chess/)
   [elo](https://kn.wordpress.org/plugins/tags/elo/)[games](https://kn.wordpress.org/plugins/tags/games/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/elo-rating-shortcode/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

 5 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/elo-rating-shortcode/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ Marcel Pol ](https://profiles.wordpress.org/mpol/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/elo-rating-shortcode/)