Extended Random Number Generator

Extended Random Number Generator Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 3,557 downloads
Extended Random Number Generator Icon

Try plugin: Extended Random Number Generator

We'll create fresh WordPress site with Extended Random Number Generator installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Extended Random Number Generator

This plugin extends the capability of the original Random Number Generator plugin so that the short code may be used within custom text/html fields na …

1


0


0


0


0

updated: 9 years ago
since: 11 years ago

Description

By default, the original Random Number Generator plugin short code works within widgets, posts, and pages. We have extended the core capability of the plugin so that it also works within text/html fields, such as those used for advertising purposes.

One primary use: It can be used to defeat browser caching by inserting a random number. The most common implementation of this is within Google DoubleClick ads where they require an ‘ord=’ within the script to ensure that ad creative is not cached by the browers.

Use Example 1:
input: http://my_url?ord=[random-number]”
output: http://my_url?ord=134548.

Use Example 2:
input: [random-number from=”2″ to=”72″ format=”%b”]%d minutes[/random-number]
output: an integer value between 2 & 72 followed by the word ‘minutes’

Supported languages

  • English
  • French
  • Russian
  • All languages supported based on orginal Random Number Generator plugin