I was playing with this new blog’s template. I had actually forgotten how incredibly easy it is to include your own bookmarks in your own page, complete with folders and everything. The following assumes that you are a Spurl.net user and make note that it will only show the links that you’ve chosen to publicly display (publish).

When that’s set, here are the steps to integrate with your page:

Make sure that the “spif” directory is writable by the user “apache” (or whatever the web server user on your server is). This is likely to be a default setting on the server though.


<div class="spTree">
<div id="spfc-0" class="spTreeFolderContent">Loading...</div>
</div>
<iframe id="spLoader" style="display:none;" width="0" height="0">
</iframe>
<script src="http://www.spurl.net/spif/user/user2.js"></script>
<script>initPage('hjalli');</script>

…replacing ‘hjalli’ with your username.


<link href="http://www.spurl.net/variants/default/css/sptree.css"
     type="text/css" rel="StyleSheet">

That’s it!