I think this is not a bug with WP Socializer.
If you use the addthis service, then Addthis automatically inserts the @addthis handle.
If you want to avoid this, just paste the above code in the “footer.php” of your style.
if (typeof addthis_share !== “undefined”) {
addthis_share.templates = {twitter : ” (via @[Your Twitter Username])”}
} else {
var addthis_config = {
templates : {
twitter : ” (via @[Your Twitter Username])”
}
};
}
Just replace [Your Twitter Username] with your Twitter username.
Thank you 😀