To embed these bookmarks in a web page, copy the following code snippet and paste it into the HTML source code for the web page.
<iframe src="https://www.ibm.com/developerworks/community/bookmarks/snippet?sortBy=created&sortOrder=desc&userid=270005YJ6X&lang=en"></iframe>
You can change what displays in the bookmarks view as well as the font style for the view using the following parameters along with a value you specify.
font_family: Specify a font family for the embedded bookmarks.
font_color: Specify a font color for the embedded bookmarks.
font_size: Specify a font size for the embedded bookmarks.
show_tag: True or false. True displays the tag link.
show_icon: True or false. True displays bookmark icons.
show_person: True or false. True displays the person link.
font_color: Specify a font color for the embedded bookmarks.
font_size: Specify a font size for the embedded bookmarks.
show_tag: True or false. True displays the tag link.
show_icon: True or false. True displays bookmark icons.
show_person: True or false. True displays the person link.
Here is a sample of the output:
<div class="dogearlinks">
<div class="dogearlink">
<a href="http://sampleurl.com/">"Title of URL"</a>
<br />
<span class="dogearperson">Firstname Lastname</span>
<span class="dogeartags">
<a href="http://url.of.tag1">tag1</a>
<a href="http://url.of.tag2">tag2</a>
<a href="http://url.of.tag3">tag3</a>
</span>
</div>
</div>