If you are have already created the module and just want to add links, you can insert the appropriate data in to the Links Table.
If you are familiar with T-SQL then this should be straight forward. If not, you should play around with a test site until you can insert the records with out any side-effects. If you are unsure how to do this, then I would wait for the next version of Links (or performed the entry manually).
The links table is straight forward as it's basically one row per link displayed, however as noted above the real issue is where you want UrlTracking or UrlLogging. IIf required, you will need to insert the appropriate data info the database. There are stored procedures to perform the "Adds" if you wish. While not ideal, this method could get you around the issue of adding 700 links to a module (???!!!???)
Hope this helps.
Paul.