library("MASS") # for Boston Housing data
library("ggplot2")
d <- ggplot(Boston, aes(x=medv, y=0))
d + geom_point(position=position_jitter(height=0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.