<?php
echo social_stream(
array(
'id' => '1',
'type' => 'wall',
'network' => array(
'instagram' => array(
'instagram_id_1' => array(
// Instagram username(s)
'axentmedia',
'500px'
// ... other Instagram user ID
)
),
'twitter' => array(
'twitter_id_3' => array(
'#envato' // Twitter search term/hashtag
)
),
'vk' => array(
'vk_id_1' => array(
'worldoftanks'
)
),
'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-default-light',
'order' => 'random',
'itemwidth' => 250,
'results' => 30,
'breakpoints' => array('4', '4', '3', '3', '2', '1', '1'),
'debuglog' => 0,
'add_files' => true
)
);
?>
Load More