Plugin Author
Allen
(@amweiss98)
what is the rss feed that you are using that has repeated posts?
Plugin Author
Allen
(@amweiss98)
I need a specific full rss feed url if I have any hope of reproducing the problem.
Thread Starter
LET ME
(@let-me)
Plugin Author
Allen
(@amweiss98)
are you using the feed to post? If so, you can try changing on import_posts.php file to this one and see if this solves the problem.
https://dl.dropboxusercontent.com/u/3132388/pluginfiles/import_posts.php
Thread Starter
LET ME
(@let-me)
Now
Plugin is duplicat all rss 🙁
Plugin Author
Allen
(@amweiss98)
ok..watch this movie..I put that feed into the plugin, then fetched 20 items (it took awhile to fetch the items probably because the server was slow)..I didn’t see double posts.
http://www.screencast.com/t/clYd4Pu5iK
Thread Starter
LET ME
(@let-me)
What are the requirements of work plugin
….for what it is worth: I THOUGHT I had the same problem recently…as it turns out, the posts were not duplicated, but what WAS happening is the the browser (firefox) was doing an auto-refresh which was taken me back to the front of the posts, then I would see the “old” posts again as I clicked towards them….so it was a case of the browser moving me to the front of the line, not duplicate posts.
Thread Starter
LET ME
(@let-me)
the problem from plugin
not browser
it is duplicate posts At specific times
Sometimes works well
Plugin Author
Allen
(@amweiss98)
if you think it’s the plugin, the problem lies really with your server….all the plugin does is make a query to the database – if your server is slow, wordpress may miss making the query – thus thinking the post has not come in (thus bringing in the post again).