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?