stream icon indicating copy to clipboard operation
stream copied to clipboard

[embed] ${user.nicename} not showing on playlist embed

Open whatSocks opened this issue 3 years ago • 0 comments

Operating system

Mac

Browser name and version

Firefox 92.0.1

Expected behavior

On a playlist embed, be able to click on something in the embed to go to the playlist detail or creator detail

Screen Shot 2021-09-29 at 10 13 53 PM

this seems to be the goal of this code:

        <h2 class="flex flex-column f3 fw4 lh-title ma0 mt3">
          ${title}
          <small class="f5 lh-copy">
            <a href="${process.env.APP_HOSTNAME}/u/${creatorId}" target="_blank" class="link">${user.nicename}</a>
          </small>
        </h2>

If there's no user "user.nicename" then perhaps it could fall back to "Listen on Resonate"?

Actual behavior

There's nothing clickable

Steps to reproduce behavior

  • go to playlist
  • make embed
  • embed it someplace
  • try to click on something around the area of the title

whatSocks avatar Sep 30 '21 02:09 whatSocks