Created
May 11, 2012 09:28
-
-
Save spolu/2658623 to your computer and use it in GitHub Desktop.
Capsule Embed Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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