/* * tweetable 2.1.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-12-10 $ * */ (function($) { jQuery.fn.tweetable = function (opts) { opts = $.extend({}, $.fn.tweetable.options, opts); return this.each(function () { var act = jQuery(this); var tweetList = jQuery('