• Resolved Bike Gremlin

    (@bikegremlin)


    First to thank you for the good work and the awesome plugin.

    I noticed a minor bug in one occassion, and here is the feedback.

    I tried embedding this link:

    https://www.youtube.com/watch?v=u–HrHv8beI

    It won’t work – I get this shown on the page where I try embedding that link “directly” (just copy paste):

    httpv://www.youtube.com/watch?v=u\u002d\u002dHrHv8beI

    I get similar results when I try copy/pasting with httpv, as shown in the plugin’s use instructions.

    It works only if I use shortcode (that’s on the linked page at this moment – embedded using a shortcode):
    [lyte id=’u–HrHv8beI’ /]

    But it won’t work with the simple copy-paste, which works for all other videos.
    I suppose it could be the two “–” making confusion, but that’s a wild guess.

    Relja

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    yeah, afraid that is WordPress core replacing the - with \u002d. you can (probably) fix this by telling LYTE about this with below code snippet;

    add_filter( 'lyte_kinda_textureize', '__return_true' );

    hope this helps,
    frank

    Thread Starter Bike Gremlin

    (@bikegremlin)

    Thanks. ??

    Marking this as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.