Kunena
SobiPro
Diverse
general
download
No shouts in Kunena found. Maybe, it's just because nobody said anything yet.
No shouts in SobiPro found. Maybe, it's just because nobody said anything yet.
No shouts in Diverse found. Maybe, it's just because nobody said anything yet.
No shouts in general found. Maybe, it's just because nobody said anything yet.
Mackenzie123(19.11.2022, 07:06)(07:06)0
Beckham

COM_KUNENA_LABELS_INFO Demo using IFrame and HTML tag

  • zi2000
  • zi2000's Avatar Topic Author
  • Offline
  • Administrator
  • Administrator
More
3 years 11 months ago - 3 years 10 months ago #9 by zi2000
Demo using IFrame and HTML tag was created by zi2000
you know, loading a page in an iframe can only be done if the webpage is set to allow this:
if you can't view a page in your iframe, just check the network response of this site and look for:

header -> x-frame-options - if it is listed then
if you see SAMEORIGIN page loads only in iframes on the same domain
if you see ALLOW-FROM (uri) page loads only in iframes on that specific URI
if you see DENY page will nowhere load in an iframe

for example, if you try to load this wrong page url
[iframe frameborder=0]http://google.com/xyz[/iframe]
you will get the google error page, because on this there is no x-frame-option.



but if you try to load the (real) google main page
[iframe frameborder=0]http://google.com[/iframe]

you will see ........ [nothing] because there is the x-frame-option set to SAMEORIGIN


with the html tag you can enter a part of the text using html-tags instead of bbcode ,
so you can enter unusual setting, like individual color or font-stylings.
[html]<span class="hasTooltip" data-original-title="html-block, class=hasTooltip styling=..." title="" style="color:MediumVioletRed;font-size:1.8em;font-weight:700;font-variant:small-caps;">This is just a Demo html Block</span>[/html]

This is just a Demo html Block
Last edit: 3 years 10 months ago by zi2000.

Please Log in or Create an account to join the conversation.

Moderators: zi2000