Not solely was it very easy to put in and configure, however I’ve observed a number of individuals really utilizing the button to retweet my posts. You may see it in motion within the high proper nook of this publish.
On this WordPress plugin evaluation, I’ll go over putting in the TweetMeme plugin and provides an outline of the choices. And there’s a screencast too! All after the soar.
How one can Set up TweetMeme for WordPress
You may set up TweetMeme for WordPress identical to some other plugin. Additionally because it’s obtainable within the WordPress.org plugin repository, you’ve the choice of putting in it mechanically through your WordPress admin panel.
After putting in and activating, it’s best to see a brand new “TweetMeme” menu within the sidebar of your WordPress dashboard. The settings web page ought to look one thing like this.
TweetMeme Plugin Settings
- Show: I set all of those besides on pages, since I actually don’t see a have to have a retweet button on my pages (like Contact, About, and so on.).
- Place: For each regular and RSS place, I’ve it set to show earlier than. This mainly locations the button on the high of the publish the place most individuals will see it.
- Styling: I exploit
float: proper; margin-left: 10px;
to show it on the correct facet of my posts. The alternative can befloat: left; margin-right: 10px;
- Sort: I exploit the normal-sized widget, principally as a result of I believe the compact one is simply too small.
- Supply: Set this to your individual Twitter account. Mine is @themelab in case you didn’t already know.
Every part else is just about as much as your preferences, like your URL shortener of alternative (mine is bit.ly).
Superior TweetMeme Plugin Utilization
If you wish to manually place the TweetMeme button in your theme, it’s a must to first choose “Guide” underneath the show settings so it doesn’t mechanically show wherever. Then insert the next code throughout the loop.
Bear in mind the function_exists half is so there’s no deadly error within the occasion that the TweetMeme plugin is disabled for no matter cause.