RSS Feed in Iframe
#1
Posted 10 August 2008 - 09:27 PM
View the full article
if we can have the link by default like
[iframe]View the full article[/iframe] so that the user can see the other site in iframe itself and wont have to leave the forum.
#2
Posted 10 August 2008 - 09:37 PM
[iframe]{url}[/iframe]
but some sites open in the full browser despite being in the iframe. The back button needs to be clicked to goto the forum again.
#3
Posted 10 August 2008 - 09:38 PM
#4
Posted 10 August 2008 - 11:11 PM
A better alternative would be to link to a named anchor while simultaneously loading the remaining post content via AJAX. That way you get the flexibility of multiple pages without needing to mess with comparatively messy iframe details.
#5
Posted 11 August 2008 - 12:13 AM
#7
Posted 11 August 2008 - 03:11 PM
#8
Posted 11 August 2008 - 03:29 PM
I think features should not be restricted because of security threats. If this was so then we would still be using the oldest free version of IPB.
There are fewer features and more security threats in the older versions of IPB. In any case, the bbcode system in 3.0 will be more flexible, so you would probably be able to implement this, if you decide to purchase 3.0.
Contact Me: Email · Facebook · Twitter · Google+
Follow Invision Focus: On Facebook · On Twitter
#9
Posted 11 August 2008 - 09:28 PM
#10
Posted 05 November 2008 - 11:16 PM
First you will need the iframe BBCode described here http://www.ibparcade...p?showtopic=373 (I use [iframe] in my example instead of [if] as used in the BBCode instructions)
Once you have the iframe BBCode all you need to do when you are setting up your RSS Import Manager for your new feed is to change the 'RSS Import Add Link To Post' text from the default setting of
[url={url}]View the full article[/url]to
[iframe]{url}[/iframe]and it will display the url in the iframe.
Works wonderfully for me
#12
Posted 07 November 2008 - 07:24 AM
I use this A LOT on my forums when using RSS feeds.
First you will need the iframe BBCode described here http://www.ibparcade...p?showtopic=373 (I use [iframe] in my example instead of [if] as used in the BBCode instructions)
Once you have the iframe BBCode all you need to do when you are setting up your RSS Import Manager for your new feed is to change the 'RSS Import Add Link To Post' text from the default setting of[url={url}]View the full article[/url]
to[iframe]{url}[/iframe]
and it will display the url in the iframe.
Works wonderfully for me
I just ran off and did this. Works brilliantly! Thank you
















