Skip to content

Instantly share code, notes, and snippets.

@tokapeb
Created August 22, 2012 08:36
Show Gist options
  • Save tokapeb/3423784 to your computer and use it in GitHub Desktop.
Save tokapeb/3423784 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', 'digg', 'amazon', 'blog', 'board', 'dailymotion', 'flickr', 'newscred', 'reddit', 'topix', 'video', 'youtube', 'augmentation', 'imdb.author', 'imdb.type', 'imdb.contenttype', 'imdb.thread']
});
...
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