# Wikidata-references

Wikidata References is an open source plugin developed to help WordPress users to add associations 
among the tags and categories they use in this WordPress websites and to add some specific metadata 
and structured microdata using Schema.org frame.

## Installation

To install Wikidata References, unzip project files at /wp-content/plugin/ in your WordPress
install directory, then, access to plugin admin page and activate it.

## How it Works?

Wikidata References adds an extra field to your tags and categories where you can add a Wikidata item
id to create an association among your term and Wikidata elements, also, it will help you to find the 
proper Wikidata element to be associated to each tag and category.

At plugin settings page, user will be able to decide if he wants to:

* Add a link to the associated Wikidata element at tag or category archive pages. This is at 
	  your_WordPress_site_url/tag/[tag-name] or your_WordPress_site_url/category/[category-name].
* Change the tag and category archive titles by a link to the associated Wikidata element.
* Frame all tags or categories links in your WordPress site. (like those that appear under 
	  your posts) into a Schema.org microformat structure.
	  
## More information

* [Wikidata](https://www.wikidata.org)
* [Schema.org](http://schema.org)
	
## License
[GNU General Public License v3](https://github.com/zeko3991/Wikidata-references/blob/master/LICENSE.txt)


