<?php
// Setup Ads
$GLOBALS['ads'][1] = array(
array(
'ad_position' => 3,
'ad_type' => 'image',
'ad_height' => null,
'ad_border_size' => 1,
'ad_border_color' => null,
'ad_background_color' => null,
'ad_text_align' => 'center',
'ad_grid_size' => 'solo',
'ad_text' => null,
'ad_custom_code' => null,
'ad_link_target' => 'blank',
'ad_link' => 'https://axentmedia.com/',
'ad_image' => 'https://axentmedia.com/wp-content/uploads/2016/10/ad-here-7.png',
),
array(
'ad_position' => 9,
'ad_type' => 'image',
'ad_border_size' => 1,
'ad_text_align' => 'center',
'ad_grid_size' => 'twofold',
'ad_link_target' => 'blank',
'ad_link' => 'https://axentmedia.com/',
'ad_image' => 'https://axentmedia.com/wp-content/uploads/2016/10/ad-here-3.jpg',
)
);
// Path to PHP Social Stream main file
include( './social-stream/social-stream.php' );
echo social_stream(
array(
'id' => '1',
'type' => 'wall',
'network' => array(
'facebook' => array(
'facebook_id_1' => array(
// Facebook page ID or Username
'axentmedia',
'80655071208'
// ... other Facebook page ID or Username
),
'facebook_pagefeed' => 'posts'
),
'twitter' => array(
'twitter_id_1' => array(
'mashable', // Twitter username
// 'microsoft'
// ... other Twitter username
),
'twitter_images' => 'small',
'twitter_feeds' => ''
),
'instagram' => array(
'instagram_id_1' => array(
// Instagram username(s)
'500px',
'axentmedia'
// ... other Instagram user ID
),
'instagram_id_2' => array(
'design', // Instagram hashtag
'travel'
// ... other Instagram hashtag
)
),
'pinterest' => array(
'pinterest_id_1' => array(
'glitterguide' // Pinterest username
// ... other Pinterest username
),
'pinterest_id_2' => array(
'katharinamarwi/hampton-style' // Pinterest board
// ... other 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,pinterest',
'display_ads' => true,
'cache' => 2880,
'add_files' => true,
'fixWidth' => 'block',
'debuglog' => 1
)
);
?>
Load More