• Resolved abingdonhockey

    (@abingdonhockey)


    I’ve recently set up a new website for Abingdon Hockey club. To show our teams’ fixtures, results and league tables, I use embed HTML codes provided by the league administrators (for lack of a better word), FixturesLive.

    An example of the code is as follows:

    <div id="fl" style="width:500px;"><!-- FL API data --></div>
    <script language="javascript" type="text/javascript">
    <!--
    var fPassKey = '';
    var fStartPage = 'STATZONE_COMP:38029:1';
    -->
    </script>
    <script src="https://www.fixtureslive.com/api/api.js"></script>

    When I set up the pages a couple of days ago (6 of them), the embedded content was working. Today, the content is missing, although the code is still there. Any ideas what’s gone wrong here, or how I can fix it?

    Here’s a link to one of the pages which has gone wrong: Abingdon Ladies 1s table

    and here is more or less what it should be showing:
    Trysports website league table

Viewing 1 replies (of 1 total)
  • Thread Starter abingdonhockey

    (@abingdonhockey)

    Fixed…ish. I’ve used iframes instead of the embedding code. Less elegant and it shows adverts and menus from the homepage, but at least the content is there.

    If anyone reads this and can tell me how to fix the original embedding, please let me know!

Viewing 1 replies (of 1 total)
  • The topic ‘My embedded content has disappeared’ is closed to new replies.