How to add facebook like button to summer cart products, i mean for each pro开发者_开发技巧duct to have a like button.So yea you will tell php way or etc.. but i mean in summer cart, there is some kind of template system.
Use it as other normal like button
in header:
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
for each button:
<fb:like href="http://your.url/to/like" layout="box_count" show_faces="true" width="100" font="arial"></fb:like>
See Summer Cart's demo. There is a Facebook Like (Product) plugin.
Of course, it depends on the version you have. The demo is at 7.5.
精彩评论