Tanin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Tweet Button] Specify different URLIf you used to use a URL shortener, those old short urls will remain the same (unless you manually clear the shorturl cache).
But I’m afraid you can’t change the domain without some modification to the tw_get_long_url function. You’d have to copy this line:
$perms= esc_url('https://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']);
and paste before this line:
if (is_object($my_transposh_plugin) && $addlang){
and change
change $_SERVER['SERVER_NAME']
to
'blog.domain.com'
Tanin
Forum: Plugins
In reply to: [WP Tweet Button] Tweet Button can't moveWhen you switch from “Shortcode” to “Manual”, you must use the tweetbutton() function in your php code instead of the shortcode.
Are you using a caching and performance plugin like W3 Total Cache? If so, you may have to clear the page cache to see the result.
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] Custom Tweet Button ImageSorry, the image is generated by Twitter.
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] WP Tweet Broken and Website Gone!It wasn’t the bill it ran up, but rather the CPU load of my host. I’ve moved everything to a virtual private server for now. Btw, it’s not Oxtc but 0xtc (zero xtc). Still testing services. Neither the plugin or site which runs the auto-tweet service saves any passwords.
– Tanin
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] Auto Tweeting no longer worksHad too many requests coming in and my host suspended all my domains. I moved the service to a more expensive virtual private server. Should be working but I’m still testing the other services it took down with it.
Try checking the box “Check this box if you experience character encoding issues.”
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] Cannot See Who Tweeted My PostsMake sure “Display the same tweet count across all shorteners.” is checked. This is also an issue on Twitter’s end. It has to search for the URL in the tweets and their index doesn’t always retain all the tweets.
Try clearing the shortener cache in the WP Tweet Button settings page.
Check the box that says “Delete all previously saved shortlinks when I save.” and save your settings.
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] Getting a fatal errorcurl support isn’t installed on your server.
You or your server provider should run something like:
sudo apt-get install php-curl
and restart Apache. That should take care of that.
Forum: Everything else WordPress
In reply to: Plugin no longer public on www.remarpro.comNo, I wasn’t contacted about this, though I did send them an email after creating this topic. They wrote back that the plugin description was “spamming the tags system”.
Forum: Plugins
In reply to: [WP Render Blogroll Links] [Plugin: WP Render Blogroll Links] Custom orderUse “term_order” as in
orderby=term_order
The comment field is intended for just that…a comment, a footnote, a passing remark about the link. So, i’m afraid the answer is no.
Forum: Plugins
In reply to: [WP Tweet Button] [Plugin: WP Tweet Button] Image didn't show on admin panelThe previews are just images from an older version of the button. Should be updated in the next version
Will be fixed in the upcoming version.
The count on the front page shows up once the page is done loading. I’d advise using a plugin like W3 Total Cache to improve performance. As far as the count number goes, that’s on twitter’s end. Twitter updates the counts on its own. There’s nothing the plugin can do about that.