=== Orbisius Random Name Generator ===
Contributors: lordspace,orbisius
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7APYDVPBCSY9A
Tags: random name generator,random
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0.3
License: GPLv2 or later
Generates a random name based on a keyword list that you define.
== Description ==
Orbisius Random Name Generator is a minimalistic WordPress plugin that randomly picks a name from a list.
The shortcode can be used multiple times with different keywords on the same page.
It will pick a random name from the appropriate list.
The duplicates will be removed automatically (if any).
This plugin is for people who want to have a
* Random Name Generator
* Random Pet Name Generator
* Random Baby Name Generator
* Random Domain Name Generator
* Whatever random stuff you can think of :)
Supported keyword separators: ,;| tab and new line
= How it works =
Create a page, insert the shortcode and define the keywords.
If you want a customization (paid service)
contact us
*You can pass words as a parameter*
[orbisius_random_name_generator words="word1, word2, word3"]
You can pass words between the opening and closing tags.
[orbisius_random_name_generator]
word1
word2
word3
[/orbisius_random_name_generator]
* You can pass words between the opening and closing tags and separate them by comma *
[orbisius_random_name_generator]
word1, word2, word3
[/orbisius_random_name_generator]
== Demo ==
Test drive / Live demo
Orbisius Random Name Generator Free Live Demo
Video demo
https://www.youtube.com/watch?v=j-QPcQ-wUOc&ab_channel=orbisius
== Support ==
Bugs? Suggestions? If you want a faster response contact us through our website's contact form at https://orbisius.com and
not through the support tab of this plugin or WordPress forums for a faster response.
= Author =
Svetoslav Marinov (Slavi) | Orbisius Random Name Generator
== Upgrade Notice ==
n/a
== Screenshots ==
1. n/a
== Installation ==
1. Unzip the package, and upload `orbisius-random-name-generator` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Configure which file types you'd like to get optimized
4. Create a free account and pick a plan
5. Done
= Bug Report / Feature Requests =
Please submit any bug report or feature requests in our github issue tracking system.
Report Bugs / Features
== Frequently Asked Questions ==
= Who is this plugin for? =
People who want to have a:
* Random Name Generator
* Random Pet Name Generator
* Random Baby Name Generator
* Random Domain Name Generator
* random random stuff :)
= Does it work with WordPress multisite? =
It wasn't tested but should work
== Changelog ==
= 1.0.3 =
* Sanitized all shortcode attributes and request data
* Updated Requires PHP to 7.4, Tested up to 6.9
= 1.0.2 =
* Tested with WP 5.9 & fixes
= 1.0.1 =
* Added a demo and video links.
* Fixed the example keyword definition in the plugin's readme file.
= 1.0.0 =
* Initial release