Get started with embedo CDN
MIT licensed
Embedo is a lightweight library for creating interactive, embeddable content, such as forms or maps, for websites.
Tags:- embedo
- plugin
- oembed
- social-media-plugin
- embed
Stable version
Copied!
How to start using embedo CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with embedo CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/embedo/1.14.0/embedo.min.js"></script>
</head>
<body>
<button id="loadEmbedo">Load Embedo</button>
<script>
document.getElementById('loadEmbedo').addEventListener('click', () => {
Embedo.init({
apiKey: 'YOUR_API_KEY', // Replace with your Embedo API key
container: document.body, // Replace with the desired container
width: 600, // Width of the embed
height: 450, // Height of the embed
language: 'en' // Language of the embed
});
});
</script>
</body>
</html>
Copied!
Copied!
All versions
0.1.0
0.1.1
0.1.2
0.2.0
0.2.1
0.2.2
0.3.0
0.3.1
0.3.2
0.3.3
0.3.4
0.3.5
0.3.6
0.4.0
0.5.0
0.5.1
0.5.2
0.6.0
0.7.0
1.0.0
1.1.0
1.1.1
1.1.2
1.10.0
1.10.1
1.10.2
1.11.0
1.11.1
1.12.0
1.12.1
1.13.0
*** 1.14.0
1.2.0
1.3.0
1.3.1
1.4.0
1.4.1
1.5.0
1.6.0
1.6.1
1.6.2
1.6.3
1.6.4
1.6.5
1.6.6
1.6.7
1.6.8
1.7.0
1.7.1
1.7.2
1.7.3
1.7.4
1.7.5
1.8.0
1.9.0