• This plugin posts in the format:

    New blog post: Post title https://your.url

    I’m looking for a way to append some text to it like this:

    New blog post: Post title https://your.url My custom text

    I’ve found this for changing the prefix, but is there a way to add a suffix?

    $this->tweet_prefix = 'New blog post';

    Thanks for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’d love to know the answer to this as well – I’ve searched high and low to figure out how to edit the code to do this.

    change these lines to make the prefix a suffix

    $this->tweet_prefix = ‘you custom text’;
    $this->tweet_format = ‘%s %s ‘.$this->tweet_prefix;

    you would need to make some more than minor changes to ADD a suffix in addition to the prefix

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Twitter Tools] add suffix to posts’ is closed to new replies.