Skip to content

Instantly share code, notes, and snippets.

@fenixkim
fenixkim / gist:821547
Created February 10, 2011 22:55
Adding Social Networks to ShareButton
import gT.display.shareButton.*;
var settings:Object = {
itemWidth: 48,
items: [{id:"twitter", icon:"twitter-48x48.png"},
{id:"facebook", icon:"facebook-48x48.png"}]
}
var sb:ShareButton = new ShareButton;
sb.initWithObject(settings);