<?php
echo social_stream(
[
'id' => '1',
'type' => 'wall',
'network' => [
'instagram' => [
'instagram_id_2' => [
'dametraveler',
'welovetravel'
],
'instagram_output' => 'thumb'
]
],
'theme' => 'sb-modern-light',
'itemwidth' => 250,
'results' => 30,
'iframe' => 'media',
'breakpoints' => ['4', '4', '3', '3', '2', '1', '1'], // Number of items (columns) shwoing on each row for different viewport sizes
'filter_search' => true,
'filters' => false,
'display_ads' => true,
'debuglog' => 1,
'cache' => 2880,
'add_files' => true,
'fixWidth' => 'block'
]
);
?>