<?php
echo social_stream(
array(
'id' => '1',
'type' => 'wall',
'network' => array(
'twitter' => array(
'twitter_id_3' => array(
'#socialmedia' // Replace with a Twitter search term or tag
),
'twitter_images' => 'small',
'twitter_feeds' => ''
),
'facebook' => array(
'facebook_id_1' => array(
'envato' // Replace with your Facebook page ID
),
'facebook_pagefeed' => 'posts'
),
'instagram' => array(
'instagram_id_2' => array(
'paris'
)
)
),
'theme' => 'sb-modern-light',
'itemwidth' => 250,
'results' => 10,
'breakpoints' => array('4', '4', '3', '3', '2', '1', '1'),
'debuglog' => 1,
'add_files' => true,
'live' => true,
'live_interval' => 1
)
);
?>
Load More