<?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'
),
'pinterest' => array(
'pinterest_id_1' => array(
'2013TopPins'
),
'pinterest_image_width' => '736'
),
'flickr' => array(
'flickr_id_1' => array(
'46221135@N04'
),
'flickr_thumb' => 'z'
),
'instagram' => array(
'instagram_id_1' => array(
// Instagram user ID
// How to find Instagram ID: https://axentmedia.com/how-to-find-an-instagram-user-id/
'7112275',
'4018952'
// ... other Instagram user ID
),
'instagram_id_2' => array(
'tuulavintage', // Instagram hashtag
'dametraveler'
// ... other Instagram hashtag
),
'instagram_images' => 'standard_resolution'
)
),
'theme' => 'sb-default-light',
'results' => 30,
'cache' => 2880,
'debuglog' => 1,
'add_files' => true
)
);
?>