Title: [Plugin: Social Sharing Toolkit] WordPress admin script enqueue
Last modified: August 20, 2016

---

# [Plugin: Social Sharing Toolkit] WordPress admin script enqueue

 *  [Constantin Boiangiu](https://wordpress.org/support/users/constantinboiangiu/)
 * (@constantinboiangiu)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-social-sharing-toolkit-wordpress-admin-script-enqueue/)
 * In some cases the plugin causes js errors due to tabs and sortables in wp admin.
   To avoid that the admin.js script should be loaded by providing the dependencies
   instead of wp_enqueue_script.
    This piece of code (on line 135 in social_sharing_toolkit.
   php) solves the problem:
 * wp_enqueue_script(‘mr_social_sharing-admin’, plugins_url(‘/admin.js’, __FILE__),
   array(‘jquery-ui-tabs’, ‘jquery-ui-sortable’));
 * A much better approach would be to load the scripts only on the admin page of
   the plugin. Currently they get loaded all over wp administration area. Other 
   than that, nice job, congrats.
 * [http://wordpress.org/extend/plugins/social-sharing-toolkit/](http://wordpress.org/extend/plugins/social-sharing-toolkit/)

Viewing 1 replies (of 1 total)

 *  [funkyphenix](https://wordpress.org/support/users/funkyphenix/)
 * (@funkyphenix)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-social-sharing-toolkit-wordpress-admin-script-enqueue/#post-2475887)
 * Oh Great Lord. ^_^p
 * Thank you for this tips !
 * I spent quite a few days (and nights) looking for a solution to the Js error 
   caused by this plugin.
    It worked for me.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Social Sharing Toolkit] WordPress admin script enqueue’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [funkyphenix](https://wordpress.org/support/users/funkyphenix/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-social-sharing-toolkit-wordpress-admin-script-enqueue/#post-2475887)
 * Status: not resolved