<?php
echo social_stream(
array(
'id' => '1',
'type' => 'wall',
'network' => array(
'facebook' => array(
'facebook_id_1' => array(
'axentmedia',
'envato'
// More Facebook pages...
)
),
'twitter' => array(
'twitter_id_1' => array(
'microsoft' // Twitter username
),
'twitter_feeds' => 'retweets,replies'
),
'vimeo' => array(
'vimeo_id_1' => array(
'bvanpeski'
)
),
'soundcloud' => array(
'soundcloud_id_1' => array(
'mayerhawthorne'
)
),
'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-modern2-light',
'itemwidth' => 250,
'results' => 30,
'breakpoints' => array('4', '4', '3', '3', '2', '1', '1'),
'pins' => array(
'https://soundcloud.com/mayerhawthorne/the-stars-are-ours-disco-version'
),
'add_files' => true,
'wall_relayout' => 'imgload'
)
);
?>
Load More