<?php

$nss = new NeosmartStream();
//print_r($nss);
/**************************************************************************
 * Config
 **************************************************************************/
//$nss->set('cache_time',120);
//$nss->set('date_time_format','iso');
//$nss->set('theme','custom');
/**************************************************************************
 * Add Channels to display
 **************************************************************************/
//Twitter
//$nss->addChannel('twitter','neosmart_gmbh');
//Custom XML - Path should be relative to NeosmartStream.php
//$nss->addChannel('custom','../../channel_example.xml');
//Facebook
$nss->addChannel('facebook', '67350357036', '263139357137396|9c374a0c03ddaa0db5a9125112d9ddb9');