Hi everybody... I followed the wordpress integration tutorial successfully and i have a wordpress site that shows the q2a pages via iframes. I know using iframes to "integrate" q2a in wordpress isn't a good idea because:
1. Now i have to change the css files on both WP and Q2A to achieve a seamless integration
2. Performance is a very important issue, because of the double server request caused by de iframe
I've tried to include the q2a pages vía php include_once but it cause errors.
Had somebody done something similar? Please help!