Displaying a diagram

Looking back at all the Chess Publishing possibilities that we have evaluated in the past they all have one major disadvantage in common: they depend on files on other sites. With some of the discussed methods these files could be our own, which assures that they probably don't disappear without our knowledge.

Therefore the requirement that the method to publish chess games has to be incorporated within the template is a raher important one.

The initial position. At first sight this may look like a picture, but it is in fact a function that creates the diagram based on a FEN-string.

The used code in the post itself is:

<script language="JavaScript" type="text/javascript">Fen2Page ('rnbqkbnr/pppppppp/8/8/8/8/ PPPPPPPP/RNBQKBNR');< /script>

In addition I have added some alternative content in case JavaScript was disabled.

I am going to use this as a starting point to develop something that makes it possible to publish chess games on blogspot without the need for other hosts.