Tanin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] Use WP local URLs (own domain)Have you tried removing the WWW in your General settings (WordPress address)?
Why not just change the WordPress address in your general settings from https://www.example.com to example.com?
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] Use WP local URLs (own domain)The plugin already has this for WP3 and up. All you have to do is select the “WordPress 3 shortener function” as the shortener. What WP version are you running?
The function below is inside a class and is called by the class constructor. I get a valid return code but the page cache isn’t empty as far as I can tell.
function tw_flush_cache(){ if ($_POST['tw_flush_cache']=='1'){ if (function_exists('w3tc_pgcache_flush')) { w3tc_pgcache_flush(); return 'w3'; } else if (function_exists('wp_cache_clear_cache')) { wp_cache_clear_cache(); return 'sc'; } } return false; }
Glad it’s working out for you. The new version has a “force manual” option. When enabled you can use both the function to place the button manually in addition to whatever option you’ve chosen under position.
I agree. People working on Facebook Like button plugins should add this option.
Try setting the Filter hook priority to 9 or 10. If that doesn’t work click on “Show settings for diagnostics” and post the results here (you can remove the API keys).
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] Great PluginThanks ??
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] New version brokenIf you want to test the new version that has the show/hide in archives option, contact me on twitter (@tcorp).
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] New version brokenNext version will include a setting to disable button in archives. Stay tuned. Testing is still in progress.
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] New version brokenI see there was a url issue 1.9.0 that could explain the broken javascript. Fixed in 1.9.1. Should be up in a few minutes.
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] New version brokenSounds like you upgraded by overwriting the old version instead of using WordPress. You’ll have to save your settings again.
Forum: Fixing WordPress
In reply to: Really need help with creating links page–pleaseThis javascript error is fixed in the current version.
What’s with the link to “yourherbalcare.com” built into the plugin?