LaterThis Widget

With the LaterThis Widget you can display your latest links on your web page.

Example of widget

Place the following code somewhere between the html-tags on your web page.
NOTE: Don't forget to replace YOURUSERNAME with your LaterThis username.

<script type="text/javascript" charset="utf-8">
  LT_LIST_LENGTH=5;
  LT_RAW=false;
  LT_FONT="Helvetica"
  LT_LINK_COLOR_1="#2d7bb2"
  LT_LINK_COLOR_2="#4b4b4b"
  LT_BORDER_COLOR="#ccc"
  LT_LINE_COLOR="#ccc"
  LT_BACKGROUND="#fff"
</script>
<script src="http://laterthis.com/YOURUSERNAME/links/widget.js" type="text/javascript"></script>

You can customize the look of the widget by changing the LT_-variables:

← Back to the help section