Some of us aren't programmers. I'm comfortable with WordPress, but I can't figure out your plugin. For starters, I have no clue what code to wrap the snippets around - for example, I'm using the twenty-eleven theme just to see if I can get this. I know I want my forum to have the header and the footer of the site (that's really it). So I tried to start with the header, and I wrapped those snippet codes (( <?php pixopoint_theme_integrator( 'start', '1' ); ?> )) from just below <body> to just above the "main content" div so as to grab all the php for the header.
I did remember to change the second snippet to "end", and I also understand that for the footer, I'd have to change the 1 to 2 (but I haven't gotten that far yet).
My admin page isn't updated as yours says it should - it's not giving me any code snippets to add to my forum (phpBB3). And I'm not savvy enough to try and write the code myself.
So I went back and took a second look, and saw what it meant about a location to HTML. However, when I followed it to the plugin's folder, there is nothing even remotely looking like HTML code in that folder.
Is there any way at all you can dummy down the installation? Maybe have different install files depending on the type of software to be integrated? (in my case, phpBB). Yet again I found something I could actually use, and I can't figure it out =/