Inserting iframe right after on header.php

You can directly write iframe after body tag in header.php
IF you want add function overthere then write this code in function.php file.

function after_body(){
  echo '<iframe src=""></iframe>'; 
}