Title: Sociable Position
Last modified: August 20, 2016

---

# Sociable Position

 *  [chambrot](https://wordpress.org/support/users/chambrot/)
 * (@chambrot)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/sociable-position/)
 * Hello
 * Is there a way to have the Sociable buttons to appear ‘after’ the post page numbers?
 * Can’t seem to figure out how to do this.
 * Thanks in advance.
 * [http://wordpress.org/extend/plugins/sociable/](http://wordpress.org/extend/plugins/sociable/)

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

 *  Thread Starter [chambrot](https://wordpress.org/support/users/chambrot/)
 * (@chambrot)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/sociable-position/#post-2425397)
 * I am having the same issue, please let me know if you find a work around.
 * Thanks
 *  [NosCoffin](https://wordpress.org/support/users/noscoffin/)
 * (@noscoffin)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/sociable-position/#post-2425414)
 * As I mentioned in another post, you can place the code anywhere you want on the
   page via the template tag.
 * Just add this code to where you want the icons to appear:
 * `<?php if (function_exists('sociable_html')) {echo sociable_html(); } ?>`
 * Just make sure that the “Do you want to automatically use Sociable on the locations
   specified?” is unchecked in the Sociable admin.
 * Or, when you do that, is the proper URL to the post not showing up within the
   Sociable icons due to it being out of the loop?
 *  Plugin Contributor [sociable](https://wordpress.org/support/users/sociable/)
 * (@sociable)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/sociable-position/#post-2425421)
 * hi!
 * this is a great solution to place the sociable in a custom location
 *  [iheller](https://wordpress.org/support/users/iheller/)
 * (@iheller)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/sociable-position/#post-2425474)
 * Ummm….this doesn’t work. You can’t put .php code on a page. You know, most of
   the people use your plugin for ease of use and not to have to keep toying around
   with the code.
 * You should have hook locations built into the plugin so that it easy to move 
   around. Just saying.
 *  [NosCoffin](https://wordpress.org/support/users/noscoffin/)
 * (@noscoffin)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/sociable-position/#post-2425475)
 * The code is meant to be placed within a template file, not within a page or post.
   If you want it to show at the bottom of the post or page, it should look something
   like this (whether in page.php or single.php):
 *     ```
       <div class="post">
           <?php the_content(); ?>
        </div>
   
       <br />
   
       <?php if (function_exists('sociable_html')) {echo sociable_html(); } ?>
       ```
   
 * BTW, you can use the [ExecPHP plugin](http://wordpress.org/extend/plugins/exec-php/)
   if you need to execute PHP code within a page or post.

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

The topic ‘Sociable Position’ 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/)

 * 5 replies
 * 4 participants
 * Last reply from: [NosCoffin](https://wordpress.org/support/users/noscoffin/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/sociable-position/#post-2425475)
 * Status: not resolved