Plugin info

Total downloads: 1,079
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: 4/29/2014 (4263 days ago)
Added to WordPress: 2/14/2014 (11 years old)
Minimum WordPress version: 3.8
Tested up to WordPress version: 3.7.41
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4263 days ago

20/100

Is IMG Simple Site Options abandoned?

Possibly abandoned (last update 4263 days ago).

Compatibility

Requires WordPress: 3.8
Tested up to: 3.7.41
Requires PHP: f

Similar & Alternatives

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

NS Featured Posts
Rating 4.8/5 (28 reviews)Active installs 4,000
Source Affix
Rating 4.9/5 (8 reviews)Active installs 500
Post Shortcode
Rating 4.5/5 (8 reviews)Active installs 500
FS Link Posts
Rating 0.0/5 (0 reviews)Active installs 10
Custom-Single
Rating 0.0/5 (0 reviews)Active installs 10
Galaxius Custom Sidebars
Rating 0.0/5 (0 reviews)Active installs 10

Description

Manage social media usernames and contact details via WordPress.

Usage

In your theme files:

  • // Company address details
  • $address_line_1 = get_option(‘company_address_line_1’);
  • $address_line_2 = get_option(‘company_address_line_2’);
  • $address_line_3 = get_option(‘company_address_line_3’);
  • $city = get_option(‘company_city’);
  • $post_code = get_option(‘company_post_code’);
  • $country = get_option(‘company_country’);

  • $email = get_option(‘company_email’);

  • $telephone = get_option(‘company_telephone’);

  • // Social media

  • $twitter = get_option(‘twitter_username’);
  • $pinterest = get_option(‘pinterest_username’);
  • $instagram = get_option(‘instagram_username’);
  • $facebook = get_option(‘facebook_username’);
  • $googleplus = get_option(‘googleplus_username’);
  • $linkedin = get_option(‘linkedin_username’);
  • $blog_url = get_option(‘blog_url’);

Then in your theme echo out the values:

  • Twitter username is: @
  • Company postal code is:

or you could just do:

Twitter username is: @

Or in the Visual Editor the following shortcodes work:

[img-simple-site-options twitter_username]

and

[img-simple-site-options $company_post_code]

Installation

  1. Upload the img-simple-site-options folder to the /wp-content/plugins/ directory
  2. Activate the IMG Simple Site Options plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. Edit Social Media usernames form

    Edit Social Media usernames form

  2. Edit Contact Details values form

    Edit Contact Details values form

  3. Using a shortcode to show titter username and your post code via the Visual Editor

    Using a shortcode to show titter username and your post code via the Visual Editor

Changelog

1.12

  • Linkedin added to list of social sites

1.11

  • Google plus added to list of social sites

1.1

  • Shortcodes added so users can output content via the WordPress Visual Editor in Posts/Pages
  • Instructions added to aid user outputting content into theme files using basic PHP and, alternatively, via the WordPress Visual Editor in Posts/Pages

1.0

  • Simple options added so users can output data via their theme files using basic PHP