Skip to content

Instantly share code, notes, and snippets.

@soemarko
soemarko / theme.html
Created November 26, 2011 16:18
embed github gist to tumblr
<!-- Add the following lines to theme's html code right before </head> -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script src="http://static.tumblr.com/fpifyru/VCxlv9xwi/writecapture.js"></script>
<script src="http://static.tumblr.com/fpifyru/AKFlv9zdu/embedgist.js"></script>
<!--
Usage: just add <div class="gist">[gist URL]</div>
Example: <div class="gist">https://gist.github.com/1395926</div>
-->
@soemarko
soemarko / background_demo.js
Created August 30, 2011 10:14 — forked from kosso/background_demo.js
Background Service notification for Titanium
/* Kosso : March 12th 2011
This the only way I managed to do this without the app crashing on resume.
Done slightly differently to the KS example, since they unregister the service and
do not use a setInterval timer.
*/
//############ in app.js :
// test for iOS 4+
@soemarko
soemarko / gist:1014698
Created June 8, 2011 15:54
twitter follow button on tumblr theme
{block:Twitter}
<div>
<a href="http://twitter.com/{TwitterUsername}" class="twitter-follow-button">
Follow @{TwitterUsername}
</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</div>
{/block:Twitter}