-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.html
More file actions
21 lines (21 loc) · 1.03 KB
/
demo.html
File metadata and controls
21 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>TwitterMarkup.js demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="TwitterMarkup.js"></script>
</head>
<body>
<div>
<h2><a href="https://twitter.com/GeoffreyHayward" target="_blank">Follow me on Twitter</a></h2>
<ul id="twitter">
<li>I am about to push an improved version of TwitterMarker to its GitHub TwitterMarker repository - https://t.co/fjSnNgyYGj.</li>
<li>You can now discover the Joomla-ResponsiveMedia plugin https://t.co/8q8N3tNnCV I am making via the #Joomla Extension Manager Discovery.</li>
<li>I have started a #Joomla #ResponsiveMedia plugin at @github https://t.co/n3kcXcMYO0. The production version at http://t.co/ajl7i6CZCe soon.</li>
</ul>
</div>
<script type="text/javascript">
TwitterMarkup.transform(document.getElementById('twitter'));
</script>
</body>
</html>