 xavier
|
The latest version (1.1.4) does not seem to recognize accented characters for the title. I put this picture in Instagram (http://web.stagram.com/p/227501219819406321_30794975) with “Estàtua abandonada” as title. After instagrate uploaded to WordPress, the post was titled “Esttua abandonada” (note the missing «à» character).
On previous versions I didn’t have any trouble with accented characters
|
 Iain
|
Hi Xavier
Unfortunately in trying to strip out emoticon characters from titles the latest update will also strip out other characters by mistake – apologies for that.
As a fix whilst we work on the update change line 365 in instagrate-to-wordpres.php to:
"title" => (isset($item->caption->text)?filter_var($item->caption->text, FILTER_SANITIZE_STRING):""),
Cheers
Iain
|
 xavier
|
This fix does not work for me
|
 Iain
|
Hi Xavier
Apologies – wrong line number! Should be replaced at line 365. Will edit my original reply.
Cheers
Iain
|
 Tonestar
|
sorry I had the same question and already posted before seeing this. However I don’t seem to have a file called – instagrate-to-wordpres.php
|
 Iain
|
Hi Tonestar
This is a fix for the free version. Will post a fix for the pro version against the topic your raised.
Cheers
Iain
|
 Iain
|
This should be fixed now in 1.1.5
|