Okay habs hinbekommen :) Sollte es jemand benötigen hier der Code den ich über Hooks eingefügt habe.
PHP
<?php
if(is_home()) { ?>
<iframe id="MyFrame" src="MyFrame-Url.com" width="100%" height="2450"></iframe>
<?php }
?>
<?php
if(is_single(478)) { ?>
<iframe id="MyFrame2" src="MyFrame-Url2.com" width="100%" height="2450"></iframe>
<?php }
?>
<?php
if(is_single(483)) { ?>
<iframe id="MyFrame3" src="MyFrame-Url3.com" width="100%" height="2450"></iframe>
<?php }
?>
Alles anzeigen