library(shiny)
library(repcred)
# Default file size limit is 5MB
# Increase max upload size per file to 50MB
options(shiny.maxRequestSize=50*1024^2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.