Quote Originally Posted by countrycharm View Post
I tried this and it almost works. Here what the description looks like when posting to facebook.


All In One Media Center
Price: $275.90
%3Cp%3E%3Cspan+style%3D%5C%22font-size%3A+small%3B%5C%22%3E%3Cstrong%3E%3Cfont+color%3D%5C%22%23000000%5C%22%3ECol orful+++entertainment+credenza+puts+a+full+function+media+center+anywhere+you+
hmm... try
deleting:
PHP Code:
$prod_description urlencode($prod_description); 
and adding:
PHP Code:
settype($prod_description "string"); 
in it's place