Title: Manual buttons inserting.
Last modified: August 20, 2016

---

# Manual buttons inserting.

 *  Resolved [simonn](https://wordpress.org/support/users/simonn/)
 * (@simonn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/manual-buttons-inserting/)
 * Hi,
    I have an issue using PHP function to insert buttons to my theme. I’ve unchecked
   all boxes in plugins settings “Show buttons in these pages”. Than I was trying
   to insert this code to my themes single page:
 * <?php really_simple_share_publish($link=”, $title=”); ?>
 * and than this one:
 * <?php really_simple_share_publish($link=’the_permalink()’, $title=’get_the_title()’);?
   >
 * but nothing showed up.
 * Can you help me and show me full code, please?
 * [http://wordpress.org/extend/plugins/really-simple-facebook-twitter-share-buttons/](http://wordpress.org/extend/plugins/really-simple-facebook-twitter-share-buttons/)

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

 *  [whiletrue](https://wordpress.org/support/users/whiletrue/)
 * (@whiletrue)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/manual-buttons-inserting/#post-3385603)
 * Hi simonn,
    have you checked at least one share button in the setting page?
 *  Thread Starter [simonn](https://wordpress.org/support/users/simonn/)
 * (@simonn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/manual-buttons-inserting/#post-3385606)
 * Yes, I did.
 *  Thread Starter [simonn](https://wordpress.org/support/users/simonn/)
 * (@simonn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/manual-buttons-inserting/#post-3385627)
 * So it’s impossible to fix this problem? :/
 *  [whiletrue](https://wordpress.org/support/users/whiletrue/)
 * (@whiletrue)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/manual-buttons-inserting/#post-3385652)
 * Hi all,
    the issue is solved easily adding an echo in your code: `<?php echo 
   really_simple_share_publish($link='', $title=''); ?>` You can also use this code
   when outside the loop: `<?php echo really_simple_share_publish(the_permalink(),
   get_the_title()); ?>`

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

The topic ‘Manual buttons inserting.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/really-simple-facebook-twitter-share-
   buttons_96bbf2.svg)
 * [Really Simple Share](https://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-facebook-twitter-share-buttons/reviews/)

## Tags

 * [php function](https://wordpress.org/support/topic-tag/php-function/)

 * 4 replies
 * 2 participants
 * Last reply from: [whiletrue](https://wordpress.org/support/users/whiletrue/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/manual-buttons-inserting/#post-3385652)
 * Status: resolved