Hi together,
i'm working on getting the feeds module working for the Facebook-Timeline-RSS-Feed (e.g. https://www.facebook.com/feeds/page.php?id=112949262538&format=rss20)
The titles of the Facebook-Rss-Feeds are structured like this: (you can see them also in example above!)
Now the problems are the hex-coded html-entities like "ä" in german the letter "ä" etcetera. They are not converted by the stanard RSS2-Parser of Feeds, Is there a parser for this at the moment?
I'm rendering the titles now with html_entity_decode() - but it would be much more performant to do this on import.
Any suggestions?
Maybe I have to copy and modify the standard Parser and put the html_entity_decode() before saving it to the database?
Best regards
lundj
Comments
Comment #1
bluegeek9 commentedUnfortunately, Drupal 7 is End of Life and no longer supported. We strongly encourage you to upgrade to a supported version of Drupal.