Chrome - Link Select Ryan Hendry's FMP
Carrying on with website research i looked in a bit deeper at how i could possibly integrate a blog into a website that i had created myself.  I came across a few thing such as an RSS or Atom feed but these were slightly dated and do not really carry out what i need in my website. These only integrate blog feeds and other network feeds such as facebook and twitter with very small details.

Eventually i came across something called an iframe. This is type of scripting that allows you to integrate a whole website in your website. This is the scripting i have found.

<body>
<iframe frameborder="0"scrolling="yes"width="1100"height="400"src="http://www.     .com"></iframe>

This code can be altered depending on whether you want scrolling, a border and also you can alter the height and width of the are that it will be viewed in.

This script for me is a big step forward in what i want to carry out for my FMP.