Plugin Directory

Changeset 949245


Ignore:
Timestamp:
07/16/2014 01:40:16 AM (12 years ago)
Author:
ourvalley
Message:

Adding screenshots and updating readme

Location:
healthy-bmi-calculator
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • healthy-bmi-calculator/trunk/readme.txt

    r948093 r949245  
    22
    33Contributors: ourvalley
     4Author URI: http://ourvalley.ca
    45Tags: widget, shortcode, health
    56Stable tag: trunk
    67Requires at least: 3.5
    78Tested up to: 3.9
    8 License: GPL2
     9License: GPLv2 or later
     10License URI: http://www.gnu.org/licenses/gpl-2.0.html
    911
    10 Adds a shortcode and widget that will display a BMI Calculator on your site.
     12Adds a shortcode and widget that will display a simple BMI Calculator on your site. Works with both metric and US style measurements.
    1113
    12 == Long Description ==
    13 You can calculate in either metric or US style measurements.
     14== Description ==
     15
     16This is a very simple plugin which requires almost no configuration.
     17
     18All you need to do is go to the Appearence then Widgets area in the Admin Dashboard.
     19Once you are there drag the BMI Calculator widget onto the widget area you would like it added to.
     20
     21The only two settings are the title and the color. The color is the hex color you would like the results background to be.
     22
    1423A lot of the code was adapted from
    15 http://codereview.stackexchange.com/questions/21581/calculating-body-mass-index-bmi
    16 
     24[Stack Exchange Thread](http://codereview.stackexchange.com/questions/21581/calculating-body-mass-index-bmi "Inspiration Code")
    1725
    1826== Installation ==
     27
    1928Install from the WordPress plugin page in the admin dashboard. Search for Healthy BMI Calculator.
     29Or you can download the zip file and upload it while on the add new plugin page.
     30
     31Then you just need to either add the widget or the shortcode to where you would like it on your site.
    2032
    2133== Frequently Asked Questions ==
     34
    22351. Can I have more than one calculator per page?
    23     No maybe in a future upgrade.
     36    **No maybe in a future upgrade.**
    24372. What shortcode do I use?
    25    [sm_bmi_calculator]
     38   **[sm_bmi_calculator]**
     39   
     40== Screenshots ==
     41
     421. Fill in widget settings
     432. Example front end look
     443. Front end with results
     454. Adding shortcode to post
Note: See TracChangeset for help on using the changeset viewer.