Description
Percent to Infograph represents simple percent (%) into Infograph with some effects. [percent_to_graph] Shortcode made it so simple, all you need is to copy [percent_to_graph data_percent=β70″ data_text=β70%β] to your post content box. You can adjust almost all values of your Infograph by passing values to variables. Here is full list of variable with some example values:
Screenshots
Installation
- Install as regular WordPress plugin.
- Go your Pluings setting via WordPress Dashboard and activate it.
after activating plugin create a post and copy-paste the following shortcode:
[percent_to_graph data_percent=β30″ data_text=β30%β data_info=β Value Increasedβ data_width=β25″ data_fontsize=β16″ data_dimension=β200″ data_fgcolor=β#E439A1″ data_bgcolor=β#eeeβ data_fill=β#fffβ]
you can copy paste multiple shortcode in one post, try the following shortcodes:
[percent_to_graph data_percent=β45″ data_text=β45%β data_info=βNew Productsβ data_width=β25″ data_fontsize=β18″ data_dimension=β200″ data_fgcolor=β#80E800″ data_bgcolor=β#eeeβ data_fill=β#fffβ]
[percent_to_graph data_percent=β45″ data_text=β45%β data_info=βUsers Onlineβ data_width=β25″ data_fontsize=β16″ data_dimension=β200″ data_fgcolor=β#FFFF00″ data_bgcolor=β#eeeβ data_fill=β#fffβ]
[percent_to_graph data_percent=β90″ data_text=β90%β data_info=βGrowth Rateβ data_width=β25″ data_fontsize=β16″ data_dimension=β200″ data_fgcolor=β#FFD200″ data_bgcolor=β#eeeβ data_fill=β#fffβ]
How does this work ?
Plug work with shortcode with multiple parameters. Parameters have default values, for example, if you do not pass any value to any of the parameters, plugin will show all default values. So, you need to enter your own values to the parameter. Here is a full list of parameters with their default values:
data-percent=β65″
data-text=β65%β
data-info=βUsers Onlineβ
data-width=β25″
data-fontsize=β20″
data-dimension=β170″
data-fgcolor=β#80E800″
data-bgcolor=β#eeeβ
data-fill=β#fffβ>
Make sure you already have changed your own percent information while using the pluin. There should not be any broken line or comma seperator and as ususal should be opening and closign bracks before and after the shortcode [], for example:
[percent_to_graph data_percent=β30″ data_text=β30%β data_info=β Value Increasedβ data_width=β25″ data_fontsize=β16″ data_dimension=β200″ data_fgcolor=β#E439A1″ data_bgcolor=β#eeeβ data_fill=β#fffβ]
N.B. Please rate and advice me so that I can improve the plugin for everyone.
FAQ
- Why did you wrote this plugin?
-
I thought it might require for me or somebody else.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Percent to Infograph” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Percent to Infograph” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release