I have setup N13 successfully on my site, I don't know where to get all the integration codes to place directly in to my site's pages, so I have started with an iframe tag.
Now with the default test post that comes when one installs the script, it showed up in the iframe.
I decided to edit that test article and use it for my first article to welcome people.
However now all I get inside the iframe is the footer link of N13.
The actual N13 script is placed in root/news/ and if you go to http://www.ecomarketingstrategies.com/news/index.php you will only see the test article that I turned in to my first welcome one by editing it, again just with the N13 footer link, I don't understand why it is doing this.
Any help or guidance to get this problem sorted would be much appreciated.
Maybe I need to be placing some integration codes (That I don't know of yet) into the /news/index.php page's code?
all i know is the following is the tag you get for the iframe;
<iframe src="path/to/news/index.php">anything put here is only visible if for whatever reason the user can't see iframes however unlikely this is</iframe>
but when i do a test to see if it worked, it tells me that i need to define it and still cant get it to work