-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcauses.txt
86 lines (86 loc) · 2.87 KB
/
causes.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
78
79
80
81
82
83
84
85
86
var causes = [
{
title: "Gun Rights",
image_url:"https://upload.wikimedia.org/wikipedia/commons/e/eb/Ash_Tree_-_geograph.org.uk_-_590710.jpg",
subtitle: "The right for people to own arms.",
buttons: [
{
type: "postback",
title: "Choose Gun Rights",
payload: "state.Gun Rights"
},
{
type: "web_url",
url: "https://en.wikipedia.org/wiki/Tree#/media/File:Ash_Tree_-_geograph.org.uk_-_590710.jpg",
title: "Wikipedia"
},
{
type: "web_url",
url: "https://en.wikipedia.org/wiki/Tree#/media/File:Ash_Tree_-_geograph.org.uk_-_590710.jpg",
title: "Visit Website"
}]
},
{
title: "Abortion Rights",
image_url:"https://upload.wikimedia.org/wikipedia/commons/e/eb/Ash_Tree_-_geograph.org.uk_-_590710.jpg",
subtitle: "The right to freely have an abortion.",
buttons: [
{
type: "postback",
payload: "state.Abortion Rights",
title: "Choose Abortion Rights"
},
{
type: "web_url",
url: "https://en.wikipedia.org/wiki/Tree#/media/File:Ash_Tree_-_geograph.org.uk_-_590710.jpg",
title: "Wikipedia"
},
{
type: "web_url",
url: "https://en.wikipedia.org/wiki/Tree#/media/File:Ash_Tree_-_geograph.org.uk_-_590710.jpg",
title: "Visit Website"
}]
},
{
title: "Presidential Elections",
image_url:"https://upload.wikimedia.org/wikipedia/commons/e/eb/Ash_Tree_-_geograph.org.uk_-_590710.jpg",
subtitle: "The US Presidential Election",
buttons: [
{
type: "postback",
payload: "state.Presidential Elections",
title: "Choose Presidential Elections"
},
{
type: "web_url",
url: "https://en.wikipedia.org/wiki/Tree#/media/File:Ash_Tree_-_geograph.org.uk_-_590710.jpg",
title: "Wikipedia"
},
{
type: "web_url",
url: "https://en.wikipedia.org/wiki/Tree#/media/File:Ash_Tree_-_geograph.org.uk_-_590710.jpg",
title: "Visit Website "
}]
},
{
title: "Some Other Hot Cause",
image_url:"https://upload.wikimedia.org/wikipedia/commons/e/eb/Ash_Tree_-_geograph.org.uk_-_590710.jpg",
subtitle: "The blah blah blah",
buttons: [
{
type: "postback",
payload: "state.Some Other Cause",
title: "Choose Some Other Cause"
},
{
type: "web_url",
url: "https://en.wikipedia.org/wiki/Tree#/media/File:Ash_Tree_-_geograph.org.uk_-_590710.jpg",
title: "Wikipedia"
},
{
type: "web_url",
url: "https://en.wikipedia.org/wiki/Tree#/media/File:Ash_Tree_-_geograph.org.uk_-_590710.jpg",
title: "Visit Website "
}]
}
]