I have forked this repo into my Github account. Will be making edits to the plugin code periodically trying to resolve these unanswered tickets.
I love WordTwit, have used it for 3+ years so far, so I want to make it whole again. If anyone ( including BNC guys ) is interested in this fork, you can follow it here: https://github.com/JayWood/wordtwit-v2
Once my edits are complete I will attempt to contact BNC to see if they want it merged, if not, the GPL should allow me to create a fork ( following the guidelines outlined in the Forks and Copies make post ).
So… with a little luck, I can revive, yet another old plugin ??
]]>So I’ve installed and activated the plugin, created a Twitter app and saved the api key and api secret in the settings, but I can’t add any accounts. If I click the link then nothing happens.
]]>I am getting into the habit with all social media plugins to check that they are current and working before I invest the several hours in embedding them. Personally I think it would be a good idea to have some sort of check system.
So
Is this plugin still working please?
]]>Love this plugin but the only thing that needs is the attached image for Twitter
]]>I see these PHP errors, obviously associated with this plugin:
[01-Jun-2015 07:00:06 UTC] WordPress database error Table '[redacted].[redacted]_tweet_urls' doesn't exist for query SELECT original FROM [redacted]_tweet_urls WHERE url = '198' made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WordTwitPro->check_for_wordtwit_urls
Would be an amazing plugin, IF:
You could automatically Hashtag my existing tags instead needing me to manually enter more per post.
And second… When posting your plugin creates several different URLs:
OcIu Goldminer |[anon]
https://www.fortytilfive.us/2015/05/goldminer/ May 31, 2015 23:23 xxx.xxx.x.xx 0
ZaNK Goldminer |[anon]
https://www.fortytilfive.us/2015/05/goldminer/ May 31, 2015 23:23 xxx.xxx.x.xx 0
3xQG Goldminer |[anon]
https://www.fortytilfive.us/2015/05/goldminer/ May 31, 2015 23:23 xxx.xxx.x.xx 0
VyNh Goldminer |[anon]
https://www.fortytilfive.us/2015/05/goldminer/ May 31, 2015 23:23 xxx.xxx.x.xx 0
Cmdu Goldminer |[anon]
https://www.fortytilfive.us/2015/05/goldminer/ May 31, 2015 23:22 xxx.xxx.x.xx 0
PUWM Goldminer |[anon]
https://www.fortytilfive.us/2015/05/goldminer/ May 31, 2015 23:22 xxx.xxx.x.xx 0
U083 Goldminer |[anon]
https://www.fortytilfive.us/2015/05/goldminer/ May 31, 2015 23:22 xxx.xxx.x.xx 0
DYSP Goldminer |[anon]
https://www.fortytilfive.us/2015/05/goldminer/ May 31, 2015 23:22 xxx.xxx.x.xx 0
MSbz Goldminer |[anon]
https://www.fortytilfive.us/2015/05/goldminer/ May 31, 2015 23:21 xxx.xxx.x.xx 0
-cCD Goldminer |[anon]
https://www.fortytilfive.us/2015/05/goldminer/ May 31, 2015 23:21 xxx.xxx.x.xx 0
9hOW Goldminer[anon]
https://www.fortytilfive.us/2015/05/goldminer/ May 31, 2015 23:20 xxx.xxx.x.xx 0
Ok having issues with Wordtwit, it will publish the first post from my site but nothing after that.
]]>Any info on when WordTwit will be updated for compatibility with the latest WordPress 4.1? Thanks.
]]>I run a stock trading & investing website. Any idea ons how to change the “add hashtag” box from using # to $ (cashtag) instead. Of course the addition of a separate “add cashtag” box would be welcome as well. Any ideas on how to tweak the plugin files to make this happen would be greatly appreciated & worthy of a 5-star review. Thanks.
]]>Cool plugin thanks!
I’ve come across a small issue though.
My client has 2 different websites and 2 different Twitter Accounts.
I was able to set up the the first site and account with no issues whatsoever.
Unfortunately I can’t set up the 2nd Account because we can’t verify the Dev account with the same phone number from the first as Twitter won’t allow 2 different accounts to share the same phone number.
Is it at all possible to create the 2nd App on the 1st account but send tweets to the 2nd?
Or any other suggestions would be greatly appreciated.
Cheers
]]>Hello everybody.
I would like to make a suggestion.
It could be great, if there was an option which would enable featured image and show it on the automated tweets.
Best Regards
]]>I’m using WordTwit with Tumblr Crossposter. With individually, work great. The problem I’m having us that the tweets are being seen by Tumblr as their own posts, causing both the blog post AND the tweet to be sent to Tumblr.
I’ve found this about the Tumblr plugin: <<My admittedly limited understanding of how WordTwit works is that whenever a new tweet is published, it also invokes the standard WordPress post publication actions. See line 253 of its main program file, specifically between lines 282 and 292.>>
Is there a way to have the tweets have their own category to not be crossposted to Tumblr or some other solution?
]]>Is there a way to not use a shortening method and instead just have it tweet the full URL, which Twitter would shorten to a t.co URL on its own?
]]>Hello,
I am seeing that error at my firebug console when i am editting a post at the backend of the wordpress.
I have to worry about it? and what does this message means?
Thank you!
]]>Plugin installed and activated.
Twitter account added. Account shows, it’s counting updates.
But: Tweets don’t show. Not a single one.
Any ideas?
The code that seems to be causing the problem is this: https://gist.github.com/JayWood/cb3ad2f8da610ee2b475
The code is located in include/html/post-box.php and every-time we do an update I have to remove that from the plugin. Unfortunately that’s as far as I’ve gotten in troubleshooting as his site is really big and popular, so we’ve always got tons of traffic.
Sites current stats:
131,038 Posts
110,299 Comments
~80,000 Tags
< 200 Categories
Current PHP memory setting is at 256MB and server is a dedi box with 48GB DDR3 SDRAM, Dual Xenon E5506 Quad Core. At any given time, we range from 700-1000 active connections.
Symptom:
If we can’t find a fix for this, I’ll just clone it to my repo and manage it like the middle man until I can get some time to figure out what EXACTLY is causing it.
EDIT
Looking at the code, considering the size of our post_meta table, I believe this could be the culprit, but it’s late and I really don’t have time to test:
$sql = $wpdb->prepare( 'SELECT post_id,meta_value FROM ' . $wpdb->postmeta . ' WHERE meta_key = %s ORDER by post_id DESC', 'wordtwit_post_info' );
Edit 2:
That query returned 84,000+ results on our database.
Hi guys
I’ve been using Wordtwit pro for quite some time now – since it was introduced as a premium plugin. I have reverted to this free version since February 2014 due to the product being withdrawn by BNC.
How can I clean up the tags that I no longer use? Is there a way of doing this?
Thanks in advance
]]>I have wordtwit latest installed, wp 3.9, but have the Server Time: Incorrect error, my api permissions are correct and my callback url is correct. I can add accounts so problem , I have also tried Tweet time offset in advanced but no joy. any suggestions ?
]]>I would like to give our team members the ability to have blog posts automatically post to their personal twitter accounts. But, I don’t want to give them admin access to the blog.
Can I send them the URL that is generated when I click the ‘Add Account’ button?
Thanks!
]]>The “Add Account” button is not working?
WordTwit plugin
Despite everything being configured, plugin is not auto-posting when blog posts are published. I can manually click the button to post to Twitter, but it needs to automatically do it.
]]>I would love to see the ability to exclude posts in specific categories from being posted. I understand that this functionality was removed but, it is a must have for me.
I anyone knows of a plugin that will handle this kind of functionality, please let me know, as I cant find anything on www.ads-software.com
]]>Please advise.
I’m on ****/wp-admin/admin.php?page=wordtwit_account_configuration# URL
I click on Add account in IE. And nothing is happening. I just upgraded to WordTwit 3.6.
Thanks
I’m getting failed tweets and the Incorrect Server Time: Incorrect message, but the time on my server is absolutely 100% correct.
How is Twitter checking the time, and how do you troubleshoot this problem?
]]>I’ve uninstalled word twit pro
and installed word twit from wordpress 3.5
I have reset my consumer key and consumer secret
I have deleted this app from twitter account (apps)
I have applied the .css fix.
I still cannot ADD accounts.
What to do?
]]>After upgrading to wordtwit 3.5 the manual hashtag stopped working.
The settings are the same like in the version 3.0.3
On settings the custom title – link – #hastag is set but in the post section metabox if I select to add a hashtag beside #peblog #romania #iSayRO the plugin tells me to set it to automatically and try again?
I don’t want to go and click every time on tweet box to add manualy any hashtag that I may use. I like to use that feature with tag1,tag2… tagn and after that HIT the ADD button or just Enter.
Updated the wordpress to 3.8.1 and the same thing.
]]>Hello,
Can you add a popular feature, attaching the featured imaged to the tweet? I know other tools are doing it and I think it should be a great feature for WordTwit too!
]]>I just installed your latest version. when i click ‘save’ inside settings it gives me a warning prompt about changing the consumer secret and then does nothing.
After that point the button is unclickable.
I’m using wordpress 3.8 on php 5.2.17.
]]>I have reset my consumer key and consumer secret
I have deleted this app from twitter account (apps)
I have applied the .css fix.
I still cannot ADD accounts.
What to do?
]]>Hi, it seems that i can’t upload wordtwit 3.5 from my computer onto the website space, because the folder already exists, since I have installed wordtwit 3.0.3. and there’s no online update for that plugin.
so what should i do? uninstall 3.0.3 BEFORE AND THEN install 3.5?
please let me know, bye!