Title: [Plugin: Socialize This] Two different widget bars?
Last modified: August 19, 2016

---

# [Plugin: Socialize This] Two different widget bars?

 *  Resolved [literayz](https://wordpress.org/support/users/literayz/)
 * (@literayz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-socialize-this-two-different-widget-bars/)
 * Is there anyway to assign specifically which widgets(links) are called into the
   template using the template tag provided with Socialize This?
 * <?php show_social_widgets(); ?>
 * I need a group of social sharing icons in my footer but I also need a set of 
   social profile icons in the primary sidebar. The two types may have similar icons
   but serve different functions and can’t be in the same spot on the page or they
   may cause confusion.
 * Anyone know how this can be done without editing plugin core?
 * [http://wordpress.org/extend/plugins/socialize-this/](http://wordpress.org/extend/plugins/socialize-this/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mike Rogers](https://wordpress.org/support/users/rogem002/)
 * (@rogem002)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-socialize-this-two-different-widget-bars/#post-2027168)
 * Yeah, there is 🙂
 * In the show_social_widgets() function, the first attribute you can input is a
   widget IDs limiter. So for example
 * show_social_widgets(array(1,3,4));
 * would output the widgets with the ID’s 1,3,4.
 * To find out the ID’s of a widget, click “edit” on the social widgets page and
   the ID is in the url ie
    wp-admin/options-general.php?page=socialize-this&module
   =edit_widget&widget=28 < the 28 is the widgets ID.
 * Sorry if this is a little poorly explained, as I am a little tight for time right
   now.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Socialize This] Two different widget bars?’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/socialize-this.svg)
 * [Socialize This](https://wordpress.org/plugins/socialize-this/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/socialize-this/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/socialize-this/)
 * [Active Topics](https://wordpress.org/support/plugin/socialize-this/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/socialize-this/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/socialize-this/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mike Rogers](https://wordpress.org/support/users/rogem002/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-socialize-this-two-different-widget-bars/#post-2027168)
 * Status: resolved