Skip to content

Instantly share code, notes, and snippets.

@badmetacoder
Forked from tokapeb/gist:3423784
Last active December 9, 2015 19:59
Show Gist options
  • Save badmetacoder/4320931 to your computer and use it in GitHub Desktop.
Save badmetacoder/4320931 to your computer and use it in GitHub Desktop.
<head>
...
<script type="text/javascript">
$(function() {
JCSDL.onLoad(function() {
$('#jcsdl-edit').jcsdlGui({
...
hideTargets : ['interaction', 'twitter', 'facebook', '2channel', 'myspace', 'amazon', 'blog', 'board', 'dailymotion', 'flickr', 'newscred', 'reddit', 'topix', 'video', 'youtube', 'augmentation', 'imdb.author', 'imdb.type', 'imdb.contenttype', 'imdb.thread', 'bitly', 'wikipedia']
});
...
var editor = new JCSDLGui('#jcsdl', {
save : function(code) {
alert(code);
}
});
</script>
...
<div id="jcsdl-edit"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment