You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Description: Presentation Plugin, based on reveal.js, with highly publicized Gennady Kovshenin API. That is, you can define tweets based on slide transition, to give the effect of live-tweeting your own presentation
* Version: 0.7
* Author: Justin Sainton and Justin Sternberg
* Author URI: http://zao.is/
*/
class Gennady_Tweets {
static $instance = null;
/**
* Private constructor to force the singleton pattern
*/
private function __construct() {
self::init();
}
/**
* Function to instantiate our class and make it a singleton