Friendfeed Component Generated HTML: Difference between revisions


mNo edit summary
No edit summary
 
Line 16: Line 16:




When a user adds a [[FriendfeedComponent | Friendfeed component]] to their Viviti site, this is the html that is dynamically generated.
When a user adds a [[FriendfeedComponent | Friendfeed 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:20, 12 October 2010

Friendfeed component dynamically generated html:


<div class="component friendfeed_component">
 <h2><span>friendfeed component title</span></h2>
  <div class="component_content">
    <div>
     <p>friendfeed component content</p>
    </div>    
  </div>
</div>


When a user adds a Friendfeed component to their site, this is the html that is dynamically generated.