Jump to content

RSS Help?!?!


mattblank

Recommended Posts

Hi,

 

I would like to display an external RSS feed on my website. That's easy enough. But there's an advanced version I've seen on Facebook which I would like to incorporate. That is that I can display for example the titles of the RSS Feed on my Facebook and each title links through to the article. But instead of going to the external websites article page, it goes to another page on Facebook and it displays the story.

 

Any idea how this is done, as I would like to put that kind of thing on my website, so that stories look like they are on my site.

 

Thanks in advance,

Matt

Link to comment
https://forums.phpfreaks.com/topic/93331-rss-help/
Share on other sites

simple when you think it through,

 

assuming you know how to do a couple things like parse the full article page, use a little regex (some very smart Regex people on this forum), etc...

 

the title will always appear with the same code wrapped around it, so remove the current link to the full article using a preg_replace and some Regex and place the link you'd like to be there

 

make sense?

Link to comment
https://forums.phpfreaks.com/topic/93331-rss-help/#findComment-478260
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.