Quote Originally Posted by jamielife View Post
So instead of:
PHP Code:
$prod_description urlencode($prod_description); 
Try:
PHP Code:
$prod_description strip_tags($prod_description); 
Jamielift you nailed it. This code works great. The description is now sent to facebook.

Thank you for your on going effort to solve this problem. Does autoTwitter suppose to send the description to, if it is I have the same problem there. You can post you answer over there if you will. Thank You again.