Title: [Plugin: Tweet This] Placing tweet_this function within single.php
Last modified: August 19, 2016

---

# [Plugin: Tweet This] Placing tweet_this function within single.php

 *  [wuzhannanan](https://wordpress.org/support/users/wuzhannanan/)
 * (@wuzhannanan)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-tweet-this-placing-tweet_this-function-within-singlephp/)
 * Hi all,
 * I am trying to place the tweet_this button above <div class=”entry”>, and below
   <div class=”post”> within the single.php file. I have inserted this code: <?php
   tweet_this_manual(); ?> between the two div tags, but when I refresh my page 
   I get a “Fatal error: Call to undefined function tweet_this_manual() in…single.
   php on line 23”
 * From my research it looks like this error message is given with the plugin is
   not installed, but I have the plugin installed. Am I missing something?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Richard Thripp](https://wordpress.org/support/users/richardxthripp/)
 * (@richardxthripp)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-tweet-this-placing-tweet_this-function-within-singlephp/#post-1850485)
 * That’s weird… it could be the plugin is loading after that portion of single.
   php is executed, but I’ve never seen this before. Are you using Tweet This 1.8.1?
   Try using this instead:
 *     ```
       <?php remove_filter('the_content', 'insert_tweet_this');
       echo insert_tweet_this(); ?>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Tweet This] Placing tweet_this function within single.php’ is
closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Richard Thripp](https://wordpress.org/support/users/richardxthripp/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-tweet-this-placing-tweet_this-function-within-singlephp/#post-1850485)
 * Status: not resolved