Stiofan O'Connor

Results 12 comments of Stiofan O'Connor

Thanks for the fast reply, i totally get it... I'll move onto plan B for the moment :)

So what is the one that breaks it? Can you not tell the script to only give FB the url and ignore the text because at the moment it tries...

Hopefully this gets added before my release, thanks for the help both of you :)

@pol76 i thought we had agreed on something slightly different? The first point is the same: 1. Currently make a sub item adds the content stacked, the task would be...

Hi Kenneth, Can you give a bit more details, a file/line number, and what you expect to be output and what is actually output? (i don't see plugin_url() used in...

i have never seen this as a relative path, i guess you are filtering it for some reason?

ok i guess you are setting the constant "WP_PLUGIN_URL", that is supposed to be a full URL, is there a reason not to use the full url?

What about adding a check then? ``` if($_SERVER['HTTP_HOST'] == 'example.com'){ // defind with full url }else{ // current define } ``` I'm hesitant to add our own checks for this...