Viewing 2 replies - 1 through 2 (of 2 total)
  • Apparently he mixed up some variables.

    Starting at around line 108, comment out the cleanup whitespace. Think it’s supposed to clean up line breaks but it’s actually taking out every space.

    Then change “$embed = trim( $embed);” to “$embed = trim( $html );”

    Plugin Author Kevin Leary

    (@kevinlearynet)

    It’s actually a concatenation issue with $html, very close to where sunscream has mentioned. Version 1.2.5 was just released and fixes the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working after update 1.2.4’ is closed to new replies.