{"id":48544,"date":"2016-05-21T18:13:05","date_gmt":"2016-05-21T18:13:05","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/elo-rating-shortcode\/"},"modified":"2026-01-10T09:23:55","modified_gmt":"2026-01-10T09:23:55","slug":"elo-rating-shortcode","status":"publish","type":"plugin","link":"https:\/\/af.wordpress.org\/plugins\/elo-rating-shortcode\/","author":6559433,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.0.0","stable_tag":"2.0.0","tested":"6.9.4","requires":"4.1","requires_php":"7.0","requires_plugins":null,"header_name":"Elo Rating Shortcode","header_author":"Marcel Pol","header_description":"","assets_banners_color":"e1e0c1","last_updated":"2026-01-10 09:23:55","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/zenoweb.nl","header_author_uri":"https:\/\/timelord.nl","rating":5,"author_block_rating":0,"active_installs":50,"downloads":4611,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"mpol","date":"2021-06-02 09:22:52"},"1.0.1":{"tag":"1.0.1","author":"mpol","date":"2021-06-02 09:22:52"},"1.0.2":{"tag":"1.0.2","author":"mpol","date":"2024-07-22 09:47:18"},"1.0.3":{"tag":"1.0.3","author":"mpol","date":"2024-10-02 09:47:03"},"1.0.4":{"tag":"1.0.4","author":"mpol","date":"2025-04-23 12:19:21"},"2.0.0":{"tag":"2.0.0","author":"mpol","date":"2026-01-10 09:23:55"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2051222,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2051222,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":1460609,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","2.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":1460612,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"An example of the main shortcode."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[26724,17259,26720,26723,2773],"plugin_category":[37,43,59],"plugin_contributors":[78711],"plugin_business_model":[],"class_list":["post-48544","plugin","type-plugin","status-publish","hentry","plugin_tags-board-games","plugin_tags-chess","plugin_tags-elo","plugin_tags-elo-rating","plugin_tags-games","plugin_category-arts-and-entertainment","plugin_category-customization","plugin_category-utilities-and-tools","plugin_contributors-mpol","plugin_committers-mpol"],"banners":{"banner":"https:\/\/ps.w.org\/elo-rating-shortcode\/assets\/banner-772x250.png?rev=1460609","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/elo-rating-shortcode\/assets\/icon-128x128.png?rev=2051222","icon_2x":"https:\/\/ps.w.org\/elo-rating-shortcode\/assets\/icon-256x256.png?rev=2051222","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/elo-rating-shortcode\/assets\/screenshot-1.jpg?rev=1460612","caption":"An example of the main shortcode."}],"raw_content":"<!--section=description-->\n<p>Add a Calculator for Elo Rating to your website with a simple shortcode.<\/p>\n\n<p>Features:<\/p>\n\n<ul>\n<li>Simple Shortcode for simple Elo calculations.<\/li>\n<li>Extended Shortcode for extended Elo calculations.<\/li>\n<li>Almost no configuration needed.<\/li>\n<li>Simple and Lightweight.<\/li>\n<li>Uses JavaScript for the calculations, so no page reload.<\/li>\n<\/ul>\n\n<h4>Demo<\/h4>\n\n<p>Check out the demo at <a href=\"https:\/\/svpegasus.nl\/algemeen\/knsb-rating\/elo-rating-berekenen\/\">my local chessclub Pegasus<\/a><\/p>\n\n<h4>Compatibility<\/h4>\n\n<p>This plugin is compatible with <a href=\"https:\/\/www.classicpress.net\">ClassicPress<\/a>.<\/p>\n\n<h4>Contributions<\/h4>\n\n<p>This plugin is also available in <a href=\"https:\/\/codeberg.org\/cyclotouriste\/elo-rating-shortcode\">Codeberg<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the directory <code>elo-rating-shortcode<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory or install the plugin directly with the 'Install' function in the 'Plugins' menu in WordPress.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Add a shortcode '[elo_rating_shortcode]' to your page.<\/li>\n<li>Enjoy!<\/li>\n<\/ol>\n\n<p>For extended Elo calculations use the '[elo_rating_shortcode_extended]' shortcode.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20can%20i%20use%20a%20different%20k%20factor%3F'><h3>How can I use a different K factor?<\/h3><\/dt>\n<dd><p>The default K factor = 25.<\/p>\n\n<p>You can add a parameter to the shortcode to have a custom value, like:<\/p>\n\n<pre><code>[elo-rating_shortcode k_factor=\"20\"]\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>2025-07-14<\/li>\n<li>Remove jQuery dependency.<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>2024-10-13<\/li>\n<li>Fix security issue (thanks theviper17 at patchstack).<\/li>\n<li>K factor should always be an integer.<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>2024-10-02<\/li>\n<li>Loading plugin translations should be delayed until init action.<\/li>\n<li>Use <strong>DIR<\/strong> instead of dirname(<strong>FILE<\/strong>).<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>2021-06-01<\/li>\n<li>Use 'esc_html()' for translations.<\/li>\n<li>Some updates from wpcs.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>2021-02-23<\/li>\n<li>Fix deprecated jQuery calls with WP 5.6 and jQuery 3.5.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>2016-05-21<\/li>\n<li>First stable version<\/li>\n<li>Publish the plugin<\/li>\n<\/ul>","raw_excerpt":"Add a Calculator for Elo Rating to your website with a simple shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/af.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/48544","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/af.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/af.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/af.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=48544"}],"author":[{"embeddable":true,"href":"https:\/\/af.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mpol"}],"wp:attachment":[{"href":"https:\/\/af.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=48544"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/af.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=48544"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/af.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=48544"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/af.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=48544"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/af.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=48544"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/af.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=48544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}