Twitter search HTML


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!-- Search fields -->
  2. <label for="userName">Twitter Name:</label>
  3. <input type="text" id="userName" name="userName" />
  4. <input type="button" onclick="Search();" value="Search" />
  5.  
  6. <!-- A placeholder for the results -->
  7. <div id="tweets"></div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.