vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   insert function with RSS feed. (https://vborg.vbsupport.ru/showthread.php?t=158610)

mhackl 09-24-2007 06:37 AM

insert function with RSS feed.
 
the usual body template for a RSS feed is:
HTML Code:

{rss:description}

[url={rss:link}]More...[/url]

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:
HTML Code:

<?php include '{rss:link}'; ?>
or

HTML Code:

<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.


All times are GMT. The time now is 01:04 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01012 seconds
  • Memory Usage 1,711KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete