You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,19 @@ New threads will be automatically added to the index and threads which get edite
86
86
87
87
`php artisan scout:flush App\\Models\\Thread`
88
88
89
+
### Twitter sharing (optional)
90
+
91
+
To enable published articles to be automatically shared to on Twitter, you'll need to [create a Twitter app](https://developer.twitter.com/apps/). Once the app has been created, update the below variables in your `.env` file. The consumer key and secret and access token and secret can be found in the `Keys and tokens` section of the Twitter developers UI.
92
+
93
+
```
94
+
TWITTER_CONSUMER_KEY=
95
+
TWITTER_CONSUMER_SECRET=
96
+
TWITTER_ACCESS_TOKEN=
97
+
TWITTER_ACCESS_SECRET=
98
+
```
99
+
100
+
Approved articles are shared in the order they were submitted for approval. Articles are shared twice per day at 14:00 and 18:00 UTC. Once an article has been shared, it will not be shared again.
101
+
89
102
## Maintainers
90
103
91
104
The Laravel.io portal is currently maintained by [Dries Vints](https://github.com/driesvints) and [Joe Dixon](https://github.com/joedixon). If you have any questions please don't hesitate to create an issue on this repo.
0 commit comments