Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

BMI / IMC Calculator

Mô tả

ENGLISH

This is a basic calculator that displays the users BMI (Body Mass Index) depending on their Height and Weight

You can select to display the input options as
* Metric (Centimeters and Kilograms)
*Imperial (Inches and Pounds)

It’s easy to configure different options from the wordpress panel

SPANISH

Esta es una calculadora sencilla que muestra el IMC (Indice de Masa Corporal) de los usuarios dependiendo de su Peso y Altura

Puedes seleccionar mostrar el formulario en
*Sistema métrico (Centímetros y Kilogramos)
*Sistema imperial (Pulgadas y Libras)

Fácil de configurar desde el panel de wordpress

Ảnh màn hình

  • A simple and elegant form to input the users data
  • Displays the user result with a table of the different values
  • If the users BMI / IMC is right, the color shows green
  • Easy to configure panel inside wordpress admin

Cài đặt

  1. In admin panel go to Plugins / Add new plugin
  2. Search and Upload ‘esw_imc_calculator.zip’ file
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to Widgets in your WordPress menu
  5. Add the widget to the sidebar you want

Hỏi đáp

What formula do you use to calculate the BMI / IMC

Is the same formula you can find in Wikipedia

What languages are avalible?

This plugin comes by default with:
*spanish
*english

but you can add new languages in the “languages” folder

How to use the Shortcode?

Add the following text in your text block: [bmi_calculator]

How to use the Shortcode with atts?

Add the following text in your text block: [bmi_calculator hide_table=true hide_styles=true system_type=”imperial” section_title=”My personal title” ]

Shortcode Attributes

*hide_table (true / false)
*hide_header (true / false)
*hide_styles (true / false)
*hide_footer (true / false)
*system_type (metric / imperial)
*section_title (string)

Đánh giá

3 Tháng Chín, 2016
Pluging working fine, but need some enhancements and a review for WP 4.5 thanks rozuja
Đọc tất cả 3 đánh giá

Người đóng góp & Lập trình viên

“BMI / IMC Calculator” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.1

  • Added shortcode function – [bmi_calculator]

1.0.1

  • Replaced folder assets with includes
  • Added icons for WordPress repository

1.0

  • First release of the plugin.