Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #265219

    Hi,

    I searched the forum and found any question about that topic. Sorry if I missed something.

    In future versions, could it be possible to add the “via @twittername” at the end of the “standard tweet” generated after clicking at the Twitter button below the post’s content? It should just appear if the Twitter Account Name is already defined in the Author’s page.

    Thanks in advance,
    Agustín

    #265646

    Hi Agustín!

    You can alter the pattern in /includes/helper-social-media.php, line 144:

    'twitter' 	=> array("encode"=>false, "pattern" => "http://twitter.com/home?status=[title] [shortlink]"),
    

    To:

    'twitter' 	=> array("encode"=>false, "pattern" => "http://twitter.com/home?status=[title] [shortlink] via @kriesi"),
    

    Best regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.