Forums

[Plugin: TweetMeme Button] not showing up on single post (2 posts)

  1. ryanve
    Member
    Posted 4 months ago #

    The tweetmeme button worked great right away on my home page, but it wasn't showing up on the single posts (the permalinks).

    I don't want to use the 'manual' setting, b/c I want to have it everywhere, in the feed etc.

    The easy solution was to edit single.php in my theme's folder by adding this line:
    <?php echo tm_generate_button();?>

    In my case I added it at right at the start of each post like so:
    <div class="entry-content entry">
    <?php echo tm_generate_button();?>

    It's working fine now, but I would have thought there would be a way to set this option within the tweetmeme settings or in the plugin editor?
    Any ideas?

    [signature moderated Please read the Forum Rules]

  2. ashed
    Member
    Posted 2 months ago #

    <?php echo tm_generate_button();?>

    I am using the Mimbo theme and I couldn't get the Tweetmeme plugin to work. I copied this code to my single.php page and it works.

    It does not come on the homepage posts. But that's okay.

    Thanks ryanve!

Reply

You must log in to post.

About this Topic