Title: [Plugin: Sociable] How to use manually code only
Last modified: August 19, 2016

---

# [Plugin: Sociable] How to use manually code only

 *  [frankbhv](https://wordpress.org/support/users/frankbhv/)
 * (@frankbhv)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-sociable-how-to-use-manually-code-only/)
 * Hi,
 * I am using sociable and added
 *     ```
       <?php if (function_exists('sociable_html')) {
       echo sociable_html();
       } ?>
       ```
   
 * to my theme the place I would like to have – but Sociable also shows up automatically
   on the wrong place. You may visit on [http://www.havenlog.de](http://www.havenlog.de)(
   Single post).
 * How do I remove this automatically inserted area?
 * THX for your help.
 * Frank

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

 *  [joesmalley](https://wordpress.org/support/users/joesmalley/)
 * (@joesmalley)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-sociable-how-to-use-manually-code-only/#post-1839998)
 * Make sure you don’t have any of the options ticked in the ‘Position’ section 
   of the Sociable settings page
 *  [[removed]](https://wordpress.org/support/users/litso/)
 * (@litso)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-sociable-how-to-use-manually-code-only/#post-1840009)
 * If you’re using Sociable3, use this:
 * `<?php if(method_exists($sociable,'get_links')) echo $sociable->get_links(); ?
   >`
 *  [forsammyray](https://wordpress.org/support/users/forsammyray/)
 * (@forsammyray)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-sociable-how-to-use-manually-code-only/#post-1840030)
 * This is still not working. I have all positioning options turned off and have
   installed the above code and it still does not show up.

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

The topic ‘[Plugin: Sociable] How to use manually code only’ is closed to new replies.

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

 * 3 replies
 * 4 participants
 * Last reply from: [forsammyray](https://wordpress.org/support/users/forsammyray/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-sociable-how-to-use-manually-code-only/#post-1840030)
 * Status: not resolved