To answer the main question, no, there is no feature blocking iframe content unless you put it there yourself (bust-out code, referer-based .htaccess restrictions, that sort of thing).
You may, however, be running into difficulties with relative URLs or same-source restrictions in the browser. As descalzo pointed out, a URL or code to look at would be nice. (Preferably both, since many of the sorts of problems that can arise can't really be spotted by viewing the page source, and it helps to see if your code is actually resolving to the values you expect in the browser.)