This plugin is outdated and might not be supported anymore
Random Number Generator

Random Number Generator

By Whiler
Details
View on WordPress

It can be used to avoid browsers cache by inserting a random number.
For instance, http://my_url?[random-number]” could generate http://my_url?134548.

[random-number from=”2″ to=”72″ format=”%b”]%d minutes[/random-number]

output: an integer value between 2 & 72 followed by the word ‘minutes’

This plugin is a sample on how to create a plugin which:
* supports internationalization,
* provides an option screen,
* saves some options,
* use images,
* replaces a tag.

By the way, it generates randomized numbers ;o)

If you need more functionalities, feel free to ask (email/blog)…

A post with a French tutorial is available here.

Supported languages

Details

Plugin code:
random-number-generator
Plugin version:
1.3.2
Author:
Outdated:
Yes
WP version:
2.7 or higher
PHP version:
or higher
Test up to WP version:
2.8.6
Total installations:
10
Last updated:
2009-11-27
Rating:
Times rated:
0
generator
howto
numbers
random
sample