<?php
echo social_stream(
array(
'id' => '1',
'type' => 'wall',
'network' => array(
'facebook' => array(
'facebook_id_1' => array(
'axentmedia', // Replace with your Facebook page ID
'500px'
),
'facebook_pagefeed' => 'posts'
),
'twitter' => array(
'twitter_id_1' => array(
'mashable' // Replace with your Twitter username
),
'twitter_images' => 'small',
'twitter_feeds' => ''
),
'instagram' => array(
'instagram_id_1' => array(
'self', // Your own Instagram user feed
// ... other Instagram user access token
),
'instagram_id_2' => array(
'tuulavintage',
'blondabroad'
)
),
'pinterest' => array(
'pinterest_id_1' => array(
'glitterguide' // Replace with your Pinterest username
),
'pinterest_id_2' => array(
'katharinamarwi/hampton-style' // Replace with the Pinterest board
)
)
),
'theme' => 'sb-modern-light',
'itemwidth' => 250,
'results' => 30,
'iframe' => 'media',
'breakpoints' => array('4', '4', '3', '3', '2', '1', '1'), // Number of items (columns) shwoing on each row for different viewport sizes
'filter_search' => true,
'filters_order' => 'facebook,twitter,instagram,google,pinterest',
'display_ads' => true,
'debuglog' => 1,
'cache' => 360,
'add_files' => true,
'fixWidth' => 'block',
'wall_width' => '',
'wall_height' => '800'
)
);
?>
Load More