<?php
echo social_stream(
array(
'id' => '1',
'type' => 'timeline',
'network' => array(
'facebook' => array(
'facebook_id_1' => array(
// Facebook page ID or Username
'axentmedia',
'500px'
// ... other Facebook page ID or Username
),
'facebook_pagefeed' => 'posts',
'facebook_image_width' => '480'
),
'twitter' => array(
'twitter_id_1' => array(
'mashable', // Twitter username
// 'microsoft'
// ... other Twitter username
),
'twitter_images' => 'medium',
'twitter_feeds' => ''
)
),
'theme' => 'sb-modern-light',
'results' => 30,
'cache' => 2880,
'debuglog' => 0,
'add_files' => true
)
);
?>
Load More