/**
  * Check if chat is active and there are no issues stopping them from loading
  * @return boolean
  */
 public static function chat_active()
 {
     return Livefyre_Apps::active();
 }
 /**
  * Check if comments are active and there are no issues stopping them from loading
  * @return boolean
  */
 public static function comments_active()
 {
     return Livefyre_Apps::active();
 }
 /**
  * Check if comments are active and there are no issues stopping them from loading
  * @return boolean
  */
 public static function sidenotes_active()
 {
     return Livefyre_Apps::active();
 }