需要帮助在 Pyrocms 页面中添加 iframe

发布于 2024-10-17 07:41:16 字数 226 浏览 0 评论 0原文

截至目前,我正在为我的项目使用pyrocms。但这个问题适用于所有使用编辑器/所见即所得/fckeditor 来更新内容的cms。

事情是我有一个 iframe,比如 facebook 按钮。我可以将它嵌入到页面中,因为它只是在输出页面中呈现代码。但如果我在我的页脚 html 页面中使用相同的内容,它就可以正常工作。有什么方法可以克服这个问题,而不是编写一个获取信息并渲染它的插件/小部件?

谢谢 戈格

As of now i'm using pyrocms for my projects. But the question is applicable to all cms which use an editor/WYSIWYG/fckeditor to update contents.

Thing is im having an iframe, say facebook like button. I couldn embed it in a page as it simply renders the code as such in the output page. But if i use the same in my footer html page, it's working fine. is there any way to overcome this rather than writing a plugin/widget that gets the info and render it?

Thanks
goG

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你另情深 2024-10-24 07:41:16

我重新启用了对模块的 XSS 支持,但页面是一个不应该被 XSS 过滤的模块(因为它没有前端数据输入)。

打开模块数据库表并将skip_xss设置为1。然后运行:

sudo rm -rf 系统/pyrocms/cache/module_m/

这将清除缓存,你会发现 iframe 不再被删除。

I re-eabled XSS support for modules but pages is a module that should not be XSS filtered (as it has no frontend data input anyway).

Open up the modules DB table and set skip_xss to 1. Then run:

sudo rm -rf system/pyrocms/cache/module_m/

that will clear the cache and you'll find iframes are not removed anymore.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文