• Resolved onlinejoel

    (@onlinejoel)


    Is it possible to link to specific entry? For example in my case, have a link that goes to a specific song, and/or plays a specific file?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, this is possible by adding HTML code like

    <span id="ABC" />
    

    to each row (e.g. always in the first cell). The ABC part has to be different/unique for each row, and I recommend to only use lower case letters, numbers, and the hyphen there. You could e.g. use the “Title” of your songs for this, like

    <span id="horizon-lines" />
    

    or

    <span id="the-gift" />
    

    Then, you could directly link to that row, by using a URL like

    http://joelschwartz.ca/music-library/#horizon-lines
    

    and

    http://joelschwartz.ca/music-library/#the-gift
    

    i.e. the base URL of that page plus the chosen ID appended after a #.

    Regards,
    Tobias

    Thread Starter onlinejoel

    (@onlinejoel)

    That works thank you! I don’t know if I’m pushing my luck here, but is there any way to get it to play as well?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no, sorry, not with this method. If you want an auto-play, you would need custom JavaScript code, I think.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Link to a specific table’ is closed to new replies.