Log in

View Full Version : Change links?



seand
10-04-2007, 11:52 AM
In wondering if it is possible to re-write links?

What I want to do is generate links provided by: http://buzz.yahoo.com/feeds/buzzoverl.xml

And, then convert those links to point to a search by Google.

Can this be done?

djr33
10-04-2007, 09:15 PM
It's against their TOS, I'm sure.

In short, you'd get the source code using a server side language (ie php), then parse it to whatever you want.
For example, replace everything in the url except the query.

seand
10-05-2007, 03:16 PM
It's against their TOS, I'm sure.

In short, you'd get the source code using a server side language (ie php), then parse it to whatever you want.
For example, replace everything in the url except the query.

Thanks for your reply. I'll look into this.