=== WP Company ===
Contributors: Buooy
Tags: company, information, details, maintain
Requires at least: 3.5.1
Tested up to: 3.7.1
Stable tag: 1.1.0
Version:    1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

WP Company is built to contain the information of the company that owns this WordPress Site

== Description ==

WP Company is built to contain the information of the company that owns this WordPress Site.

A large majority of WordPress sites are developed for company sites. However, WordPress by its default structure does not provide additional details of the site.

WP Company was set up to contain these information and to expose them on the website via shortcodes.

= Company information stored and exposed via shortcodes =

1.  Name

2.  Address 1

3.  Address 2

4.  Country

5.  City

6.  Postal

7.  Facebook

8.  Twitter

9.  Google+

10.  Linkedin

11.  Pinterest

12.  Tumblr

13.  Vimeo

14.  YouTube

== Installation ==

1. Upload wp-company folder to the /wp-content/plugins/ directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= How do I use the shortcodes =
You can utilize the following shortcodes:

1. Company Name 	:	[wp-company-option option='company_name']

2. Company Address 1:	[wp-company-option option='company_address_1']

3. Company Address 2:	[wp-company-option option='company_address_2']

4. Company Country	:	[wp-company-option option='company_country']

5. Company City		:	[wp-company-option option='company_city']

6. Company Postal 	:	[wp-company-option option='company_postal']

7. Company Facebook	:	[wp-company-option option='company_facebook']

8. Company Twitter	:	[wp-company-option option='company_twitter']

9. Company Google+	:	[wp-company-option option='company_googleplus']

10. Company Linkedin:	[wp-company-option option='company_linkedin']

11. Company pinterest:	[wp-company-option option='company_pinterest']

12. Company Tumblr:		[wp-company-option option='company_tumblr']

13. Company Vimeo:		[wp-company-option option='company_vimeo']

14. Company Youtube:	[wp-company-option option='company_youtube'] 


= How do I use the shortcodes in PHP =
You can utilize it with do_shortcode as per Codex: http://codex.wordpress.org/Function_Reference/do_shortcode

e.g. echo do_shortcode('[wp-company-option option='company_name']');


== Screenshots ==

1. Main admin screen showing the different company information. This will be updated in future releases
2. Social Media Admin Panel
3. Help Section Admin Panel. Please donate!
4. Shortcodes in page editor
5. Shortcodes displayed in page. Can be used in footers and headers.


== Changelog ==

= 1.1.0 =
* New Feature: 	Added Social Network functions
* New Feature:	Added Help information
* Upgrade:		Spilt sections into tabs
* Security Fix:	Prevent shortcode from uploading or displaying non wp-company options
* New addition:	Added Donation links in Help tab

= 1.0.0 =
* First main upload to WordPress site
