• Spaces inserted to prevent interpolation.
    Here is my snippet:
    echo "<a target=\"_blank\" href=\"http://discovervalleyview.org/podcasts/sermons/";

    Here is my shortcode:
    [xyz-ips snippet="podcast"]

    Here is my shortcode in my page within the editor:
    [xyz-ips snippet="podcast"]2018/VVCC-20180204-Mark-Mark13.24-37-WakeUp-ChrisKassing.mp3">

    Here is the result as viewed through Chrome’s “View Source”:
    <a target="_blank" href="http://discovervalleyview.org/podcasts/sermons/2018/VVCC-20180204-Mark-Mark13.24-37-WakeUp-ChrisKassing.mp3″>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Puddleglum

    (@puddleglum)

    Heh… it did interpolate the & # 8243 ; in the last ‘code snippet’, the “View Source” one. It replaced it with the “Double Prime U+2033″ character. Which is why my HTML is failing, as that’s not a closing ”

    I tried the edit from the Gibberish topic immediately preceding mine, but it did not correct the error (Just in case we had the same gibberish).

    I’m going to try one last attempt using a sing quote around my echoed string.

    Thread Starter Puddleglum

    (@puddleglum)

    No good. Still somehow munging html outside of its boundaries. I don’t have wp-typography enabled, so it’s not being done by another plugin.

    Thread Starter Puddleglum

    (@puddleglum)

    It’s being done by WordPress itself. Solved by the addition of this remove filter via another php plugin:

    [insert_php]remove_filter('the_content', 'wptexturize');[/insert_php]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gibberish, munging valid ” OUTSIDE of the shortcode with unicode & # 8243 ;’ is closed to new replies.