<?php
// Path to PHP Social Stream main file
include( './social-stream/social-stream.php' );
echo social_stream(
array(
'id' => '1',
'type' => 'wall',
'network' => array(
'tiktok' => array(
'tiktok_id_1' => array(
'3d81ebaa-5e7b-5192-a65d-a98c1aca4a40' // TikTok User ID
)
)
),
'theme' => 'sb-modern-light',
'itemwidth' => 250,
'results' => 15,
'iframe' => 'media',
'breakpoints' => array('4', '4', '3', '3', '2', '1', '1'),
'filter_search' => true,
'display_ads' => true,
'cache' => 2880,
'add_files' => true,
'fixWidth' => 'block',
'debuglog' => 1
)
);
?>