feedsapi
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS Post Importer] Brainstorming Thread – Make Suggestions here !What is the format of your posts ? Do you have a Full Text RSS Key ?
Forum: Plugins
In reply to: [RSS Post Importer] Brainstorming Thread – Make Suggestions here !Thank you very much for the suggestion NarOneR, you shiuld akready be able to do that: Just change the default template parameters to what you need and hit the save button and you should be good to go.
Cheers,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] Comments DisabledWeird, really weird Samuel. Can’t replicate this but I’m working on the next release so will take an even deeper look into this in the next release, what I will suggest for now.
- make sure overall commenting is enabled on your blog
- Disable the plugin
- Uninstall the plugin
- Reinstall the plugin
- Enable commenting
- Check if the issue is solved
Meanwhile, I will take an even deeper look into this but like I said, I can’t replicate this yet. Will let you know if I find any issue again and please let me know how it goes after you’ve done what I suggested above. Meanwhile, Happy holidays and merry christmas !
Forum: Plugins
In reply to: [RSS Post Importer] Comments DisabledFixed with the last release, please update your plugin and check again.
Forum: Plugins
In reply to: [RSS Post Importer] Duplicate postsHi Socoban,
Thank you for using my plugin, I unfortunately can not replicate the problem you are having so the only solution I can suggest for now is to install a plugin fixing duplicate posts issues so you don’t have to do it manually.
Best,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] Incorrect Time on Imported PostsGot it James, my bad. Thanks for the head up.
I fully understand what you mean.
Forum: Plugins
In reply to: [RSS Post Importer] Brainstorming Thread – Make Suggestions here !Thanks a bunch rottenpeople , this is awesome, 🙂
Forum: Plugins
In reply to: [RSS Post Importer] Problemas con el UTC y ya no importa contenidosRegarding the timestamp issue, we just take the time from the feed item and save that in the post.
That in turn uses the server’s time zone which can be different from WordPress’s time zone. In your case, ​your​ server’s time zone may be at GMT.
​You can use the solution described here, since we ​also ​use​ the​ SImple Pie​ library​ for fetching feeds: http://simplepie.org/wiki/tutorial/changing_timezones_in_a_timestamp​ , I’ve added this to our roadmap but there’s a lot of things on our roadmap so, I can’t tell you when it will make it to production so I’ll strongly suggest to move on with this work-around.
Thanks,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] Incorrect Time on Imported PostsHey Cjoles,
Happy to set this up for you , if you are a premium user and don’t mind setting up an account for me to check your blog and set this up, please send me the details via email and an admin account credentials.
Thanks,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] Post Import is truncation WordsOk, I will mark this as resolved assuming my suggestion helped you fix the issue. If not, feel free to reach out again.
Cheers,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] Incorrect Time on Imported PostsRegarding the timestamp issue, we just take the time from the feed item and save that in the post.
That in turn uses the server’s time zone which can be different from WordPress’s time zone. In your case, ​your​ server’s time zone may be at GMT.
​You can use the solution described here, since we ​also ​use​ the​ SImple Pie​ library​ for fetching feeds: http://simplepie.org/wiki/tutorial/changing_timezones_in_a_timestamp​ , I’ve added this to our roadmap but there’s a lot of things on our roadmap so, I can’t tell you when it will make it to production so I’ll strongly suggest to move on with this work-around.
Thanks,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] Incorrect Time on Imported PostsNot yet and I’m still trying to replicate what you describe. I’ll post a shout out here once we figure out what’s going on and how to fix it.
Best,
The RSS Post NerdForum: Plugins
In reply to: [RSS Post Importer] Brainstorming Thread – Make Suggestions here !Thanks a bunch for your kind words about the plugin and your suggestions. Since this is a brainstorming area, I normally don’t provide any judgement on the propositions but this will definitely help us improve the plugin.
You however directly asked for feedback and if what you wrote makes sense, so let me try to answer:
– Yes Dude, it makes a lot of sense… 🙂
– 1.1 sounds great and do-able 🙂
– 1.2 do-able BUT, this may make the plugin too complex and fail one of my main goal with the plugin (make it work, robust, keep it simple and functional): KISS . I will check this but sounds like it’ll make the plugin a bit complex for normal users and I will need to deal with a lot of false-positive and bug report/support requests… ; (
– 1.3 Same issue as 1.2 , would love to keep it really simple to use, no confusing settings menus, no complex stuff, but will keep this suggestion in mind and on the roadmap.
– 2. Makes sense, same concern of introducing too much complexity with this, but it’ll come in the roadmap.
– 3. Our premium service https://www.feedsapi.org/ does exactly THIS. 🙂Thanks a bunch for all your great suggestions, keep’em coming, 🙂
Cheers,
The RSS Post Importer NerdThank you very much for reaching out,
Please check your blog, version 2.0 is out only since a couple of days, while v 2.0.1 is out since some hours, so 10+ days isn’t probably the case, not sure what went wrong here but please check the security of your blog and what other wordpress you have installed.
Cheers,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] Post Import is truncation WordsHey Suchitra,
Thanks for reaching out, are your source feeds providing the full content ?
The excerpt parameter stands for excerpts, so it only make sense to use it if you want to truncate your articles , if you hiwever want to opublish the fll content, the right parameterbis: {$content} , pleasevtry that but make sure your source provides the full content or you will need a Full Text RSS Key to fetch the full content. Try it and let me know how it goes.