This file contains 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
(function() { | |
var css = [ | |
'/css/default.css', | |
'/css/section.css', | |
'/css/custom.css' | |
], | |
i = 0, | |
link = document.createElement('link'), | |
head = document.getElementsByTagName('head')[0], | |
tmp; |
This file contains 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
// Adds custom retweet and delicious buttons to Wordpress template | |
// Uses bit.ly, delicious, backtype, tweetmeme, and topsy APIs | |
// Adapted from Backtype Tweetcount plugin | |
// Nicolas Gallagher / @necolas | |
function tweet_save($url) { | |
global $post; | |
$url = ''; | |
$btype_cnt = null; | |
$topsy_cnt = null; |
NewerOlder