Del.icio.us Component Generated HTML: Difference between revisions


(New page: ====Del.icio.us component dynamically generated html:==== <source lang="html4strict"> <div class="component delicious_component"> <h2><span>Del.icio.us component title</span></h2> <div...)
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
====Del.icio.us component dynamically generated html:====
====Del.icio.us component dynamically generated html:====
<br>
<source lang="html4strict">
<source lang="html4strict">


Line 14: Line 16:


</source>
</source>
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 site, this is the html that is dynamically generated.


[[Category:Dynamically Generated HTML]]
[[Category:Dynamically Generated HTML]]

Latest revision as of 10: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.