/* * tweetable 1.7.1 - jQuery twitter feed plugin * * Copyright (c) 2009 Philip Beel (http://www.theodin.co.uk/) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * * With modifications from Philipp Robbel (http://www.robbel.com/) & Patrick DW (stackoverflow) * * Revision: $Id: jquery.tweetable.js 2013-06-16 $ * */ (function($) { //Cross-Origin Resource Sharing enable, ie bug fix for tweetable plugin jQuery.support.cors = true; jQuery.fn.tweetable = function(opts) { opts = $.extend({}, $.fn.tweetable.options, opts); return this.each(function() { var act = jQuery(this) , tweetList = jQuery('