Nothing
library("vcr") # *Required* as vcr is set up on loading
invisible(
vcr::vcr_configure(
filter_sensitive_data = list("<<<MASTODON TOKEN>>>" = get_token_from_envvar("RTOOT_DEFAULT_TOKEN", check_stop = FALSE)$bearer,
"<<<INSTANCES.SOCIAL TOKEN>>>" = Sys.getenv("RTOOT_INSTANCES_SOCIAL_TOKEN")),
dir = vcr::vcr_test_path("fixtures")
))
vcr::check_cassette_names()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.