GetSimple Support Forum
QUESTION How to embed another website under the header? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: QUESTION How to embed another website under the header? (/showthread.php?tid=7184)



How to embed another website under the header? - chelder86 - 2015-04-05

Using iframe has follows:

<iframe width="100%" height="100%" src="http://www.mywebsite.com" frameborder="0"></iframe>

This is the result:

[Image: f2nggo.jpg]

Unfortunately, that is NOT what I want. What I want is the following:

[Image: 2d9o46b.jpg]

I wonder if there is a plugin which helps me with it. If not, could you give me a hint about how you would solve it? Modifying something in the theme maybe? Overwriting CSS with Javascript?


RE: How to embed another website above the header? - shawn_a - 2015-04-05

above the header or above the content ?


RE: How to embed another website above the header? - chelder86 - 2015-04-06

Actually I mean UNDER the header. What a mistake! Thank you!

(2015-04-05, 08:38:24)shawn_a Wrote: above the header or above the content ?



RE: How to embed another website under the header? - shawn_a - 2015-04-06

Make a custom template in your theme.
also you need a cross domain policy if its not the same domain.

not sure what your exact problem is


RE: How to embed another website under the header? - chelder86 - 2015-04-06

I have added screenshots to the question. Hopefully it will be clear now. Thanks!

(2015-04-06, 00:35:32)shawn_a Wrote: Make a custom template in your theme.
also you need a cross domain policy if its not the same domain.

not sure what your exact problem is



RE: How to embed another website under the header? - simplycrazy - 2015-04-06

you need a second template file with the extra site elements (sides and whatnot) removed so it is just your top navbar and the iframe on the page.

however, imho, screenshots on your pages, with links to actual outside site or page (if you want them), are better for something like this.


RE: How to embed another website under the header? - shawn_a - 2015-04-06

Yeah you need a new template with the wrappers removed.