<?php
echo social_stream(
array(
'id' => '1',
'type' => 'wall',
'network' => array(
'twitter' => array(
'twitter_id_3' => array(
'#socialmedia',
'socialmedia',
'#movie -scary', // 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' => 0,
'debuglog' => 0,
'iframe' => 'media',
'breakpoints' => array('4', '4', '3', '3', '2', '1', '1'),
'filter_search' => true,
'filters' => false,
'add_files' => true
)
);
?>
Load More