• In joomla there’s a module called mod_wrapper
    (It provides the capability of transparently displaying external sites)
    I’ve been searching for a plugin for WP with the same functionality but i haven’t got any luck so far.

    Is there a way to view a external website within my WP?
    (ex. you keep your sidebar, but the site opens in the post/page area)

Viewing 1 replies (of 1 total)
  • You can try an iFrame. Disable the WYSIWYG editor in your user preferences.

    Add the following code to a page or post substituting the web address you want to include.

    <iframe src ="https://webaddress-to-include.com" frameborder="0" width="900" height="900"></iframe>

    Play around with the width and height until it looks right. You can also use %’s.

Viewing 1 replies (of 1 total)
  • The topic ‘Wrapper functionality’ is closed to new replies.