Softonic API

Softonic API Widgets

Would you like to see good-looking and fresh information coming from Softonic?

Widget at Softonic

It's just as easy as:

  1. 1 Get your API Key
  2. 2 Copy & Paste this code in the HTML:
    <div id="softonic_top">
    <!-- Content is loaded here -->
    </div>
    <script type="text/javascript"><!--
    
    	softonic_api_key = "your_api_key";
    	softonic_instance = "es";
    	softonic_id_section = 724;
    	softonic_width = 290;
    	target_id = 'softonic_top';
    
    	softonic_frame_color = '#228CD8';
    	softonic_content_color = '#FFFFFF';
    	softonic_text_color = '#000000';
    	softonic_link_color = '#228CD8';
    	softonic_border_radius = '10';
    
    //--></script>
    <script type="text/javascript" src="http://api2.softonic.com/js/widget.js"></script>
  3. 3 Fill your api key in the proper place, and tune any other variables you might need.

IMPORTANT: Using javascript in a public blog or website might result in key stealing. If you want to keep your API key hidden you should use PHP instead.Only our customers and partners have special controls and checks that prevent their keys being used from anywhere else out their servers.