このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Extended Random Number Generator

説明

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

スクリーンショット

  • Options in English
  • Options in French
  • Options in Russian
  • Sample

インストール

This section describes how to install the plugin and get it working.

  1. Upload folders and files to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [random-number] in a post (if you haven’t changed the tag caption in the options)

FAQ

Does it work with WordPress MU?

  • Yes

Which languages are included when I install the plugin?

  • English
  • French
  • Russian

評価

2016年9月3日
Using this to generate a set of lucky number for visitors. Just have to look up what php sprintf format to use
1件のレビューをすべて表示

貢献者と開発者

Extended Random Number Generator はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Extended Random Number Generator” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1

  • Added support for random number generation in scripts

1.0

  • Extended capability to work within text/html fields outside of posts and pages
  • First release
  • Plugin started/forked from version 1.3.2 of Original Random Number Generator plugin