Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Created June 5, 2022 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elijahmanor/e68b5340cdb5f337d1b9a5d212c510cc to your computer and use it in GitHub Desktop.
Save elijahmanor/e68b5340cdb5f337d1b9a5d212c510cc to your computer and use it in GitHub Desktop.
Real-time Twitter Banner Config
{
"editor": "source",
"widgets": [
{
"data": {
"type": "user"
},
"type": "background"
},
{
"id": "title",
"data": {
"top": 50,
"left": 75,
"size": 80,
"align": "left",
"color": "#f2f2f2",
"value": "Hi, I'm Elijah!",
"weight": "bold"
},
"type": "text"
},
{
"id": "subtitle",
"data": {
"top": 200,
"left": 75,
"size": 40,
"align": "left",
"color": "#f2f2f2",
"value": "I write code, build apps, share ideas, and make puns",
"weight": "normal"
},
"type": "text"
},
{
"id": "followers-text",
"data": {
"top": 350,
"left": -670,
"size": 30,
"align": "right",
"color": "#f2f2f2",
"value": "Thanks to my latest followers!",
"weight": "normal"
},
"type": "text"
},
{
"data": {
"gap": 10,
"top": 350,
"left": 875,
"size": 100,
"limit": 5,
"order": "a",
"direction": "h"
},
"type": "recent_followers"
},
{
"data": {
"top": 400,
"flip": true,
"left": 700,
"size": 50,
"color": "#f2f2f2",
"rotate": 80
},
"type": "arrow"
},
{
"type": "watermark"
}
],
"presetId": "followersVertical"
}
@elijahmanor
Copy link
Author

This config is for the Real-time Twitter Banner https://blackmagic.so/real-time-banner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment