Add this information to your webpage

You can embed this information directly into your webpage. This is how the widget will look:


How do I add it?

Place this HTML exactly where you want it to show up:

<div>
<script
src="http://www.startfound.com/widget.js?host=startupagents.com">
</script>
</div>

Why should I use it?

When you write about a company, website, or product, it is always helpful to include a summary of what it does. For example, just because you're writing about FriendFeed for the 50th time doesn't mean your readers are familiar with them. So, not only will this widget provide a quick overview for your newer readers, it will also save you time by "writing" your summaries for you.


What are some of its features?

  1. The widget will always grab the latest data from StartFound.
  2. It will only list links from your site.
  3. You can reuse the HTML over and over again. Now that you have the template for StartupAgents, all you have to do is change the company domain to use it for another company.

What if the company isn't on StartFound?

The widget will be hidden, and your readers won't even realize it should be there. The widget will become visible when the company profile is added later.


The widget is too wide!

You can make the widget skinnier by applying a width on the <div>. For example:

<div style="width: 350px;">
<script
src="http://www.startfound.com/widget.js?host=startupagents.com">
</script>
</div>