Show the shiny app as a part of another page

Use an iframe to embed your shiny app on another website as follows:

<iframe src="http://shiny.math.uzh.ch/user/doe/shinyapp1/" style="border: 1px solid #AAA; width: 290px; height: 500px">
  Your Browser doesn't support iframe
</iframe> 

With the style part of the command, you can customize the size and look of the frame: