• Resolved BasTaller

    (@bastaller)


    The plugin posts images to Instagram without any caption (title).
    Via debug the $caption variable isn’t empty, so this is the problem with the “plugin’s API”.

    
    $caption = get_the_title($ID);     // caption isn't empty here
    //////////////////////
    $caption = html_entity_decode($caption, ENT_QUOTES, "UTF-8"); // and here

    Yet, captions could be added to the posted image later via Instagram Android app – so, the account isn’t banned/filtered. Any suggestions?

    • This topic was modified 6 years, 8 months ago by BasTaller.
    • This topic was modified 6 years, 8 months ago by BasTaller.
    • This topic was modified 6 years, 8 months ago by BasTaller.
    • This topic was modified 6 years, 8 months ago by BasTaller.
    • This topic was modified 6 years, 8 months ago by BasTaller.
    • This topic was modified 6 years, 8 months ago by BasTaller.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Roland Alla

    (@rolandalla91)

    Please check the Updated Version.
    Thanks

    Hello, I am use plugin version 1.4.3 and WordPress 4.9.8, I have this problem too, the plugin posts images to Instagram without any caption. Via debug the $caption variable isn’t empty.

    Plugin Author Roland Alla

    (@rolandalla91)

    Hello @jursem ,
    Plugin is now updated to 1.4.6 ,it also support debugging you can see the errors returned from your IG account .

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Empty caption’ is closed to new replies.