Thanks for responding. It is html code in description fields, not in meta fields.
And indeed i use <b> for showing something in bold. How can i do it otherwise?
I post a product url from my site to my facebook page. And in the facebook page will it be shown up also with HTML codes in it and i am wondering if i can do it without this html?
“Why not to try facebook meta tags and strip_tags for them:
<?php echo strip_tags($description); ?>
Edit:
Don’t forget to force facebook to clear cache for your domain”
Please explain: Where to put this html code you wrote?
In the backend from magento in the product?
I meant to put it inside your head.phtml in facebook meta tags. of course $description was just a sample. you need to google out how to get product description in this file. to avoid errors you also have to check if you are currently on productdetail page. i did this somewhere before but can’t check this right now. you shouldn’t have any problems with google this anyway