I realized this and thought that I would publish it because I found the answer here. However, if you see something wrong with this, please lmk.
$(document).ready(function(){ $.colorbox({open:true,href:"http://siteyouwantopened.com",iframe:true, width:"80%", height:"80%"});` });
source share