<?php
echo social_stream(
array(
'id' => '1',
'type' => 'feed',
'network' => array(
'facebook' => array(
'facebook_id_1' => array(
'axentmedia',
'envato'
),
'facebook_pagefeed' => 'posts'
),
'twitter' => array(
'twitter_id_1' => array(
'mashable'
),
'twitter_images' => 'small',
'twitter_feeds' => ''
),
'instagram' => array(
'instagram_id_1' => array(
'axentmedia'
),
'instagram_id_2' => array(
'tuulavintage',
'blondabroad'
)
)
),
'theme' => 'sb-modern-light',
'label' => 'On Social Media',
'showheader' => 1,
'width' => 280,
'height' => 600,
'rotate_speed' => '400',
'duration' => '4000',
'results' => 30,
'cache' => 2880,
'debuglog' => 0,
'add_files' => true
)
);
?>
<?php
echo social_stream(
array(
'id' => '2',
'type' => 'feed',
'network' => array(
'facebook' => array(
'facebook_id_1' => array(
'axentmedia',
'envato'
),
'facebook_pagefeed' => 'posts'
),
'tumblr' => array(
'tumblr_id_1' => array(
'ghostphotographs'
)
),
'pinterest' => array(
'pinterest_id_1' => array(
'2013TopPins'
)
)
),
'theme' => 'sb-modern-dark',
'width' => 280,
'height' => 600,
'results' => 30,
'debuglog' => 0,
'add_files' => true
)
);
?>