Facebook 'Like Share Button' - Has anyone gotten this to work
7 replies
Wed, 03/02/2011 - 15:05
Mike Basham
Has anyone implimented the newer facebook like and share button on their SAP store? If so, can you provide the steps you used to get it to work. Having some trouble getting it to work on my Sku Pages. Thanks, Mike
RE: Facebook 'Like Share Button' - Has anyone gotten this to ...
2 problems.
I have it working but when I add an item to the cart and then continue shopping it gives me a security warning. Do you know how to fix that?
In addition, after I liked the item it doesn't show a count on how many people have liked the item. Any ideas there?
I know this isn't a CA issue but I really need to know how to get the https: off my url when someone hits continue shopping so that security warning goes away.
Thanks for all your help.
Here is the url that has been liked by 2 different people : https://onestopfanshop.com/showproduct.aspx?ProductID=323275&SEName=auburn-university-tigers-war-eagle-2010-national-champs-3x5-house-flag
RE: Facebook 'Like Share Button' - Has anyone gotten this to ...
We cannot get the the Like or Send buttons to show an image for items that are in a parent child relationship, only of they are a stand alone item. Why is this? Can anyone get the Send button to work & show an image? It's very hard to do social marketing if these are not showing images of the products. Please help. www.StandUpRanchers.com
RE: Facebook 'Like Share Button' - Has anyone gotten this to ...
" We cannot get the the Like or Send buttons to show an image for items that are in a parent child relationship, only of they are a stand alone item. Why is this? Can anyone get the Send button to work & show an image? It's very hard to do social marketing if these are not showing images of the products. Please help. www.StandUpRanchers.com "
This is a problem we are having as well. Is there any solution?
Hi Mike,
You can find instructions on implementing the LIke Button here: http://ssc.ChannelAdvisor.com/facebook-engine-optimization-101
Feel free to contact me if you run into any issues.
2 problems.
I have it working but when I add an item to the cart and then continue shopping it gives me a security warning. Do you know how to fix that?
In addition, after I liked the item it doesn't show a count on how many people have liked the item. Any ideas there?
I know this isn't a CA issue but I really need to know how to get the https: off my url when someone hits continue shopping so that security warning goes away.
Thanks for all your help.
Here is the url that has been liked by 2 different people : https://onestopfanshop.com/showproduct.aspx?ProductID=323275&SEName=auburn-university-tigers-war-eagle-2010-national-champs-3x5-house-flag
Hi
<iframe id="facebookframe" src="http://www.facebook.com/plugins/like.php?href=www.mysite.com(!INVOCATION!)&layout=standard&show_faces=false&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
Change the http:// to https:// and it should be secure
Christian Bradshaw.
How come it does not alweays show the item image when you "like" something???? also it show some template tags in the Facebook link???????
Phil
We cannot get the the Like or Send buttons to show an image for items that are in a parent child relationship, only of they are a stand alone item. Why is this? Can anyone get the Send button to work & show an image? It's very hard to do social marketing if these are not showing images of the products. Please help. www.StandUpRanchers.com
Mike,
Try leaving out the protocol in the URL so it will default to whatever is in use (http/https) and clear up those SSL security warnings:
src="//
<iframe id="facebookframe" src="//www.facebook.com/plugins/like.php?href=www.mysite.com(!INVOCATION!)&layout=standard&show_faces=false&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
Hard-coding it as https:// will also give errors to some shoppers who browse in normal http mode and have their browsers set (by default) to warn.
" We cannot get the the Like or Send buttons to show an image for items that are in a parent child relationship, only of they are a stand alone item. Why is this? Can anyone get the Send button to work & show an image? It's very hard to do social marketing if these are not showing images of the products. Please help. www.StandUpRanchers.com "
This is a problem we are having as well. Is there any solution?