Title: [Plugin: WP Socializer] Manual Placement Code
Last modified: August 20, 2016

---

# [Plugin: WP Socializer] Manual Placement Code

 *  Resolved [filmmakerdream](https://wordpress.org/support/users/filmmakerdream/)
 * (@filmmakerdream)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-socializer-manual-placement-code/)
 * I am placing the small social icons (socialbts) manually in the excerpt of my
   website – [http://www.cochlearimplantonline.com](http://www.cochlearimplantonline.com)
   because the plugin is not putting them automatically when I click to include 
   them in the excerpt. When I insert the code:
 * <?php echo wp_socializer(button_name, array(
    ‘socialbts’ => facebook,twitter,
   pinterest,googlebuzz,stumbleupon,addtofavorites,email ‘var2’ => value, ‘var3’
   => value )); ?>
 * It only shows the facebook icon. Can someone please tell me what I am doing wrong?
   For now, I have it set to default, but I would really like to choose my own buttons.
   Thank you.
 * [http://wordpress.org/extend/plugins/wp-socializer/](http://wordpress.org/extend/plugins/wp-socializer/)

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

 *  Plugin Author [vaakash](https://wordpress.org/support/users/vaakash/)
 * (@vaakash)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-socializer-manual-placement-code/#post-2827641)
 * You are using the wrong parameters for the function. The actual code is
 *     ```
       <?php echo wp_socializer('socialbts', array(
       'services' => 'facebook,twitter,pinterest,googlebuzz,stumbleupon,addtofavorites,email'
       ));
       ?>
       ```
   
 * This should work. For more info refer the documentation page – [http://www.aakashweb.com/docs/wp-socializer-docs/function-reference/](http://www.aakashweb.com/docs/wp-socializer-docs/function-reference/)
 *  Thread Starter [filmmakerdream](https://wordpress.org/support/users/filmmakerdream/)
 * (@filmmakerdream)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-socializer-manual-placement-code/#post-2827656)
 * Thank you! It worked!
 *  Plugin Author [vaakash](https://wordpress.org/support/users/vaakash/)
 * (@vaakash)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-socializer-manual-placement-code/#post-2827659)
 * For more customization on the social buttons, you can use the docs page to check
   out the parameters. Just add it the similar way.
 * [http://www.aakashweb.com/docs/wp-socializer-docs/function-reference/](http://www.aakashweb.com/docs/wp-socializer-docs/function-reference/)

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

The topic ‘[Plugin: WP Socializer] Manual Placement Code’ is closed to new replies.

 * ![](https://ps.w.org/wp-socializer/assets/icon.svg?rev=1616975)
 * [WP Socializer - Simple & Easy Social Media Share Icons](https://wordpress.org/plugins/wp-socializer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-socializer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-socializer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-socializer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-socializer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-socializer/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [vaakash](https://wordpress.org/support/users/vaakash/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-socializer-manual-placement-code/#post-2827659)
 * Status: resolved