Provides a Twitter retweet button for your posts that shows all tweets, enables retweeting, and adds tweets as comments.
Topsy provides service status updates via http://status.topsy.com
If you have questions or technical problems, please email support@topsy.com.
You must have more than just the standard "Uncategorized" category for this feature to work.
When you have more than one category, all of your categories will be listed in the "Exclude Categories" section of the Topsy settings page. turn on the check box for any category that you want to suppress buttons on.
Give the post a custom field with the key "topsy_button", and the value "suppress". You can do this for as many posts as you want. If you remove the custom field, the button will re-appear on that post.
Note that the [topsy_retweet_small] or [topsy_retweet_big] shortcodes are not affected by this custom field.
Certain themes use calls to the PHP strip_tags() function, which conflicts with the plugin's "preload retweet button" feature. The most popular of these themes are Redtime, Thesis, and Arras. If you're using one of those themes -- or if you see topsyWidgetData gibberish code in your posts -- you should turn off preloading. Look under "Visual Appearance" in the Topsy settings page, and uncheck the "Preload static retweet button" feature.
There is a bug in versions 1.2.5 and lower: The trackback comments open three <span> tags, but close only two of them. If your blog theme wraps comments in some other tag, you may not be affected by this problem.
To fix it: Upgrade to the latest version. Then click the "Delete Topsy-Created Trackback Comments" button at the bottom of your Topsy settings page. This will clear out the old trackback comments, and new ones will be created over the next day or so, as users and search engines visit your site.
Trackback comments are inserted into the WP comments database after passing moderation. Once they are in the WP database, they exist on their own. Deactivating or removing the plugin will have no effect on them.
If you want to remove all trackback comments, you can use the "Delete Trackback Comments" button. This will not affect comments not posted by the plugin.
Each time a blog page is loaded, Topsy checks for new tweets about that page and adds them as comments.
While the plugin is activated, it will re-generate trackback comments every time a blog page is loaded.
If you want to block a comment from appearing, you can use the "Unapprove" feature in the WordPress dashboard. An unapproved comment will not be displayed.
Some WordPress themes omit the text of trackbacks, and if you're using one of those themes, trackbacks may not display properly. In this case, you can turn on full-text trackback comments by enabling the "Display trackback comments as comments" option on the Topsy Widgets Settings page.
After changing the setting for comments, you can remove existing blank trackbacks with the "Delete Trackback Comments" button. When the plugin regenerates the comments, they should appear as full text comments.
You can place the Topsy buttons anywhere you want by using the PHP command <?php echo topsy_retweet_small() ?> or <?php echo topsy_retweet_big() ?>. However, if you deactivate or remove the plugin, those commands will fail. To make it so these commands don't mess things up, try using the following versions:
<?php if (function_exists('topsy_retweet_big')) echo topsy_retweet_big(); ?>
to produce a large button, or
<?php if (function_exists('topsy_retweet_small')) echo topsy_retweet_small(); ?>
for a small one. These versions will produce nothing (not even a "Fatal Error" message) if you deactivate or remove the plugin.
Shortcode buttons will automatically be contained in a DIV with the class "topsy_widget_shortcode". You can modify your blog's CSS file(s) to apply styling to that class. For example, the CSS declaration:
div.topsy_widget_shortcode {
border: 3px solid #090;
display: inline
}
...will make your widget sit in amongst the rest of your paragraph text, and give it a green border. (This is not guaranteed to look good. It's just an example.)
There are two possible problems:
You're using an HTML-minifying or -compressing plugin, or a WordPress theme that uses strip_tags() calls
Version 1.2.0 of the Topsy plugin works adding invisible tags to your blog's code, while by version 1.2.1 uses HTML comments. Some themes strip out tags, and there are a variety of plugins that try to speed up page loads by stripping comments from the HTML.
These problems are fixed in Topsy plugin version 1.2.2. If you are using 1.2.0 or 1.2.1, please upgrade to the latest version instead. If the buttons still don't show up, clear your browser's cache.
Your WordPress theme doesn't include the wp_head() function
The wp-head() function is required for many, many plugins, including the Topsy Retweet Button. Look in your theme's header.php file. If you don't find the text "wp_head()" anywhere in there, you'll need to either switch to another theme, or try to add the function yourself.
To add it, just add a new line of text right before the </head> tag. Make it say:
<? wp_head(); ?>
Save the header.php file and refresh your blog pages in your browser. The Topsy buttons should now be visible.
You can remove old style comments with the "Delete Trackback Comments" button. The plugin will automatically regenerate comments in the new style.
Requires: 2.0 or higher
Compatible up to: 3.1.4
Last Updated: 2011-5-9
Downloads: 83,875




