<?php
echo social_stream(
array(
'id' => '1',
'type' => 'wall',
'network' => array(
'facebook' => array(
'facebook_id_1' => array(
'500px'
),
'facebook_id_3' => array(
'500px'
),
'facebook_pagefeed' => 'posts'
),
'twitter' => array(
'twitter_id_3' => array(
'illustration',
'fashion',
'maserati'
),
'twitter_images' => 'small',
'twitter_feeds' => ''
),
'instagram' => array(
'instagram_id_2' => array(
'illustration',
'fashion',
'maserati'
)
)
),
'theme' => 'sb-modern-light',
'itemwidth' => 250,
'results' => 30,
'iframe' => 'media',
'breakpoints' => array('4', '4', '3', '3', '2', '1', '1'),
'filter_search' => true,
'display_ads' => true,
'debuglog' => 1,
'cache' => 360,
'add_files' => true,
'fixWidth' => 'block',
'filtering_tabs' => array(
array(
'search_term' => 'fashion',
'tab_title' => 'Fashion'
),
array(
'search_term' => 'illustration',
'tab_title' => 'Illustration'
),
array(
'search_term' => 'maserati',
'tab_title' => 'Maserati'
)
)
)
);
?>
Load More