Skip to content

Commit 29917f4

Browse files
committed
TwitterJS doesn't work any more (due to policy changes)
1 parent b5264ff commit 29917f4

File tree

2 files changed

+2
-39
lines changed

2 files changed

+2
-39
lines changed

index.html

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7-
<script src="javascripts/twitter.min.js" type="text/javascript"></script>
8-
<script type="text/javascript" charset="utf-8">
9-
getTwitters('tweet', {
10-
id: 'sqlmap',
11-
count: 16,
12-
enableLinks: true,
13-
ignoreReplies: true,
14-
clearContents: true,
15-
template: '<strong><a href="http://twitter.com/%user_screen_name%/statuses/%id_str%/">%time%</a></strong> - %text%'
16-
});
17-
</script>
187
<link rel="icon" href="favicon.ico" type="image/x-icon">
198
<link rel="alternate" type="application/rss+xml" title="sqlmap commits" href="https://github.com/sqlmapproject/sqlmap/commits/master.atom">
209
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
@@ -125,8 +114,8 @@ <h2>Automatic SQL injection and database takeover tool</h2>
125114
<a name="developers"><h1>Developers</h1></a>
126115

127116
<ul>
128-
<li><a href="mailto:bernardo@sqlmap.org">Bernardo Damele A. G.</a> (<a href="https://twitter.com/bdamele">@bdamele</a>)</li>
129-
<li><a href="mailto:miroslav@sqlmap.org">Miroslav Stampar</a> (<a href="https://twitter.com/stamparm">@stamparm</a>)</li>
117+
<li><a href="mailto:bernardo@sqlmap.org">Bernardo Damele A. G.</a> (<a href="https://x.com/bdamele">@bdamele</a>)</li>
118+
<li><a href="mailto:miroslav@sqlmap.org">Miroslav Stampar</a> (<a href="https://x.com/stamparm">@stamparm</a>)</li>
130119
</ul>
131120

132121
<p>You can contact the development team by writing to <code>dev@sqlmap.org</code>.</p>
@@ -141,13 +130,6 @@ <h2>Automatic SQL injection and database takeover tool</h2>
141130
<small>Download</small>
142131
.tar.gz file
143132
</a>
144-
145-
<br>
146-
147-
<div id="timeline">
148-
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/sqlmap" data-widget-id="517688929021992960">Tweets by @sqlmap</a>
149-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
150-
</div>
151133
</aside>
152134
</div>
153135
</div>

javascripts/twitter.min.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)