Plugin info

Total downloads: 1,435
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/3/2008 (6587 days ago)
Added to WordPress: 2/2/2008 (18 years old)
Minimum WordPress version: 2.3.2
Tested up to WordPress version: 2.3.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 6587 days ago

20/100

Is WPMC abandoned?

Possibly abandoned (last update 6587 days ago).

Compatibility

Requires WordPress: 2.3.2
Tested up to: 2.3.2
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Plugin that creates automatic links to you MyMiniCity and displays its data. Many settings and editable output.

The link to you city will be altered in regards of the city needs. Those needs are configurated by the thresholds. For example: If you set an industry threshold of 5 unemployment up to 5% will be tolerated. But after this the industry link will be used to direct people to your city.

The html output for content pages can be custimised in anyway you want. Just use the variables and build the html as you like.

The varaibles available can be found in the backend.

This plugin caches your cities XML. It will update only every 5 minutes. This is a caching mechanism to avoid calling to a different webpage everytime a page from your blog is loaded.

If you just want a simple link to your city you can use:

{minicity_link}

If you want the full html output use:

{minicity}

For php integration use:

WPMC_getLink()

This function will return the link to you city. Do something like this:

if(function_exists('WPMC_getLink')){     echo 'MyCity'; } 

WPMC_displayCity()

This function will output the whole html. Use it like this:

if(function_exists('WPMC_displayCity')){     echo WPMC_displayCity(); } 

You can pass a different custom html to this function like this:

if(function_exists('WPMC_displayCity')){     echo WPMC_displayCity('

%name%

'); }

Installation

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the options section. Take a look at the settings and enter at least your MyMiniCity Name.
  4. Place {minicity} in your pages or posts

Frequently Asked Questions

None right now

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available