simplepie
Checking Valid RSS feed URL
I have decided to use SimplePie to parse RSS and Atom Feeds. What I want to do is that let people to input RSS and Atom Feeds URL through text fields.[详细]
2023-04-05 01:46 分类:问答Remove Ads in RSS feed
I have a local intranet site I am developing on which I want to display some rss feeds from other sites. Currently is is built on the Concrete5 CMS and I am using an RSS displayer plugin to display th[详细]
2023-03-31 07:35 分类:问答How can the screen be updated periodically for yahoo weather/simple pie?
I am using yahoo weather feed and simplepie to get weather for my digita开发者_如何学JAVAl display. Since it is a website run on a screen, I can\'t refresh the browser all the time manually.[详细]
2023-03-27 08:08 分类:问答Using IF-ELSE statements to alter elements in a SimplePie feed based on their source
I\'m using SimplePie to combine various RSS feeds, and I want to control the output of each individual feed item based on the source for that item. My ultimate goal is to be able to control the conten[详细]
2023-03-25 16:58 分类:问答Category results by time of publish?
I\'m using simplepie with codeigniter to fetch lots of feeds from multiple sites. I want to category all results by time of publish.. Such as published in 5 minutes, 15 minut开发者_JS百科es, 30 minute[详细]
2023-03-15 03:43 分类:问答Best Practice for Skipping Duplicate Entries in MySQL
I have written a feed aggregator before but am trying to optimize it a bit. In the past, using simplepie (php class) to parse the feeds, I have used the get_id() function for each feed item to return[详细]
2023-03-10 18:05 分类:问答Pulling <s:variant> from atom feed with simple pie
How can I get the title tag from the s:variant block below using simple pie? <s:variant> <id>product_variants-96590662</id>[详细]
2023-03-09 13:33 分类:问答PHP way of parsing HTML string
I have a php string that contains the below HTML I am retrieving from an RSS feed. I am using simple pie and cant find any other way of splitting these two datasets it gets from <description>. I[详细]
2023-03-07 23:39 分类:问答How to filter/block RSS feed items with SimplePie
I\'ve got a google news feed I display in my WordPress site, using the following code: $feed = fetch_feed($rss_url); // specify the source feed[详细]
2023-03-06 14:04 分类:问答Parse custom tags from RSS/XML using SimplePie
I\'ve just installed SimplePie to parse my RSS feeds to display on my site. I\'ve tried their tutorial for grabbing custom XML tags, but things aren\'t working out.[详细]
2023-02-06 23:45 分类:问答