Automatically links twitter usernames prefixed with the @
sign in your WordPress posts, excerpts, and comments.
- Download the ZIP
- Install the plugin in WordPress by either uploading the unzipped plugin folder via (S)FTP or uploading the ZIP directly via the Plugins page in the WordPress back-end
- Activate the plugin
- 0.0.1
- Initial version
Every generated link to a user’s Twitter profile has the class twitter-username
so that you’re able to style username links.
.twitter-username {
color: #226699;
}
.twitter-username:before {
content: '\u0040';
color: #7aa3c1;
}
In addition, all generated links are rel="nofollow"
as well as target="blank"
. Email addresses remain untouched by this plugin.
Copyright (c) 2014 websperts
Licensed under the MIT license.
See LICENSE for more info.