Simple Theme Options

plugin banner

With Simple Theme Options plugin your can easily manage your custom theme options such as social media links and Google Analytics code.

Author:CHRS Interactive (profile at wordpress.org)
WordPress version required:6.0
WordPress version tested:6.9
Plugin version:2.0.1
Added to WordPress repository:27-02-2014
Last updated:27-12-2025
Rating, %:100
Rated by:1
Plugin URI:http://wordpress.org/plugins/simple-theme-opt...
Total downloads:15 789
Active installs:300+
plugin download
Click to start download

Simple Tracking adds an admin interface where you can easily add your tracking and conversion pixels, such as Google Analytics, Meta Pixel, TikTok Pixel, and more.

Additionally manage all your social media links, and display them on your site using shortcodes or template code.

Supported Tracking Services

  • Google Analytics (GA4)
  • Google Tag Manager
  • Meta Pixel (Facebook/Instagram)
  • LinkedIn Insight Tag
  • Pinterest Tag
  • TikTok Pixel
  • Twitter / X Pixel
  • Snapchat Pixel

Custom Code Injection

Add custom tracking scripts or code snippets to:

  • Header (wp_head) – Before closing tag
  • Body (wp_body_open) – Right after opening tag
  • Footer (wp_footer) – Before closing tag

Available Social Media Platforms

  • Facebook
  • Twitter / X
  • Instagram
  • Threads
  • Bluesky
  • WhatsApp
  • Pinterest
  • YouTube
  • TikTok
  • Yelp
  • Snapchat
  • Discord
  • WordPress.com
  • LinkedIn
  • Tumblr
  • Flickr
  • Custom Link 1
  • Custom Link 2

You can use the social media links as PHP code within your template files or as shortcodes within the editor and widgets.

Social Media Icons

Display beautiful SVG social media icons with customizable size, color, and style:

[social-icons] - Displays all configured social icons

[social-icons platforms="facebook,twitter,instagram"] - Display specific platforms

[social-icons size="32" color="#000000" hover="#0073aa" style="circle"] - Customize appearance

Available styles: default, circle, square, rounded

Change default icon settings in the Style tab.

Social Link Shortcode

Display a text link to a social media profile:

[social-link social_id="fburl" link_title="Follow us on Facebook"]

Template Usage

Use in your theme templates:

<?php
$options = get_option( 'chrs_theme_options' );
echo esc_url( $options['fburl'] );
?>

Support

Please submit your support requests through the WordPress forums for Simple Tracking.

For feature requests or suggestions, contact us at hello@chrsinteractive.com


Screenshots
FAQ
ChangeLog