Image filenames with spaces issue
-
Using Snap 3.6.9 to post to Twitter with ‘Attach image’ selected.
If the image filename has spaces, Snap logs the error “Server can’t access it’s own images’ and does not send the image.
In file nxs_functions, line 95 I added
$url = str_replace(' ', '%20', $url);
and that seems to work around the issue.
Can this be looked at/added for next update?
https://www.ads-software.com/plugins/social-networks-auto-poster-facebook-twitter-g/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Image filenames with spaces issue’ is closed to new replies.