Title: rebelsaga's Replies | WordPress.org

---

# rebelsaga

  [  ](https://wordpress.org/support/users/rebelsaga/)

 *   [Profile](https://wordpress.org/support/users/rebelsaga/)
 *   [Topics Started](https://wordpress.org/support/users/rebelsaga/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rebelsaga/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rebelsaga/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rebelsaga/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rebelsaga/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rebelsaga/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Widgets] Display Widget outside Sidebar](https://wordpress.org/support/topic/display-widget-outside-sidebar/)
 *  Thread Starter [rebelsaga](https://wordpress.org/support/users/rebelsaga/)
 * (@rebelsaga)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/display-widget-outside-sidebar/#post-8236736)
 * Brilliant! Have a Cookie Monster… or two 🙂
 * ![Have a Cookie Monster... or two :)](https://i0.wp.com/2.bp.blogspot.com/-pOhCS8DSTpg/
   TbXU-u0RGMI/AAAAAAAAANg/19aOLHfDgCc/s1600/Apri2011%2B059p.jpg)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Widgets] Display Widget outside Sidebar](https://wordpress.org/support/topic/display-widget-outside-sidebar/)
 *  Thread Starter [rebelsaga](https://wordpress.org/support/users/rebelsaga/)
 * (@rebelsaga)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/display-widget-outside-sidebar/#post-8236690)
 * I didn’t realize that this was a multi-widget and was looking to use the social
   icons, i.e. facebook, etc. Would I just substitute the array parameters like:
 *     ```
       the_widget(
           'WPCW\Contact',
       	array(
       	    'facebook'    => [
       		'icon'    => 'facebook-official',
       		'label'   => __( 'Facebook', 'contact-widgets' ),
       		'default' => "https://www.facebook.com/{$username}",
       		'select'  => $username,
       	    ],
       	    'twitter'     => [
       		'label'   => __( 'Twitter', 'contact-widgets' ),
       		'default' => "https://twitter.com/{$username}",
       		'select'  => $username,
       	],
       );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Widgets] Display Widget outside Sidebar](https://wordpress.org/support/topic/display-widget-outside-sidebar/)
 *  Thread Starter [rebelsaga](https://wordpress.org/support/users/rebelsaga/)
 * (@rebelsaga)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/display-widget-outside-sidebar/#post-8236317)
 * Thank you. I like your honesty.
 * I’ve tried every variation of ‘WPCW\Contact’, ‘WPCW\Social’, and ‘wpcw-widgets
   wpcw-widget-social’ that popped into my head.
 * Maybe, there’s a way to call the class??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Widgets] Display Widget outside Sidebar](https://wordpress.org/support/topic/display-widget-outside-sidebar/)
 *  Thread Starter [rebelsaga](https://wordpress.org/support/users/rebelsaga/)
 * (@rebelsaga)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/display-widget-outside-sidebar/#post-8235825)
 * I don’t know what options I have to specify. Simply putting the below code doesn’t
   cause it to show up.
 * `<?php the_widget( 'WPCW\Contact' ); ?>`

Viewing 4 replies - 1 through 4 (of 4 total)