forked from xmakina/TweetToList
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
24 lines (24 loc) · 1.06 KB
/
Copy pathindex.php
File metadata and controls
24 lines (24 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tweet To List</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="container">
<div id="header">
<p>Tweet To List</p>
</div>
<div id="content">
<p>Tweet To List allows you to send a single message to all the members of a <a target="_blank" href="https://support.twitter.com/articles/76460-how-to-use-twitter-lists">Twitter List</a>.</p>
<p>This will allow your campaign to message a large number of key people in one easy link to help with, for example, pressing an issue against an entire political party</p>
<p>If you would like to send a tweet to a list, or get a link you can share with your friends, <a href="sendtweet.php">click here</a></p>
</div>
</div>
</body>
</html>