Skip to content

Instantly share code, notes, and snippets.

@spolu
Created May 11, 2012 09:28
Show Gist options
  • Save spolu/2658623 to your computer and use it in GitHub Desktop.
Save spolu/2658623 to your computer and use it in GitHub Desktop.
Capsule Embed Code
<!-- div-based embed code to be privileged -->
<div id="tlpd"></div>
<script src="http://teleportd.com/assets/js/plugin-0.1.js"></script>
<link href="http://teleportd.com/assets/css/plugin-0.1.css" rel="stylesheet">
<script>
TL.plugin({ capsule_id: 'YOUR_CAPSULE_ID',
element_id: 'tlpd',
width: 600,
height: 400 })
.init(function(plugin) {});
</script>
<!-- iframe-based embed -->
<iframe src="http://teleportd.com/capsules/iframe/YOUR_CAPSULE_ID"
width="600"
height="400"
frameborder="0"
scrolling="no"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment