1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

I need a plugin for a shortcode

Discussion in 'WordPress' started by uyasar, Dec 24, 2016.

  1. #1
    Hello, I want to make a shortcode for a javascript code. The code is from canvaschess.com, I want to implement this code to my wordpress site with a short code. I believe it is a simple line of code but i do not understand php even a bit. Could you please help me?

    <link rel="stylesheet" href="https://s3.amazonaws.com/canvas-chess/source/pgn.min.css">
    <script src="https://s3.amazonaws.com/canvas-chess/source/canvaschess-0.1.0.min.js"></script>
    <script src="https://s3.amazonaws.com/canvas-chess/source/pgnviewer-0.1.0.min.js"></script>
    <script>
        var viewer = new CHESS.PgnViewer({
            pgn_uri: 'https://s3.amazonaws.com/canvas-chess/pgn/lasker_capablanca_1921.pgn',
            piece_set: 'https://s3.amazonaws.com/canvas-chess/pieces/merida'
        });
    </script>
    Code (markup):

     
    uyasar, Dec 24, 2016 IP
  2. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    405
    Best Answers:
    21
    Trophy Points:
    295
    #2
    Nigel Lew, Dec 24, 2016 IP
    uyasar likes this.
  3. uyasar

    uyasar Well-Known Member

    Messages:
    131
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #3
    Thank you i tried it but didnt work ...
     
    uyasar, Dec 24, 2016 IP