Nothing
#' Overview of Image Dimensions for Social Media
#'
#' This data set contains dimensions for 32 different images sizes for most
#' social media sites
#'
#' @format A data frame with 32 rows and 6 variables:
#' \describe{
#' \item{media}{the social media in question}
#' \item{picture}{the type of image in question}
#' \item{width}{the width of image in question}
#' \item{height}{the height of image in question}
#' \item{dimension}{the dimension of image in question - height / width}
#' \item{id}{the id of image in question}
#' }
#' @source \url{https://makeawebsitehub.com/social-media-image-sizes-cheat-sheet/}
"smpic_dim"
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.