Skip to content

A simple JavaScript object that will mark up a string of Twitter tweets. It marks up urls, usernames and hashtags or all of them in one.

Notifications You must be signed in to change notification settings

GeoffreyHayward/TwitterMarkup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterMarkup

A simple JavaScript static object that will marking up a string of Twitter tweets. It marks up urls, usernames and hashtags or all of them in one.

Where the HTML is:

<ul id="myTweets">
    <li>TWEET 1</li>
    <li>TWEET 2</li>
    <li>TWEET 3</li>
</ul>

Example:

TwitterMarkup.transform(document.getElementById('myTweets'));

About

A simple JavaScript object that will mark up a string of Twitter tweets. It marks up urls, usernames and hashtags or all of them in one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published