Description
This domain check plugin allows checking if a domain name is available. Checking
if a domain name is available is a complex problem. New top level domains
emerge frequently. Static domain check codes get outdated very soon. This plugin
uses the Whois API to support the
latest top level domains correctly. By using the Whois API you also avoid
hitting any rate limits on the respective whois server.
Installation
- Upload the domaincheck folder to the
/wp-content/plugins/domaincheck
directory,
or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Set in Settings/Domain Check the api key from the Whois API.
- Add the widget to your prefered location through the ‘Appearance’ menu in WordPress.
or add shortcode [domaincheck] to your post or page.
The shortcode [domaincheck] supports these parameters
- button (optional): Text of the submit button, e.g. [domaincheck button=Check]
- available (optional): Message shown when a domain is availbale. It supports the
placeholder %s for the domain, e.g. [domaincheck available=”The domain %s is available”] - registered (optional): Message shown when a domain is registered. It supports the
placeholder %s for the domain, e.g. [domaincheck registered=”The domain %s is not available”]
Reviews
There are no reviews for this plugin.
Contributors and Developers
“DomainCheck” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “DomainCheck” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Change Log
0.2
- Add the shortcode parameters
available
andregistered
.
0.1
- First release