I am still really struggling with this, I have searched everywhere and
no matter what code I use I end up with a post that has escaped
quotes, here is a sample:

Lets see if we fixed the issue with \"quotes\", even when they are
\'single\' quotes, nope no luck yet...

What format will twitter accept single and double quotes in? I imagine
I need to do some type of string replace, but have no idea what to
replace with.

Here is when I am at now:

$status = htmlspecialchars($status, ENT_QUOTES, 'UTF-8');

Any help would really be appreciated.

Thanks.

Reply via email to