feedsapi
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS Post Importer] RSS Post Importer import only exerptSo you have a full text rss key ? If not, you will need to upgrade with a full text rss key
Forum: Plugins
In reply to: [RSS Post Importer] RSS Post Importer import only exerptThank you very much for reaching out, if you feeds are truncated, please watch these videos to find out how to get full text rss feeds fetched:
1- https://vimeo.com/117679639
2- https://vimeo.com/113796278This should solve your issue.
Thanks,
The RSS Post ImporterForum: Plugins
In reply to: [RSS Post Importer] EncodageWe’re on this, still investigating mainly because we can’t replicate this everywhere, I’ll let you know but this is our top priority at the moment and we are working on it.
Thanks,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] Different Keyword Filters for each feedHello Chuckparks,
It’s not yet possible with your use case (but is on the roadmap). You can however do this with RegEx filters, the spoiler is: RegEx is a bit complex and you need to know how to write regex to use this function.
There’s however a work around if you have a key/premium account, simply do what you described to generate a feed with a feed level filter from the premium service backend and use it with your plugin after generating the feedburner version.
The second work around would be to use yahoo pipes to generate the 4 filtered feeds versions and feed them to feedburner then to the plugin, this one should work really well and is straightforward.
Best,
The RSS Post Importer Nerd
[Signature moderated]Forum: Plugins
In reply to: [RSS Post Importer] [not resolved at all]case sensitiv pluginJe suis désolé mais de quel fichier parlez-vous ou pparlez-vous du link ou des résultats du link du nouveau flux rss ?
Êtes-vous une utilisatrice du service Premium ou utilisez-vous le plugin gratuitement ?
Forum: Plugins
In reply to: [RSS Post Importer] [not resolved at all]case sensitiv pluginOk super.
Le problême est clair maintenant, ceci dit on va utiliser une astuce pour régler le problême sans trop de travail: FeedBurner , 🙂 .
Si vous avez un compte google (un compte gmail ) , allez sur feedbruner.google.com et entrez l’original de votre flux rss pour générer un nouveau flux suivant vos préférences, voici celui que j’ai généré avec cette astuce: http://feeds.feedburner.com/snes/drjt
J’ai veillé à n’avoir que des minuscules dans le titre, 🙂 et ça devrait fonctionner. Du coup , pas besoin de changer quelque chose dans le code.
Essayez dette astuce et prière de partager les résultats ici.
Sincères salutation,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] Images[Closed] – Feel free to reach out if there’s anything else I can help with
Forum: Plugins
In reply to: [RSS Post Importer] ImagesI’m afraid you will have to chat about this with your template issuer, it’s a paid premium template and we don’t have it to do tests and tell you what to tweak.
Regarding the images, the first image is the featured image and the second one is the article images: the featured image is always the first image of your article and this is done in the backend automatically, some template don’t fully support featured images in this way, so you need to tweak the template code. I’ll suggest you shoot your template seller a short note and ask him what to tweak.
Thanks,
The RSS Post Importer Nerd
[Signature moderated]Forum: Plugins
In reply to: [RSS Post Importer] My plugin not import. Why?Great to hear you could sort it out with the provider.
Regarding automatic image: If you are using truncated feeds, you will need a Premium API Key to get image fetched along with the full text content and featured images, there’s nothing much we can do about that.
Best,
Forum: Plugins
In reply to: [RSS Post Importer] My plugin not import. Why?Please reduce the number of feeds to import simulatenously, maybe your host is timing-out your request to the feeds if you are fetching 100 of feeds . Otherwise, there’s no reason for it to work locally but not on your live server, make sure your host is not blocking your requests for using a lot of ressources.
Forum: Plugins
In reply to: [RSS Post Importer] My plugin not import. Why?Please watch this video :https://vimeo.com/113796278 your site seems to work.
Best,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] [not resolved at all]case sensitiv pluginHuberte,
Pour être honnête j’ai du mal à localiser le problême dont vous parlez, bref voici ce que j’obtient lorsque j’augment de flux dans notre environnement de tests:
http://plug.qsandbox.com/?s=Poitiers+Education utilisez le code: 000 pour ouvrir la page.
Si ceci ne vous dérange pas, pourriez-vous me communiquer ce que vous rencontrez comme problême en français ? Ce que je vois comme résultat me semble assez représentatif du flux d’origine.
Merci,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] Inserting HTML data or custom rss tagHi Lion2486,
Thanks for reaching out but the plugin unfortunately doesn’t support this at this point.
Best,
The RSS Post Importer NerdForum: Plugins
In reply to: [RSS Post Importer] Fetched feeds arbitrarily delayed several days aheadHi folks, regarding external cron request:
You normally have the plugin scheduler running the cron but if you want to use an external service to trigger the cron, simply call the following url with this structure:
http://www.yoursite.com/wp-cron.php
An even more robust option to trigger importing feeds items would be to call this url:
http://www.yoursite.com/?rss_pi=import
I hope this helps, try it out and let me know.
PS: We will introduce more scheduling options in the future
Forum: Plugins
In reply to: [RSS Post Importer] Bug – quotes being replaced with âIssue finally solved in 2.0.15 it was kind of persistant. It’s not yet perfect but it’s solved. Try it out and let me know.