Flip Counter Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin gives facility to show “Countdown” numbers, Date Countdown and APIs Date countdown.
example if you want you site in maintenance that time you should not show any error to your users. you can show time countdown.
A few notes about the sections above:
- “Tested up to” is the highest version that you’ve successfully used to test the plugin. Note that it might work on
higher versions… this is just the highest one you’ve verified. - Stable tag should indicate the Subversion “tag” of the latest stable version, or “trunk,” if you use
/trunk/
for
stable.
First shortcode
[flip_counter data-value=1234?data-url=’http://example.com/number’ data-type=’social’]
- data-value
Your countdown start from - data-url
This is your web service URL where data come but make sure you APIs data should come in json format. and format should be look like below.
{“displays”:”120220″}
3. data-type
if you want to use apis data you have to use ‘social’
Second shortcode
[flip_counter data-value=’2018-06-17′ data-type=’date’]
- data-value
You have to add date format above like YYYY-MM-DD. this will be upcoimg date like today ‘2018-06-17’ you can use next days, next month, next year but make sure you date format should same. - data-type
You are using date countdown so you have to pass ‘date’
Third shortcode
[flip_counter data-value=’150008′ data-type=’number’]
1. date-value
This data will be show static where you will add
- date-type
You have to ‘number’ string
A brief Markdown Example
Plugin Shortcode
[flip_counter data-value=1234?data-url=’http://example.com/number’ data-type=’social’]
[flip_counter data-value=’2018-06-17′ data-type=’date’]
[flip_counter data-value=’150008′ data-type=’number’]
Note: – Your API url http://example.com/number Should be return in json format and format will be {“displays”:”120220″} You can use this shortcode multiple uses like facebook count, Instagram count, twitter count etc.
Screenshots
No screenshots provided