Great module! Tried import and it worked flawless. The only thing I needed to do after installation was clear the cache to make sure the parser libs were found. Until that moment, I always got this error message: "Missing Feeds plugin FeedsTwitterParser. See feed_twitter. Check whether all required libraries and modules are installed properly."
Comments
Comment #1
serbanghita commentedHello toemaz,
I got this too on my drupal installation. I'll try to see how to fix this issue tonight. Thanks!
Comment #2
bennos commentedinstall the simplepie parser. should fix it.
Comment #3
bennos commenteddoes not fix it.
to undefined method FeedsMissingPlugin::parse() in /var/www/sites/all/modules/feeds/includes/FeedsSource.inc on line 142
Comment #4
Michael Zetterberg fd. Lopez commentedI don't remember where I read this but try and put
in hook_enable
I think it works with my custom feeds module for Youtube videos because I do not see the warning for my module.
EDIT: While we're on the subject, I call menu_rebuild() after each content_clear_type_cache(TRUE); in my .install file. Again, I do not remember where I read this but I remember it fixing content types lingering in the admin menus after an uninstall of a module with hook_node_info(). At least it is confirmed in the examples over at lullabots api reference (http://api.lullabot.com/content_field_instance_delete)
Comment #5
serbanghita commented@toemaz - Thanks man!
@toemaz, @bennos - please upgrade with the latest version
@Michael Lopez - what feeds are you aggregating from Youtube.com? Maybe i can integrate them into this module.
Comment #6
Michael Zetterberg fd. Lopez commentedI'm using the Youtube Data API (http://code.google.com/apis/youtube/2.0/reference.html) to fetch some videos from a Youtube account. I have a client that wishes to display a teaser-like entry on their Drupal site for each video they publish on their Youtube account.
I wouldn't mind sending you the small module I have but it will need a bit of clean up before it can be published I think. I unfortunately do not have the time right now, or in the foreseeable future, to do this. But if you want to you are more than welcome to do it. Let me know.
Comment #7
Michael Zetterberg fd. Lopez commentedForgot to set status to active :)
Comment #8
rkarajgi commentedThank you for contributing this module. I think I am getting it to work the way I want - I am trying to import tweets as individual nodes.
I am getting stuck on this error:
Missing Feeds plugin FeedsTwitterParser. See feed_twitter_search. Check whether all required libraries and modules are installed properly.
My environment is:
- Drupal 6.22 + Feeds 6.x-1.0-beta11
- Simplepie library is located at sites/all/libraries/simplepie/simplepie.inc
- Other feed importers can show Simplepie parser as one of the parsers
- feeds_social 6.16
Any ideas?
I tried moving the simplepie libraries to feed/libraries/simplepie/simplepie.inc - but still same error.