geeks4change/h4c_embed

There is no license information available for the latest version (1.0.0-alpha1) of this package.

Installs: 125

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:drupal-module

1.0.0-alpha1 2021-09-15 18:48 UTC

This package is auto-updated.

Last update: 2024-04-30 00:28:22 UTC


README

Provides a layoutable content type to embed in an iframe on selectable domains.

Status

Currently any links, also form submit buttons are redirected to target=_blank

Find more infos in: https://gitlab.com/geeks4change/sites/site-h4c-multi/-/issues/17

Example embed

<script src="https://cdn.jsdelivr.net/gh/davidjbradshaw/iframe-resizer@v4.2.10/js/iframeResizer.min.js" type="text/javascript"></script>
<script>
document.addEventListener("DOMContentLoaded", function(){
	iFrameResize({log:false});
});
</script>
<iframe src="https://foo.bar/de/node/223?embed" frameborder="0" style="width:1px;min-width:100%"></iframe>