Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author f1logic

    (@f1logic)

    we are now applying all filters on output before sending to social media
    if output is broken it has to be some filter from theme messing the content

    you can confirm this by testing after setting deafult theme of wp

    Thread Starter shomz

    (@shomz)

    Any chance you can make it an option?

    Plugin Author f1logic

    (@f1logic)

    we shall do in next version
    for time being you may remove following lines from admin/publish.php

    $content = apply_filters(‘the_content’, $content);
    $excerpt = apply_filters(‘the_excerpt’, $excerpt);
    $name = apply_filters(‘the_title’, $name);

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Double quotes getting HTML/ASCII encoded’ is closed to new replies.