Hello everyone, I am trying to do something that seems to be quite difficult in my book...
I am trying to create a tab that will show an RSS feed from Ebay blogs.
I have tried the FeedJS plug in, but it just won't work. I can get it to work with other feeds, but not ebay's.
Here is an example of an ebay blog feed:
rss.api.ebay.com/ws/rssapi?FeedName=MemberBlog&memberid=brow3000
Since I only got errors with the plug in, I started to experiment with the creative tab set-up.
I was using a 3rd party rss to javascript feed that looks like this:
[code:1]<script language="JavaScript" src="
convert.rss-to-javascript.com/?simple_chan=1&desc=1&num=5&src=http%3A%2F%2Frss.api.ebay.com%2Fws%2Frssapi%3FFeedName%3DMemberBlog%26memberid%3Dbrow3000&target=_blank
">
</script>[/code:1]
That actually works great...if you only want to see brow3000's blog.:whistle:
What I would like to do is possibly replace the "brow3000" with something like $name or whatever so that it will fill in the blank with each users sitename.
Is this possible?
Please help shed some light on this.:dry:
Post edited by: Brow3000, at: 2006/10/19 04:01
Post edited by: Brow3000, at: 2006/10/19 04:01