Facebook 'Like Share Button' - Has anyone gotten this to work

Printer-friendly version    Send to friend    7 replies
Mike Basham
User offline. Last seen 11 hours 29 min ago.

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

0
Your rating: None
Marc Sebes
ChannelAdvisor Employee
Marc Sebes's picture
User offline. Last seen 1 day 14 hours ago.
RE: Facebook 'Like Share Button' - Has anyone gotten this to ...

 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.

Mike Basham
User offline. Last seen 11 hours 29 min ago.
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

Christian Bradshaw
User offline. Last seen 41 weeks 2 days ago.
RE: Facebook 'Like Share Button' - Has anyone gotten this to ...

Hi

<iframe id="facebookframe" src="http://www.facebook.com/plugins/like.php?href=www.mysite.com(!INVOCATION!)&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;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.

Philip Jump
User offline. Last seen 10 weeks 2 days ago.
RE: Facebook 'Like Share Button' - Has anyone gotten this to ...

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

Sheri Kimber - 23902
User offline. Last seen 19 hours 36 min ago.
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    

Thrifty Vet
User offline. Last seen 26 weeks 6 days ago.
RE: Facebook 'Like Share Button' - Has anyone gotten this to ...

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!)&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;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. 

brandon christmas
User offline. Last seen 2 weeks 22 hours ago.
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?