-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
77 lines (58 loc) · 2.15 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
=== Scheduled Tweets ===
Contributors: gelform
Tags: Twitter, tweet, Buffer, Social Pilot
Version: 0.0.5
Release Date: April 19, 2018
Requires at least: 4.0
Tested up to: 4.9.5
Requires PHP: 5.3
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Schedule tweets to tweet to your Twitter account. Add tweets to a calendar. Plan a Twitter campaign. Host your own Buffer app.
== Description ==
Schedule tweets to tweet to your twitter account. Add tweets to a calendar. Plan a Twitter campaign. Host your own Buffer or Social Pilot.
== Installation ==
* Go to Plugins > Add New in your WordPress admin.
* Search for Scheduled Tweets.
* Click "Install now".
* Click "Activate".
You will now see a "Tweets" menu item in your WordPress admin.
* Click Tweets > Settings in your WordPress admin.
* Follow the instructions to create a Twitter app.
* Enter your Twitter app credentials into the Settings form.
You're ready to tweet!
* Go to Tweets > Add one in your WordPress admin.
* Enter your tweet message.
* Add hashtags in the Hashtags box on the right.
* Add a featured image to add an image to your tweet.
* Click the blue "Publish" button to send the tweet soon (Tweets are sent every five minutes).
To schedule a tweet in the future:
* Go to the "Add one" tweet page.
* Click "Edit" next to "Publish Immediately".
* Change the date and time to some date and time in the future.
* Click the grey "OK" button.
* Click the blue "Schedule" button to save the tweet.
== Screenshots ==
1. Manage your tweets.
2. View your tweets on a calendar.
3. Edit a single tweet with hashtags and an image.
== Changelog ==
= 0.0.5 =
* Added a campaign filter to the list page.
* Cleaned up campaign metabox.
= 0.0.4 =
* Added campaign taxonomy for easier filtering.
= 0.0.3 =
* Fixed date format bug in javascript.
* Post_date is now set on copy.
* Fixed https on jQueryUI css.
= 0.0.2 =
* Fixed non-sending SSL check.
* Added live preview.
* Using TinyMCE formatting now.
* Added settings test.
* Added datepicker and timepicker.
* Added option to copy and reschedule tweet.
= 0.0.1 =
* Initial commit.