Twitter Component Generated HTML: Difference between revisions
(New page: ====Twitter component dynamically generated html:==== <br> <source lang="html4strict"> <div class="component twitter_component"> <h2><span>Twitter component title</span></h2> <div cla...) |
mNo edit summary |
||
Line 17: | Line 17: | ||
When a user adds a Twitter component to their Viviti site, this is the html that is dynamically generated. | When a user adds a [[TwitterComponent | Twitter 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:05, 18 May 2009
Twitter component dynamically generated html:
<div class="component twitter_component">
<h2><span>Twitter component title</span></h2>
<div class="component_content">
<ul class="tweets">
<li>
</li>
</ul>
</div>
</div>
When a user adds a Twitter component to their Viviti site, this is the html that is dynamically generated.