Here is my version:
AspDotNetStorefront ML 8.0.1.1/8.0.1.1
I am using simple product to show my products.
Here is the file I edited:
product.SimpleProduct.xml.config
File location:
htdocs\XmlPackages
Find this line of code (should be line 276):
Code:
<xsl:value-of select="aspdnsf:ProductRatings(ProductID, 0, 0, 0, 1)" disable-output-escaping="yes"/>
Enter this after that line:
Code:
<xsl:text disable-output-escaping="yes">
<![CDATA[
<div id="fb-root"></div><script src="GETyourCODEfromFACEBOOK"></script><fb:comments xid="000000000" width="425"></fb:comments>
]]>
</xsl:text>
Of course you will have to get your:
Code:
<div id="fb-root"></div><script src="GETyourCODEfromFACEBOOK"></script><fb:comments xid="0000000000" width="425"></fb:comments>
From facebook here is a link to where you can get your code follow their instructions.
If you need to see it in action click here!
If you have any question or need help with anything I will do my best
Happy Programming, hope it helps!