Compete WordPress Widget Readme
Requirements
Installation
- Download compete.zip (gz)
- Extract and upload compete.php to the plugins/ directory
- Enable Compete Rankings in the Plugin admin panel
- In widget admin panel, place Compete in the sidebar, and edit it to enter your API Key
Features
- Displays data about your site or any site you choose
- Edit nearly all aspects of it via widget admin
- Caching for large traffic sites
Editting display
You can edit 'Widget Formatting' to change how the info is displayed. To access the variables, use this formatting:
- %rank% - Rank of the site
- %icon% - The icon relating to your traffic rank (large or small depending on options)
- %count% - People count
- %host% - Hostname used in lookup
- %link% - Link to the compete page for the host
- %compete% - The compete link - Compete.com
The default formatting is:
<span style="float:right;"><img src="%icon%" alt="%rank%" /></span>
<a href="%link%">%host%</a><br />
Ranking: %rank%<br />
People: %count%<br />
%compete%