Empty caption
-
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 .
- This topic was modified 6 years, 8 months ago by .
- This topic was modified 6 years, 8 months ago by .
- This topic was modified 6 years, 8 months ago by .
- This topic was modified 6 years, 8 months ago by .
- This topic was modified 6 years, 8 months ago by .
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Empty caption’ is closed to new replies.