Skip to content

Instantly share code, notes, and snippets.

View prawnsalad's full-sized avatar
💭
happening

Darren Whitlen prawnsalad

💭
happening
View GitHub Profile
@prawnsalad
prawnsalad / sidebar-button.css
Last active June 23, 2016 13:57 — forked from sbarfurth/sidebar-button.css
orangechat.io sidebar button
.titlebox .usertext-body .md em a[href^="https://app.orangechat.io"] {
font-style: normal;
display: block;
text-decoration: none;
padding: 12px 12px 12px 12px;
margin: 12px 0;
border-radius: 3px;
text-align: center;
cursor: pointer;
font-size: 1.5em;
<script type="text/javascript">
// kiwi.plugins.load("/assets/file_upload.html")
$script("//api.filepicker.io/v1/filepicker.js", function () {
var network = kiwi.components.Network();
var control = kiwi.components.ControlInput();
filepicker.setKey("AY8oiDSeTdaugLaTPYNBVz");
function uploaded(files) {
var area = $("#kiwi #controlbox textarea")