<?php
echo social_stream(
array(
'id' => '1',
'type' => 'wall',
'network' => array(
// Facebook page ID or Username
'facebook' => array(
'facebook_id_1' => array(
'axentmedia',
'500px'
),
'facebook_output' => 'title,thumb,text,user,share,info'
),
'twitter' => array(
'twitter_id_3' => array(
'#envato' // Twitter search term/hashtag
)
),
'vimeo' => array(
'vimeo_id_1' => array(
'bvanpeski' // Vimeo username
)
),
'deviantart' => array(
'deviantart_id_1' => array(
'fu51on'
)
),
'rss' => array(
'rss_id_1' => array(
'https://tutsplus.com/blog.atom',
'https://feeds.bbci.co.uk/news/world/europe/rss.xml'
),
'rss_text' => 0
)
),
'theme' => 'sb-flat-light',
'itemwidth' => 250,
'results' => 30,
'filters_order' => 'twitter,facebook,vimeo,google,rss,vk',
'breakpoints' => array('4', '4', '3', '3', '2', '1', '1'),
'filter_search' => true,
'debuglog' => 0,
'cache' => 2880,
'add_files' => true
)
);
?>
Load More