• Hi, can i search a title?
    exemple:
    i ve a post with 500 comments, and in every comment is a vidéo where i see title (API activated)

    how can i search please?
    Thanks in advance

Viewing 5 replies - 16 through 20 (of 20 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    ah, that can be done with some CSS ??

    .lyte .pL {background-image:unset !important}
    .lyte .play, .lyte .ctrl {display: none !important;}
    .lyte-wrapper {height:40px !important;}
    .lyte-wrapper .lP {padding-bottom:40px;}
    Thread Starter podi

    (@podi)

    yes, something like this will be perfect..
    with search fonction was better but i can make crt+f

    hum,
    Could we go further by hiding the play button? and other functions of the black rectangle …
    as well as all comments not being youtube links?

    vith css,
    and with a css button?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    The play button is also hidden (2nd line), it looks like this when I apply it on my site:

    Thread Starter podi

    (@podi)

    yes, but we can click for playing…
    if the css code doesn’t load anything other than the title, that’s fine.
    the goal is not to slow down the page load with 500 smaller thumbnails.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Ah, to just remove the thumbnail use
    .lyte .pL {background-image:unset !important}

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Search video in comments by title or other..’ is closed to new replies.