Quote Originally Posted by tally622 View Post
Good morning everyone. I've gotten this to work, as a matter of fact, a couple of times now, lol, but I'm still getting no Description. I've added

'description' => 'Description: '.$prod_description,

to line 120 of update file and get the word Description: on the Facebook post soeverything else is working but still no description. I saw early on in these posts where someone else had this issue but never saw a resolution to it. Is there some fix that I'm missing?
Try this and see what happens.

Quote Originally Posted by countrycharm View Post
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.

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);