-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path10-slides.Rmd
670 lines (411 loc) Β· 11.7 KB
/
10-slides.Rmd
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
---
title: "PR, Communications, and the Internet"
author: "Andrew Heiss"
date: "`r Sys.Date()`"
output:
xaringan::moon_reader:
lib_dir: "libs"
chakra: "libs/remark-latest.min.js"
css: ["default", "css/ath-slides.css", "css/ath-jost-fonts.css", "css/animate.css"]
seal: false
anchor_sections: false
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
ratio: "16:9"
navigation:
scroll: false
editor_options:
chunk_output_type: console
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(warning = FALSE, message = FALSE,
fig.retina = 3, fig.align = "center")
```
```{r packages-data, include=FALSE}
library(countdown)
```
```{r xaringanExtra, echo=FALSE}
xaringanExtra::use_xaringan_extra(c("tile_view"))
```
class: center middle main-title section-title-2
# PR, communications, and the internet
.class-info[
**October 27, 2022**
.light[PMAP 3210: Introduction to Nonprofits<br>
Andrew Young School of Policy Studies
]
]
---
name: outline
class: title title-inv-5
# Plan for today
--
.box-6.medium.sp-after[Public relations]
--
.box-1.medium.sp-after[Nonprofits and the internet]
--
.box-3.medium[Evaluating nonprofit PR]
---
layout: false
name: pr
class: center middle section-title section-title-6 animated fadeIn
# Public relations
---
layout: true
class: title title-6
---
# Public relations
--
> "Public relations (PR) is the practice of managing the flow of information between an individual or an organization and the public."
--
.box-inv-6.medium[What your organization is<br>communicating in all its interactions]
???
Grunig et al., 1984
---
# Every organization does it
--
.pull-left[
.box-inv-6[Consciously]
<figure>
<img src="img/10/psaki.jpg" alt="Jen Psaki" title="Jen Psaki" width="100%">
<figcaption>Jen Psaki, White House press secretary</figcaption>
</figure>
]
--
.pull-right[
.box-inv-6[Unconsciously]
<figure>
<img src="img/10/worst-website.png" alt="World's Worst Website" title="World's Worst Website" width="100%">
</figure>
]
???
<https://www.angelfire.com/super/badwebs/>
---
# Why do PR as a nonprofit?
--
.box-inv-6[Promote the nonprofit's mission and purposes]
--
.box-inv-6[Create and promote a public image to develop<br>and maintain a donor base and public support]
--
.box-inv-6[Generate awareness of the organization's successes]
--
.box-inv-6[Distinguish the nonprofit from others when competing for<br>donor dollars, media attention, employees, and volunteers]
---
# Audience matters
--
.box-inv-6[All PR should be aimed at specific audiences]
--
.pull-left.center[
<figure>
<img src="img/09/molly-millennial.png" alt="Molly the Millennial" title="Molly the Millennial" width="90%">
</figure>
]
--
.pull-right[
<figure>
<img src="img/09/story-cycle.png" alt="The Story Cycle" title="The Story Cycle" width="100%">
</figure>
]
---
# Who is your nonprofit PR audience?
--
.center.sp-after[
.float-left[.box-inv-6[The public] .box-inv-6[Donors] .box-inv-6[Partners]]
.float-left[.box-inv-6[Board members] .box-inv-6[Employees] .box-inv-6[Volunteers]]
.float-left[.box-inv-6[Stakeholders] .box-inv-6[Constituents] .box-inv-6[Membership]]
.float-left[.box-inv-6[Politicians] .box-inv-6[Government agencies]]
]
--
.box-6.medium[Everyone!]
---
# Types of public relations
--
.box-inv-6.medium[Front door]
--
.box-inv-6.medium[Maintenance]
--
.box-inv-6.medium[Outreach]
--
.box-inv-6.medium[Collaborative]
---
# Front door PR
--
.box-inv-6.medium[First impressions matter]
--
.box-inv-6[Day-to-day encounters that leave a cumulative effect]
--
.box-inv-6.smaller[Easiest and cheapest PR strategy, even if the nonprofit has few resources]
--
.pull-left[
.box-6.small[Cheerful, helpful person<br>answering the phone]
.box-6.small[Office with attractive<br>and welcoming reception area]
]
--
.pull-right[
.box-6.small[Website is user friendly<br>and informative]
.box-6.small[Calls, e-mails, and social media<br>requests are answered promptly]
]
---
# Maintenance PR
--
.box-inv-6.medium[Information and promotion directed<br>at **those you already work with**]
--
.pull-left[
.box-6.small[Thank you messages]
.box-6.small[Recognizing and<br>celebrating contributions]
]
--
.pull-right[
.box-6.small[Annual reports]
.box-6.small[Donor surveys]
.box-6.small[Collecting input]
]
---
# Outreach PR
--
.box-inv-6.medium[Information and promotion<br>directed at **new people**]
--
.pull-left[
.box-6.small[Press conferences<br>and news releases]
.box-6.small[Brochures, posters, mailers]
.box-6.small[Website and social media]
]
--
.pull-right[
.box-6.small[Newsletters and annual reports]
.box-6.small[Conferences,<br>information fairs, workshops]
.box-6.small[Op-ed articles]
]
---
# Collaborative PR
--
.box-inv-6.medium[Partnering with other organizations<br>to further mutual goals]
--
.box-6.small[Conferences, symposiums, other special events]
.box-6.small[Awareness campaigns]
.box-6.small[Educational materials]
---
# Examples
--
.box-inv-6[Newsletters]
.box-inv-6[Press releases]
.box-inv-6[Annual reports]
.box-inv-6[Podcasts]
.box-inv-6[Social media]
---
# Newsletters
.pull-left.center[
<figure>
<img src="img/10/carter-center_newsletter.jpg" alt="The Carter Center newsletter" title="The Carter Center newsletter" width="70%">
<figcaption>The Carter Center</figcaption>
</figure>
]
--
.pull-right.center[
<figure>
<img src="img/10/lhi_newsletter.jpg" alt="LHI newsletter" title="LHI newsletter" width="70%">
<figcaption>Lifting Hands International</figcaption>
</figure>
]
???
- <https://www.cartercenter.org/news/publications/newsletters/index.html>
---
# Press releases
.center[
<figure>
<img src="img/10/high-museum_press-release.jpg" alt="High Museum press release" title="High Museum press release" width="75%">
<figcaption>High Museum</figcaption>
</figure>
]
???
<https://high.org/press-releases/>
---
# Annual reports
.pull-left.center[
<figure>
<img src="img/10/care_annual-report.jpg" alt="CARE annual report" title="CARE annual report" width="70%">
<figcaption>CARE</figcaption>
</figure>
]
--
.pull-right.center[
<figure>
<img src="img/10/trees-atlanta_annual-report.jpg" alt="Trees Atlanta annual report" title="Trees Atlanta annual report" width="70%">
<figcaption>Trees Atlanta</figcaption>
</figure>
]
???
- <https://www.care.org/news-and-stories/resources/care-usa-2020-annual-report/>
- <https://www.treesatlanta.org/annual-reports/>
---
# Podcasts
.center[
<figure>
<img src="img/10/amnesty_podcast.png" alt="Amnesty International podcast" title="Amnesty International podcast" width="65%">
<figcaption>Amnesty International</figcaption>
</figure>
]
???
<https://www.amnesty.org/en/witness/>
---
# Social media
--
.pull-left-3.center[
<figure>
<img src="img/10/puppetry-arts_instagram.png" alt="Center for Puppetry Arts Instagram" title="Center for Puppetry Arts Instagram" width="100%">
<figcaption>Instagram</figcaption>
</figure>
]
--
.pull-middle-3.center[
<figure>
<img src="img/10/puppetry-arts_twitter.png" alt="Center for Puppetry Arts Twitter" title="Center for Puppetry Arts Twitter" width="100%">
<figcaption>Twitter</figcaption>
</figure>
]
--
.pull-right-3.center[
<figure>
<img src="img/10/puppetry-arts_facebook.png" alt="Center for Puppetry Arts Facebook" title="Center for Puppetry Arts Facebook" width="100%">
<figcaption>Facebook</figcaption>
</figure>
]
???
- <https://twitter.com/CtrPuppetryArts>
- <https://www.instagram.com/ctr_puppetry_arts/>
- <https://www.facebook.com/CenterforPuppetryArts/>
---
layout: false
name: internet
class: center middle section-title section-title-1 animated fadeIn
# Nonprofits<br>and the internet
---
class: middle
.box-1.medium[You've never really known<br>a world without the internet]
---
layout: true
class: title title-1
---
# Internet-y things you should do
.pull-left[
.box-inv-1[Have a website]
.box-inv-1[Have a domain name]
.box-inv-1[Have e-mail addresses<br>using that domain name]
.box-inv-1[Have social media accounts]
]
.pull-right[
.box-inv-1[Collect donations<br>and/or sell stuff]
.box-inv-1[Manage donors]
.box-inv-1[Run ads]
.box-inv-1[Use internal services]
]
---
# Websites
.box-inv-1.medium[A website is .smaller[(typically)] a set of<br>HTML files that lives on a<br>computer somewhere in the world]
--
.box-1[Use someone else's server or your own]
---
# Site creation + hosting
.pull-left[
.box-inv-1[.medium[Hire a designer]<br>.light.small[(paid; unlimited design choices)]]
.box-inv-1[.medium[Squarespace]<br>.light.small[(free/paid; ad-supported)]]
.box-inv-1[.medium[Wix]<br>.light.small[(free/paid; ad-supported)]]]
.pull-right[
.box-inv-1[.medium[Google Sites]<br>.light.small[(free; limited design choices)]]
.box-inv-1[.medium[WordPress]<br>.light.small[(free/paid; more design options)]]
.box-inv-1[.medium[Weebly]<br>.light.small[(free/paid; ad-supported)]]
]
---
# Domain name
.box-inv-1.medium[A domain name is an address<br>that points at a server]
.box-1.sp-after[sites.google.com/yournonprofit vs. yournonprofit.org]
--
.box-inv-1.sp-before[You can point a domain name at<br>pretty much any hosting option]
.box-1[iwantmyname.com]
---
# Top Level Domains (TLDs)
--
.box-inv-1.large[**.org**]
--
.box-inv-1.medium[.com, .net]
--
.box-inv-1.medium[.charity, .site, .pizza, etc.]
---
# E-mail
--
.box-inv-1[Have domain-specific e-mail addresses for staff & board]
--
.box-inv-1.small[[email protected] vs. [email protected]]
--
.pull-left.center[
<figure>
<img src="img/10/google-workspace.png" alt="Google Workspace" title="Google Workspace" width="70%">
<figcaption>Google Workspace</figcaption>
</figure>
]
--
.pull-right.center[
<figure>
<img src="img/10/microsoft-365.png" alt="Microsoft 365" title="Microsoft 365" width="70%">
<figcaption>Microsoft 365</figcaption>
</figure>
]
---
# Social media
--
.box-inv-1[Use whatever your audience uses]
.center.huge[.large[
`r icons::icon_style(icons::fontawesome("facebook"), fill = "#4267B2")`
`r icons::icon_style(icons::fontawesome("instagram"), fill = "#DD2A7B")`
`r icons::icon_style(icons::fontawesome("twitter"), fill = "#1DA1F2")`
<br>
`r icons::icon_style(icons::fontawesome("youtube"), fill = "#FF0000")`
`r icons::icon_style(icons::fontawesome("linkedin"), fill = "#0e76a8")`
`r icons::icon_style(icons::fontawesome("tiktok"), fill = "#ee1d52")`
]]
---
# Collect donations / sell stuff
.box-inv-1[Donorbox<br>.smaller[https://donorbox.org/]]
.box-inv-1[Give Lively<br>.smaller[https://www.givelively.org/]]
.box-inv-1[Shopify<br>.smaller[https://www.shopify.com/]]
---
# Manage donors
.box-1[Customer relationship management (CRM)]
--
.box-inv-1[Kindful<br>.smaller[https://kindful.com/]]
.box-inv-1[Donorbox<br>.smaller[https://donorbox.org/]]
.box-inv-1[Give Lively<br>.smaller[https://www.givelively.org/]]
---
# Run ads
--
.pull-left.center[
<figure>
<img src="img/10/google-ads.jpg" alt="Google Ad Grants" title="Google Ad Grants" width="80%">
<figcaption>Google Ads</figcaption>
</figure>
]
--
.pull-right.center[
<figure>
<img src="img/10/meta-ads.jpg" alt="Google Ad Grants" title="Google Ad Grants" width="80%">
<figcaption>Meta (Facebook and Instagram) Ads</figcaption>
</figure>
]
---
# Internal services
.pull-left[
.box-inv-1[**Slack**<br>Team communication/chat<br>.small[(Free for nonprofits)]]
.box-inv-1[**Zoom**<br>Video chat<br>.small[(50% off for nonprofits)]]
]
.pull-right[
.box-inv-1[**Asana**<br>Project management<br>.small[(50% off for nonprofits)]]
.box-inv-1[**Most other services**<br>Google<br>"`service` nonprofits"]
]
---
layout: false
name: evaluating
class: center middle section-title section-title-3 animated fadeIn
# Evaluating<br>nonprofit PR