Scripts and plugins

The fastest and easiest way to start showing programs from our database is using of our scripts and plugins. You even don't need any special knowledges (e.g. programming languages). It is two steps installation: upload script/plugin on your server and activate it (e.g. from administrator panel by Joomla CMS). For more information including demos visit plugin's page. Currently we have following plugins:

Data Feed

Of course you can write your own script to show programs on your site. Data Feed is a XML file, which includes all necessary information.

http://softwarespread.com/datafeed/datafeed.php?dfid=DATA-FEED-ID

DATA-FEED-ID you can get after registration from control panel.

Data Feed Structur:

<?xml version="1.0" encoding="utf-8"?>
<products>
<product title="TITLE-1" description="DESCRIPTION-1" link="LINK-1" icon="ICON-1" />
<product title="TITLE-2" description="DESCRIPTION-2" link="LINK-2" icon="ICON-2" />
...
<product title="TITLE-n" description="DESCRIPTION-n" link="LINK-n" icon="ICON-n" />
</products>

NameDescription
TITLEProgram's name
DESCRIPTIONShort description (50-250 symbols). Can be defined in control panel.
LINKLink to program's page including your referral ID.
ICONIt defines whether you want to show icons or not. If you have set in control panel to show icons, this attribute will include link to image (icon). In other case it will be empty.