How do hosted services like UserVoice embed their content on other web sites?(UserVoice 等托管服务如何将其内容嵌入其他网站?)
问题描述
UserVoice 等托管服务如何将其内容嵌入其他网站?
How do hosted services like UserVoice embed their content on other web sites?
我看到它是通过在您自己的页面上包含来自服务提供商的 JavaScript 文件,但是,我感兴趣的是创建此类服务的构建块.
I see that it is via including a JavaScript file from the service provider on your own page, however, what I'm interested in are the building blocks for creating a service like that.
例如,他们是否使用 jQuery、mooTools 或prototypejs 之类的库以及如何避免命名空间冲突?
For example, do they use a library like jQuery, mooTools, or prototypejs and how do they avoid namespace clashes?
还想知道是否有任何书籍、文章、博客文章讨论了 JavaScript 的这种特定用途(不是寻找有关 JavaScript 的一般资源).
Also wondered if there were any books, articles, blog posts that go over this specific use of JavaScript (not looking for general resources on JavaScript).
提前致以问候和感谢,
艾略特
推荐答案
这是我在 如何找到的一个很棒的教程构建一个 Web 小部件(使用 jQuery)
这篇关于UserVoice 等托管服务如何将其内容嵌入其他网站?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:UserVoice 等托管服务如何将其内容嵌入其他网站?
基础教程推荐
- 用于 Twitter 小部件宽度的 HTML/CSS 2022-01-01
- 如何使用TypeScrip将固定承诺数组中的项设置为可选 2022-01-01
- Electron 将 Node.js 和 Chromium 上下文结合起来意味着 2022-01-01
- 我可以在浏览器中与Babel一起使用ES模块,而不捆绑我的代码吗? 2022-01-01
- 直接将值设置为滑块 2022-01-01
- Chart.js 在线性图表上拖动点 2022-01-01
- html表格如何通过更改悬停边框来突出显示列? 2022-01-01
- Vue 3 – <过渡>渲染不能动画的非元素根节点 2022-01-01
- 如何使用JIT在顺风css中使用布局变体? 2022-01-01
- 自定义 XMLHttpRequest.prototype.open 2022-01-01