Title: [Plugin: Social Sharing Toolkit] Feature Request &#8211; better theme customization
Last modified: August 20, 2016

---

# [Plugin: Social Sharing Toolkit] Feature Request – better theme customization

 *  [kettlewell](https://wordpress.org/support/users/kettlewell/)
 * (@kettlewell)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-social-sharing-toolkit-feature-request-better-theme-customization/)
 * Hello –
 * I’d like to see the options for the buttons be able to be set (overridden) through
   PHP theme customizations…
 * For me, it’s nice to set things directly in the theme, so that I don’t have to
   reconfigure anything, it’s just set in the theme exactly how I want it…
 * I’d envision something like:
 *     ```
       <?php
          if(class_exists('MR_Social_Sharing_Toolkit')) {
              $social_sharing_toolkit = new MR_Social_Sharing_Toolkit();
              $social_sharing_toolkit->set_option('type','large_icons');
              $social_sharing_toolkit->set_option('service','pinterest');
              $social_sharing_toolkit->set_option('service','facebook');
              $social_sharing_toolkit->display_custom_bookmarks();
            }
       ?>
       ```
   
 * Anyhow, great plugin… it’s simple,powerful and easy to use.
 * [http://wordpress.org/extend/plugins/social-sharing-toolkit/](http://wordpress.org/extend/plugins/social-sharing-toolkit/)

The topic ‘[Plugin: Social Sharing Toolkit] Feature Request – better theme customization’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/social-sharing-toolkit.svg)
 * [Social Sharing Toolkit](https://wordpress.org/plugins/social-sharing-toolkit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/social-sharing-toolkit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/social-sharing-toolkit/)
 * [Active Topics](https://wordpress.org/support/plugin/social-sharing-toolkit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/social-sharing-toolkit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/social-sharing-toolkit/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [kettlewell](https://wordpress.org/support/users/kettlewell/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-social-sharing-toolkit-feature-request-better-theme-customization/)
 * Status: not resolved