• Resolved soidog

    (@soidog)


    Sorry to bother you, but I noticed a problem after I upgraded from 5.1 to 5.2.

    I have a shortcode for embedding Facebook videos. It worked in 5.1 by passing a video code as a %%code%% field like in the example below.

    [sc name=”fb-video-embed-test” code=”2F655069018243083″]

    The shortcode looks like this:

    <p class="facebook-video-frame">
    <iframe style="border: none; overflow: hidden;" src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FCatsZonePage%2Fvideos%%%code%%%2F&show_text=0&width=847&mute=0" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen"></iframe>
    </p>

    After I upgraded to 5.2, whatever I assign to the %%code%% field disappears in the HTML presented to the user. It seems that Shortcoder now has a problem with fields enclosed in ‘%’ characters (%%%code%%%).

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi @soidog,

    I found the issue. I’ll issue a fix in couple of hours.
    Thanks for reporting.

    Aakash

    Plugin Author vaakash

    (@vaakash)

    Hi @soidog,

    Issue is fixed in v5.2.1.
    Please update to it and verify the same.

    Thanks,
    Aakash

    Thread Starter soidog

    (@soidog)

    Hi @vaakash,

    I updated and I can confirm that everything works. Excellent work, once again! Thank you for creating this plugin.

    Plugin Author vaakash

    (@vaakash)

    Thank you !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom fields withing ‘%’ chars not working’ is closed to new replies.