Del.icio.us Component Generated HTML: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
When a user adds a [[DeliciousComponent | Del.icio.us component]] to their | When a user adds a [[DeliciousComponent | Del.icio.us component]] to their site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Latest revision as of 09:18, 12 October 2010
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 site, this is the html that is dynamically generated.