geeks4change / h4c_embed
There is no license information available for the latest version (1.0.0-alpha1) of this package.
1.0.0-alpha1
2021-09-15 18:48 UTC
This package is auto-updated.
Last update: 2024-10-13 17:24:10 UTC
README
Provides a layoutable content type to embed in an iframe on selectable domains.
Beware on wodby!
Wodby's nginx writes a csp header that contradicts and voids ours. See NGINX_HEADERS_CONTENT_SECURITY_POLICY in https://github.com/wodby/nginx.
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>