View Full Version : insert function with RSS feed.
mhackl
09-24-2007, 06:37 AM
the usual body template for a RSS feed is:
{rss:description}
More... ({rss:link})
is it possible to instead use an insert command here using the {rss:link} so that the content is embedded rather than linked to. Even an I-Frame might do.
Any feedback would be greatly appreciated.
Dean C
09-24-2007, 06:39 AM
Eh? You're going to have to be a bit more descriptive on what you're trying to do :)
mhackl
09-24-2007, 06:46 AM
I want my feed to to produce threads that have the page embedded in the first post rather than just have a link to it.
Something like:
<?php include '{rss:link}'; ?>
or
<IFRAME SRC="{rss:link}" >
Dean C
09-24-2007, 06:50 AM
Why would you want to do that? That's now how feeds are designed to work. And as a user of RSS feeds on a hell of a lot of sites, I wouldn't subscribe to your feed if you started using iframes to embed content.
mhackl
09-24-2007, 07:04 AM
It's not for public feeds, it's for embedding data from another website of mine.
I think I've figured it out.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.