geeks4change/h4c_embed
最新稳定版本:1.0.0-alpha1
Composer 安装命令:
composer require geeks4change/h4c_embed
包简介
README 文档
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>
统计信息
- 总下载量: 206
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-08-31