XF 1.1 Embed another site with iframe in a XF Page

AndreaMarucci

Well-known member
I've to embed our Tumblr based photoblog in a page inside our forum so that choosing a new tab I'm creating, the users is shown a XF page with the Tumblr photoblog inside.

how can I do that? Thank you very much...
 
Start out by creating a new page node...

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


here is the code so you don't have to try and copy it one for one....


Code:
<iframe src="http://Insert.frame.address.here/" width=900" height="1000" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>


I am not a big fan of iframes but if it gets the job done for you ....salute
 
Not meaning to necro a thread, but has there been anything other than this for Tumblr? It would be great to have a Tumblr mash as the front page with links to the forum.
 
Not meaning to necro a thread, but has there been anything other than this for Tumblr? It would be great to have a Tumblr mash as the front page with links to the forum.

And a page node doesn't work for you? Page nodes are the easiest way to create new custom content within the forum.
 
Did this stop working? I'm on version 1.3.4 and it isn't working for me.

Ah figured out why I can't iframe stuff.. Because I use ssl and the iframe url doesn't..
 
Last edited:
Top Bottom