Del.icio.us Component Generated HTML: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 18: | Line 18: | ||
When a user adds a Del.icio.us component to their Viviti site, this is the html that is dynamically generated. | When a user adds a [[DeliciousComponent | Del.icio.us component]] to their Viviti site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Revision as of 17:01, 18 May 2009
Del.icio.us component dynamically generated html:
<div class="component delicious_component">
<h2><span>Del.icio.us component title</span></h2>
<div class="component_content">
<ul class="bookmarks">
<li class="">
<a href="">Del.icio.us link goes here</a>
</li>
</ul>
</div>
</div>
When a user adds a Del.icio.us component to their Viviti site, this is the html that is dynamically generated.