Develop Custom Gigs Listings
Here are some tips for developers who need to build their own custom GigaTools widgets or gigs listings.
All Gigs can be read for any given User or Group with a dedicated URL that follows this format:
http://gigs.gigatools.com/u/username.format
or
http://gigs.gigatools.com/g/groupname.format
Available formats include: .xml .json .rss .ical
A User example:
http://gigs.gigatools.com/u/Atom.xml
http://gigs.gigatools.com/u/Atom.ics
A Group example:
http://gigs.gigatools.com/g/GigaTools.xml
http://gigs.gigatools.com/g/GigaTools.rss
Our widget code is open source so please feel free to download it and use it as a base for your own custom Gigs listing.
the code can be found here:
http://widget.gigatools.com/html/v2/GigaTools-iframe.js
And here is an example of the embed code:
<div><script type=”text/javascript” src=”http://widget.gigatools.com/html/v2/GigaTools-iframe.js”></script><script type=”text/javascript”>
addGigaToolsWidget(new GigaToolsWidget({ client: ‘group’, id: ‘GigaTools’, widthType: 0, font: ‘Arial’, width: ‘550’,height: ‘500’, backgroundColor: ‘rgba(255, 255, 255, 1)’, headTextColor: ‘#01b615’, bodyTextColor: ‘#666666’, borderColor: ‘#CCCCCC’, borderSize: ‘2’, borderRadius: ‘0’ }));
</script></div>