The Social Media Aggregator will pull content from various media channels and aggregate them into WordPress.
Content is pulled into custom post type, tagged with the source type, and updated on WP-cron schedule.
You don't have to use all the channels, the settings page will allow you to choose.
options page allows you to fetch the content without having to wait for the daily cron to run.
You can also reset the feeds and this will add all available content the time the feeds are fetched, and not check for duplicate entries..
If you need more control, you can grab the in either PHP or making Ajax call.
In PHP $imsa->get feeds this will return the list, organized by source type $imsa->get feeds ) this will return the channels you provide in array, organized by source type all source types can be found below..
Grabbing the in the front-end follows the WP Ajax way..
If you're not using Ajax to fetch the data, you can remove Javascript var to keep your HTML clean.
If you still want to use Ajax but load Javascript var on specific pages, you can still add define into your wp-config php and then load the script by calling $imsa->load scripts on the specific page ..
Read more