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

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:
LT_LIST_LENGTH - Number of links to display. Max 30.LT_RAW - Disables styling. Lets you use your own styling from your own style sheets.LT_FONT - The font used in the widget.LT_LINK_COLOR_1 - Link color.LT_LINK_COLOR_2 - Hover link color.LT_BORDER_COLOR - Border color.LT_LINE_COLOR - Divider line color.LT_BACKGROUND - Background color.