<?php
echo social_stream(
array(
'id' => '1',
'type' => 'wall',
'network' => array(
'twitter' => array(
'twitter_id_3' => array(
'#envato',
// 'envato',
// '#envato -Design', // Exclude keywords you don't like to get
// 'from:envato -Design', // To exclude some keywords from a specific Twitter account
// 'from:envato +Design +Web' // To add some keywords to a specific Twitter account
),
'twitter_images' => 'small',
'twitter_feeds' => ''
)
),
'theme' => 'sb-modern-light',
'itemwidth' => 250,
'results' => 30,
'cache' => 2880,
'debuglog' => 1,
'iframe' => 'media',
'breakpoints' => array('4', '4', '3', '3', '2', '1', '1'),
'filter_search' => true,
'filters' => false,
'add_files' => true
)
);
?>
PHP Social Stream: There is no feed data to display!