• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Container for another system

Participant ,
Feb 19, 2019 Feb 19, 2019

Copy link to clipboard

Copied

I wonder if there would be possible to have a Muse webpage as a container for another system. The other system would contain singel-logon and a database and many more functions. Just so that you still are on the same main page created in Muse.

Views

410

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 19, 2019 Feb 19, 2019

There are ways to do this. The most simple one: iFrames. Read for example here: https://html.com/tags/iframe/​ or here: https://www.w3schools.com/html/html_iframe.asp

Just try it!

  • Create a .muse page.
  • Copy this code onto the page:
    <iframe width="560" height="315" src="https://www.youtube.com/embed/owsfdh4gxyc" frameborder="0" allowfullscreen></iframe>
  • Or go to menu „Object/Insert HTML …“ and paste the code into the appearing dialog.

Now, the page, specified in the code snippet, appears on your page.

Yo

...

Votes

Translate

Translate
LEGEND ,
Feb 19, 2019 Feb 19, 2019

Copy link to clipboard

Copied

Do you think of iFrames?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 19, 2019 Feb 19, 2019

Copy link to clipboard

Copied

Well. Maybee. I'm no expert on this. I just wonder if a Musepage could på a "frame" for another system, so that the system is integrated, or at least is shown seamless.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 19, 2019 Feb 19, 2019

Copy link to clipboard

Copied

There are ways to do this. The most simple one: iFrames. Read for example here: https://html.com/tags/iframe/​ or here: https://www.w3schools.com/html/html_iframe.asp

Just try it!

  • Create a .muse page.
  • Copy this code onto the page:
    <iframe width="560" height="315" src="https://www.youtube.com/embed/owsfdh4gxyc" frameborder="0" allowfullscreen></iframe>
  • Or go to menu „Object/Insert HTML …“ and paste the code into the appearing dialog.

Now, the page, specified in the code snippet, appears on your page.

You can use different attributes to specify the way, the link will appear. But I think, you will be able to google these attribute by yourself.

Of course, this works both ways:

You can  integrate a web site into a Muse document, or you cab integrate a Muse-built site into a different site.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 19, 2019 Feb 19, 2019

Copy link to clipboard

Copied

Thanks alot. I dont understand everytning you write, but it sound fine. I will check this out. Maybee I will comeback with some more questions.

Apart from that – it feels good that I still can get a professional answer here. Hope that will continue.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 19, 2019 Feb 19, 2019

Copy link to clipboard

Copied

Yes! Please report back, if you meet issues!

You might have a look at this tutorial too: https://helpx.adobe.com/muse/using/embedding-videos-html-content.html

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 19, 2019 Feb 19, 2019

Copy link to clipboard

Copied

yes its possible... the system I use is https://www.publiz.com/ but there are others

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 20, 2019 Feb 20, 2019

Copy link to clipboard

Copied

LATEST

https://forums.adobe.com/people/Anders+Vikhult  wrote

I wonder if there would be possible to have a Muse webpage as a container for another system. The other system would contain singel-logon and a database and many more functions. Just so that you still are on the same main page created in Muse.

Iframes are not a perfect solution for ALL projects.  There are  potential problems  for screen readers, non-supporting mobile devices and web security especially when the SRC goes to a site on another domain.   See link below for details.

<iframe>: The Inline Frame element - HTML: HyperText Markup Language | MDN

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines