(function ($) { $.fn.extend({ addSocial: function (options) { var defaults = { }; var options = $.extend(defaults, options); var twsrc = 'http://platform.twitter.com/widgets/tweet_button.html?' + $.param({ count : 'vertical', url : window.location.href, text : document.title }); var fbsrc = 'http://www.facebook.com/plugins/like.php?' + $.param({ href : window.location.href, layout : 'box_count', width : 450, height : 80, action : 'like', font : 'verdana', show_faces : true, colorscheme : 'light' }); var tw = $("