Replies: 0
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 22 minutes ago by BasTaller.
- This topic was modified 22 minutes ago by BasTaller.
- This topic was modified 22 minutes ago by BasTaller.
- This topic was modified 21 minutes ago by BasTaller.
- This topic was modified 21 minutes ago by BasTaller.
- This topic was modified 21 minutes ago by BasTaller.