• Hey,

    Is it possible to change it so every tweet it posts to my wordpress has the same title instead of the content of the tweet?

    Currently it shows the same thing twice which looks terrible.
    Even turning the title off would work.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I would very much like to know the answer to this as well.

    it’s my #1 complaint with twitter tools.

    I figured out how to delete the title completely.

    go into twitter-tools.php and on line 477 you should find this:

    , 'post_title' => $wpdb->escape(trim_add_elipsis($tweet->tw_text, 30))

    delete that line completely and all of your FUTURE tweets will have no title. I can’t figure out a way to make it change all the back tweets, but whatever oh well.

    Awesome! Thank you shilojean!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twitter-Tools – Post Title Change’ is closed to new replies.