=== Contact Data ===

Plugin Name: Contact Data
Plugin URI: http://www.cuadric.com/plugins/contact-data
Description: Manage all your contact and social information from a single admin page and recover it and render you social buttons through a function or shortcode. 
Tags: Contact information, Contact data, Contact admin page, Social networks
Author URI: http://www.cuadric.com/
Author: Gonzalo Sanchez
Contributors: Gonzalo Sanchez
Donate link: http://www.cuadric.com/plugins/contact-data
Requires at least: 3.0
Tested up to: 3.5
Stable tag: 0.1
Version: 0.1
License: GPLv2 or later

Manage all your contact and social information from a single admin page.

== Description ==

This plugins adds an admin page in which to store all your contact information such as Company Name, Telephone, Fax, Email, Address, Google Map, ect.
It can also store addresses of the major social networks like Facebook, Twitter, LiknkedIn, Google Plus, YouTube, etc..

All these data can be obtained by:

* `get_contact_data()` function, you get all your contact fields in an array to use in PHP templates
* `get_contact_data('field_name')` function, retrieve one contact field at a time tu use in PHP templates
* `[contact-data field="field_name"]` shortcode, echoes one contact field at a time to use in the text editor

* `follow_me_icons()` function, render a buttons block of your social networks links from your PHP code
* `[follow-me-icons]` shortcode, render a social networks block in your contents from the text editor

Valid values for the `field_name` parameter:

* name
* url
* dir
* dir_2
* email
* tel
* fax
* map

* facebook
* twitter
* linkedin
* googleplus
* youtube
* vimeo
* rss

Use it like this: 

`<?php $email = get_contact_data('email'); ?>`
`[contact-data field="url"]`



== Installation ==

1. Upload `contact-data` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to Settings->Contact Data and fill in all relevant data fields

== Screenshots ==

1. Appearance of the Contact Data admin page
2. Social Icons displayed through the follow_me_icons() function and the [follow-me-icons] shortcode

== Changelog ==

= 0.1 =
First basic version.