Posted by Jason.
May
15
Posted by Jason.
Domainer Wordpress Plugin
Here you’ll find the download links to the latest WP-Domainer plugin:
Features
- Display message at the top of every page with a personalized content and style
- Top message can be integrated with WP-Ads
- Shortcode tag for listing domains with obfuscation and case options
- Insert favicon code into blog header and Wordpress admin interface header
Downloads
Current Version
- A collection of handy features for domainers using Wordpress
WP-Domainer 0.03 (334)
Usage
The settings panel contains options for setting the top heading content and style. If WPAds is present, options for using it will appear.
Domain Listings
The shortcode to display and format a list of domains is:
[domains]
example1.com
example2.com
example3.com
[/domains]
Shortcode Options
- case: upper, lower, -no effect- (default) – change the case of the domain name
- protect: true, false (default) – protect domain names from search engines
- link: a template for the HREF attribute of a link
- text: a template for text to be written
- newwindow: true, false (default) – opens a new browser window when used with the link option
Template Variables
- %dn%: the domain name
- %dnob%: the obfuscated domain name
Examples
- Adding obfuscation to protect listings from search engines:
[domains protect="true" case="upper"]
example1.com
example2.com
example3.com
[/domains]Output:
- EXAMPLE1[dot]COM
- EXAMPLE2[dot]COM
- EXAMPLE3[dot]COM
- Using the text option to template the anchor text
[domains case="upper" text="» %dn% «"]
example1.com
example2.com
example3.com
[/domains]Output:
- » EXAMPLE1.COM «
- » EXAMPLE2.COM «
- » EXAMPLE3.COM «
- Using the link option to show affiliate links:
[domains case="lower" protect="true" link="https://www.snapnames.com/?aff=4308&dom=%dn%"]
EXAMPLE1.com
EXAMPLE2.com
EXAMPLE3.com
[/domains]Output:
Favicon Support
Simply upload your favicons into the plugin’s “fav” folder ( /plugins/wp-domainer/fav ) using the naming convention example.com.ico and your favicon will be inserted into your blog’s header. This is especially handy for Wordpress MU installations.
There is 1 comment to this post.
Add Your Comment.


If you have any suggestions for WHAT ELSE should be included in WP-Domainer, give a shout-out here!