<?php
echo social_stream(
array(
'id' => '1',
'type' => 'feed',
'network' => array(
'twitter' => array(
'twitter_id_1' => array(
'mashable'
),
'twitter_images' => 'small',
'twitter_feeds' => 'retweets'
),
'instagram' => array(
'instagram_id_2' => array(
'travel',
'design'
)
)
),
'theme' => 'sb-modern2-light',
'carousel' => 1,
'cs_item' => array('4', '3', '2', '2', '1'),
'cs_width' => 230,
'cs_height' => array(
'thumb' => '250',
'text' => '75',
'meta' => '50'
),
'cs_rows' => 1,
'cs_controls' => true,
'cs_auto' => false,
'cs_pager' => false,
'slideMargin' => 10,
'position' => 'normal',
'debuglog' => 1,
'cache' => 2880,
'add_files' => true
)
);
?>
<?php
echo social_stream(
array(
'id' => '3',
'type' => 'feed',
'network' => array(
'instagram' => array(
'instagram_id_2' => array(
'travel',
'design'
),
'instagram_output' => 'thumb'
)
),
'theme' => 'sb-modern2-light',
'carousel' => 1,
'cs_item' => array('3', '2', '2', '1', '1'),
'cs_width' => 230,
'cs_height' => array(
'thumb' => '300'
),
'cs_controls' => true,
'cs_auto' => false,
'cs_pager' => false,
'slideMargin' => 10,
'position' => 'normal',
'debuglog' => 1,
'cache' => 2880,
'add_files' => true
)
);
?>
<?php
echo social_stream(
array(
'id' => '2',
'type' => 'feed',
'network' => array(
'twitter' => array(
'twitter_id_1' => array(
'mashable'
),
'twitter_images' => 'small',
'twitter_feeds' => 'replies'
),
'instagram' => array(
'instagram_id_2' => array(
'travel'
)
)
),
'theme' => 'sb-modern-light',
'carousel' => 1,
'cs_item' => array('3', '3', '2', '2', '1'),
'cs_width' => 230,
'cs_height' => array(
'thumb' => '250',
'text' => '75',
'meta' => '50'
),
'cs_controls' => true,
'cs_auto' => false,
'cs_pager' => false,
'slideMargin' => 10,
'position' => 'normal',
'results' => 30,
'debuglog' => 1,
'cache' => 2880,
'add_files' => true
)
);
?>