As I am adding google +1 button and such things, i am getting new stuff to add to my opening html tag. It is a real hassle having to go back and add the new links or piece of code inside the opening html tag.
Can I feed the open html tag through a php file? where I can add whatever new stuff I need to add to it ie
<html itemscope itemtype="http://schema.org/">
etc.
Next question is, if this is possible/allowed, how should I import it? by echo, import... ?
Sample code would be much appreciated please. Thank you!!!