Examples

All Networks

This list calls all the networks, and uses the options to display inline and center itself inside a div.

$('.social').jsocial({
twitter		:  'ryanolson',
facebook	:  'facebook.com/thatryan',
flickr		:  'thatryan',
delicious	:  'thatryan',
linked		:  'linkedin.com/in/thatryan',
youtube		:  'youtube.com/thatryan1',
feed		:  'thatryan',
friendfeed	:  'thatryan',
digg		:  'thatryan',
lastfm		:  'thatryan',
center		: true,	
inline		: true

});

Select Options

Here we call just a few networks and use the small icons.

$('.social2').jsocial({
twitter		:  'ryanolson',
facebook	:  'facebook.com/thatryan',
flickr		:  'thatryan',
delicious	:  'thatryan',
linked		:  'linkedin.com/in/thatryan',
small		: true

});