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
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