<?php
echo social_stream(
array(
'id' => '1',
'type' => 'wall',
'network' => array(
'facebook' => array(
'facebook_id_1' => array(
'axentmedia' // Facebook page ID or Username
)
),
'twitter' => array(
'twitter_id_3' => array(
'#envato' // Twitter search term/hashtag
// ... other Twitter search term/hashtag
)
),
'youtube' => array(
'youtube_id_1' => array(
'katyperry' // YouTube username
// ... other YouTube username
),
'youtube_id_4' => array(
'UC6dUz2KRHNHcRXwv-M7hFrg' // YouTube channel ID
// ... other YouTube channel ID
)
),
'instagram' => array(
'instagram_id_1' => array(
'4018952' // Instagram user ID
),
'instagram_id_2' => array(
'tuulavintage', // Instagram hashtag
'dametraveler'
)
)
),
'theme' => 'sb-metro-dark',
'itemwidth' => 250,
'results' => 30,
'cache' => 2880,
'iframe' => 'media',
'breakpoints' => array('4', '4', '3', '3', '2', '1', '1'),
'filter_search' => true,
'add_files' => true
)
);
?>
Load More