# library(tidyverse)
# library(googlesheets4)
# library(rtweet)
#
# rru_tweets_sheet <- "https://docs.google.com/spreadsheets/d/10ec07SNOSOmpzcSVgdcfm4Mg-3N_Y7gZVvv9oycM-og/edit#gid=91245060"
#
# rru_test_tweets <- read_sheet(rru_tweets_sheet,
# sheet = "Test Tweets")
#
# # rru_content_tweets %>%
# # write_sheet(rru_tweets_sheet,
# # sheet = "RRU Content Tweets")
#
#
# tweet <- rru_test_tweets %>%
# slice(1) %>%
# pull(tweet_text)
#
#
# post_tweet(status = tweet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.