35 comments found.
Hello! I purchased the plugin today and am testing.
I’m using it for a client in order to automatically publish their tweets as posts on their website. Everything seems to be working.
One question: how do I get the tweet date? It would be optimal if the tweet date could be used to set the “published date” of the post.
Hello,
First of all, thank you for your purchase.
Right now, this feature is not available in the plugin, but if you wish, I can add it as a payed custom update. If you are interested, please contact me at my email address kisded@yahoo.com
Regards, Szabi – CodeRevolution.
I figured it out – thanks.
I’ve run into a different problem though:
Once again, I am only using the “Twitter to Post” function. I have it set up to get posts/tweets from ONLY my client’s Twitter account.
It works, but only for the first 2 tweets. My client’s account has hundreds of Tweets, so I’m not sure why it won’t get any more.
I checked the error logs and the error I’m getting says “No posts inserted because no posts found.” which simply is not the case…Please help!
Hello,
Please be sure to check the ‘Remember Last Posted Item And Continue Search From It’ checkbox in importing rule advanced settings.
Also, after checking this checkbox, please run importing multiple times, to allow the plugin to detect more content.
Please let me know if this helped. If not, please send me temporary admin login credentials to my email kisded@yahoo.com and I will check on this.
Regards.
Ok, thank you. I just sent you an email.
Hi,
Sorry for all my questions but your plugins are so awesome i cant stop buying;)
I have played a little with the Twitomatic demo. I want to know 2 things:
How i can get a continously stream of tweets from a given search term.
and
How can i get twitter video embeded in my wordpress posts. In the demo i only get the link to the video.
regards
Hello,
First of all, thank you once again for your purchase. Also, I am happy that you enjoy my work. 
To import continuously from Twitter, please check in importing rule settings, the ‘Remember Last Posted Item And Continue Search From It’ checkbox. This will enable post result pagination and will import all results it finds, in multiple importing runs.
To import video, please use the%%item_media%%
shortcode in ‘Generated Post Content’ settings field, in importing rule settings.
Regards, Szabi – CodeRevolution.
Twitter does not allow variables in the callback URL, but the plugin (at least the version on the test/demo site) requires the callback url to contain ?page=twitomatic_twitter_panel&fb_auth_done=true
It doesn’t work when I strip those variables. Looking to purchase but can’t get the demo working
Hello,
Thank you for pointing this out to me. I made the update for the plugin to match the changes made to the Twitter API callback URL format a while ago, but forgot to update it also on the demo site.
I updated the plugin non also on the demo site, please check.
Regards, Szabi – CodeRevolution.
I’m looking for a plugin that will post tweets to a category I specify in a forum. Can this do that?
Hello,
This plugin will post tweets in your name, publicly.
I am not sure what you mean by posting tweets in a forum. Can you explain, please?
Regards, Szabi – CodeRevolution.
I’m using wpforo forum plugin on my wordpress site. I’m looking for a plugin that will post tweets in certain categories in that forum on the site.
So instead of making tweets simple wordpress posts, can this plugin make tweets posts in the forum?
Hello,
I understand now.
Yes, this post is able to do this. But you will need the Crossposting module for wpforo – which will create a forum thread for each post created by the plugin.
Regards.
Haha I just bought that so I can buy this. Thanks for confirming
To add automatically a post created by the plugin to a forum thread, you have to configure it as follows:
In the ‘Post Custom Fields’ settings field for importing rule (‘Twitter to Posts’ plugin menu -> click ‘Settings’ for the rule you created) -> enter:
_wpforo_crossposting_forumid => <FORUM_NUMERIC_ID>
Also you have to replace the <FORUM_NUMERIC_ID> with the ID of the forum where you wish to posts content automatically.
Regards.
I already make this work for a client of mine, that also uses wpforo. I remember that there were needed also some small changes in the wpforo autoposting module code.
Please contact me at my email address kisded@yahoo.com and I will tell you what to change and were (so you can do it also when the wpforo crossposting module will be updated in the future).
Regards.
Awesome was just trying to figure that out! Thanks very much
Anyway, I add the code here:
Please replace the savePost function, in the wpForoCrossPosting.php file from the Crossposting plugin with this function (afterwards, crossposting will work):
public function savePost($postID, $post) {
if (wp_is_post_revision($postID) || !in_array($post->post_type, $this->options->postTypes)) {
return;
}
$isAuto = get_post_meta($postID, 'youtubomatic_featured_image', true);
$isAutoe = get_post_meta($postID, 'echo_featured_image', true);
$isAutof = get_post_meta($postID, 'fbomatic_featured_image', true);
$isAutot = get_post_meta($postID, 'twitomatic_featured_image', true);
$postStatus = $post->post_status;
$action = filter_input(INPUT_POST, 'action', FILTER_SANITIZE_STRING);
$customContent = isset($_POST[wpForoCrossPostingOptions::META_CROSPOSTING_CONTENT]) ? $_POST[wpForoCrossPostingOptions::META_CROSPOSTING_CONTENT] : '';
$customContent = trim($customContent);
if ($this->options->crossPostingContent == wpForoCrossPostingOptions::OPTION_CROSPOSTING_CONTENT_CUSTOM && $customContent) {
update_post_meta($postID, wpForoCrossPostingOptions::META_CROSPOSTING_CONTENT, $customContent);
}
if (!$isAuto && !$isAutoe && !$isAutof && !$isAutot && $action != 'inline-save' && $action != '') {
$turnOff = filter_input(INPUT_POST, 'wpfcp_turn_off', FILTER_SANITIZE_NUMBER_INT);
$forumID = filter_input(INPUT_POST, wpForoCrossPostingOptions::WPFORO_FORUM_ID, FILTER_SANITIZE_NUMBER_INT);
$savedForumID = get_post_meta($postID, wpForoCrossPostingOptions::META_POST_FORUM_ID, true);
if ($turnOff) {
update_post_meta($postID, wpForoCrossPostingOptions::META_POST_CROSPOSTING_DISABLED, 1);
}
} else {
$turnOff = get_post_meta($postID, wpForoCrossPostingOptions::META_POST_CROSPOSTING_DISABLED, true);
$forumID = get_post_meta($postID, wpForoCrossPostingOptions::META_POST_FORUM_ID, true);
$savedForumID = null;
}
if ($forumID && !$turnOff) {
update_post_meta($postID, wpForoCrossPostingOptions::META_POST_FORUM_ID, $forumID);
$topicID = get_post_meta($postID, wpForoCrossPostingOptions::META_POST_TOPIC_ID, true);
$topic = WPF()->topic->get_topic($topicID);
if ($postStatus == 'publish') {
if ($topic) {
$this->editTopic($post, $forumID, $topicID);
} else {
if($isAutoe !== false)
{
$post->post_content = preg_replace('{<vue-youtube-iframe inline-template video-id="(.*?)"(?:[\s\S]*?)<\/vue-youtube-iframe>}i', '<iframe width="560" height="315" src="https://www.youtube.com/embed/$1" frameborder="0" allowfullscreen></iframe>', $post->post_content);
}
$video_embed = get_post_meta($postID, '_format_video_embed', true);
if($video_embed != false)
{
$old_cont = $post->post_content;
$post->post_content = $video_embed . ' ' . $post->post_content;
}
$bck = WPF()->current_user_groupid;
WPF()->current_user_groupid = '1';
$this->addTopic($post, $forumID);
if($video_embed != false)
{
$post->post_content = $old_cont;
}
}
update_post_meta($postID, wpForoCrossPostingOptions::META_POST_CROSPOSTING_DISABLED, 0);
$this->synchComments($postID);
} elseif($postStatus == 'draft' || $postStatus == 'trash') {
update_post_meta($postID, wpForoCrossPostingOptions::META_POST_CROSPOSTING_DISABLED, 1);
}
if ($savedForumID && $forumID && $forumID != $savedForumID && $topic && $this->options->postCrossingEdit) {
WPF()->topic->move($topicID, $forumID);
}
WPF()->notice->clear();
}
}
If you don’t know how to do this, I can send you the changed plugin, please let me know.
Regards.
I’m going to email you thanks!
Have you solved the problem of sending a playable youtube video to twitter. That is so that when it arrives in twitter you can play it IN twitter. You can do it when you share form a youtube account directly to twitter but other wise I haven’t found a way.
Hello,
Yes, this is possible using this plugin. You have to do as follows:
In the ‘Posts to Twitter’ plugin config screen -> please set the ‘Twitter Post Message Template’ parameter to %post_content %
Afterwards, you should post WordPress posts containing only the Youtube URL in their content. Like this, shares to Twitter will contain only the YouTube URL, and it will be automatically playable in Twitter.
Regards, Szabi – CodeRevolution.
I will give it a go if this works you will be my new BBF
Sure. 
good morning I am trying to test your demo but I have not been able to authenticate with my twitter account, in addition to this I want to know if I can install the plugin in multiple sites and if I can send publications that randomly roll on twitter, I hope soon answer, or If a more personalized conversation is possible, I would appreciate it regards
Hello,
Send me, please, the demo url where you are testing the plugin and i will check it out.
Yes, you can install the plugin on multiple sites.
Regarding the random publication, i am not sure to what you are referring to. Maybe give me an example, please?
Regards, Szabi – CodeRevolution.
Hi I bought and installed your Twitomatic plugin and it seems to be not working. When I send my WP post to my twitter, I don’t see any new tweets there. I’m doing everything according to your manual. I even tried your demo account here and it doesn’t work there either. Can you please look into it ? Thank you
Hello,
First of all, thank you for your purchase.
I checked on my test blog, and for me, the plugin posted successfully to Twitter.
Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.
Please specify your issue with the plugin also in the email.
Thank you. Regards, Szabi – CodeRevolution.
Hi there I’m getting this error: [20-Mar-2018 08:46:04 UTC] Unrecognized API response: {errors or invalid url parameter.”}]} URI: https://api.twitter.com/1.1/search/tweets.json?tweet_mode=extended&q=harry+potter&result_type=mixed&count=10&since_id=975755067180617731&max_id=975754772618907648
I know you replied to edge123 that it was fixed in the last update, but I just bought the plugin 2 days ago so I should have the latest version right, but I’m still having this issue, can you please tell me what to do. Thanks.
Hello,
First of all, thank you for your purchase.
To get the latest plugin version, please go to the WordPress’s ‘Plugins’ menu -> click ‘Check for updates’ for the plugin -> ‘Update now’.
The CodeCanyon version of the plugin is still the old one, because the update is still not approved for publishing (it is delayed a bit, should be approved today, I hope – anyway, you can get the update using the plugin’s auto update feature).
Please let me know if it worked for you.
Regards, Szabi – CodeRevolution.
And a suggetion, maybe it is usefull when you make a rule to post to twitter, to append a #. A shortcode of somekind? Is that possible? Or have I missed something in the plugin?
You can modify the post template that will be posted to Twitter as follows: ‘Posts To Twitter’ menu screen -> ‘Twitter Post Message Template’. Here you can add a # before the %% shortcodes.
Regards, Szabi – CodeRevolution.
Hello, the plugin works fine from post to twitter, but when I want to import comments or a tweet to post I get this error: Unrecognized API response: {errors or invalid url parameter.”}]} URI: https://api.twitter.com/1.1/search/tweets.json?tweet_mode=extended&q=persie&result_type=mixed&count=10&lang=12&since_id
I already made a new app but same result. It worked fine a few day’s ago, maybe something changed changed at twitter?
Hello,
First of all, thank you for your purchase.
I have tested the plugin on my test website, and for me, it worked.
Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.
Thank you. Regards, Szabi – CodeRevolution.
Ok, just send to you
Hello,
I got your email but you forgot to send me also the login URL. Please send it to me and I will check on this.
Regards.
Sorry,
coming now
Hello,
Issue fixed in the latest plugin update, please check.
Regards, Szabi – CodeRevolution.
Thx for the very fast support, works THX!
Happy to hear this.
Have a great day! 
Awesome plugin!
Thank you. 
Hi can I curate my Twitter with this plugin? Is it possible to grab tweets from one Twitter user who is very active and post those tweets on my wp install and then auto tweet them to Twitter? Will the plugin then also tweet the original Twitter url ?
Hello,
Yes, what you require is possible. To get tweets from a specific user, you must enter in the rule settings, in the ‘Keyword Search’ query, like this: ‘from:my_twitter_user_name’.
Also, you can configure this plugin to automatically post to Twitter in your name.
You can give the plugin a test drive, here: http://coderevolution.ro/twitomatic-test/twitomatic-post-generator-demo/ .
Regards, Szabi – CodeRevolution.
Regarding the original tweet url, you can also include it in the tweeted content.
Is my understanding correct?
https://www.dropbox.com/s/otawd6mpp8bbkua/cap.jpg?dl=0Hello,
First of all, thank you for your purchase. No, you must introduce there your Consumer API Key. Sorry, it is my bad, I will correct the hints in the next plugin update.
Regards, Szabi – CodeRevolution.
It worked! Thank you for splendid plug in!
Glad to hear that. If you have any issues with it, feel free to let me know. Also, if you enjoy using it, please give it a rating on Envato Market. Thank you!
Regards, Szabi – CodeRevolution.
Great job, GLWS!
Thank you!
Awesome Work! Good Luck With Sale 
Thnx! 