<?php
echo social_stream(
array(
'id' => '1',
'type' => 'feed',
'network' => array(
'facebook' => array(
'facebook_id_1' => array(
'axentmedia'
),
'facebook_pagefeed' => 'posts'
),
'twitter' => array(
'twitter_id_1' => array(
'mashable'
),
'twitter_images' => 'small',
'twitter_feeds' => ''
),
'tumblr' => array(
'tumblr_id_1' => array(
'ghostphotographs'
)
)
),
'theme' => 'sb-modern-light',
'position' => 'normal', // Important to make a non-floating block
'label' => 'On Social Media', // Label for the block header
'tabable' => 1, // Important to make an ajax tabbed feed block
'showheader' => 0,
'width' => 250,
'height' => 400,
'results' => 30,
'cache' => 2880,
'debuglog' => 0,
'add_files' => true
)
);
?>