Page 2 of 2

Re: Social networking

Posted: Tue Jan 25, 2011 6:54 pm
by Tony Barnes
Sorry, forgot about this thread!

If you look here - http://www.savant-health.com/products/Y ... Maker.html - under the product pricing the recommend link pops up. That's the built in one, and works just fine?

The add this link is still to the left also

Re: Social networking

Posted: Thu Jan 27, 2011 11:09 am
by netjet
Tony, yes that's what i want to do.
how did you implemented it?
thanks

Re: Social networking

Posted: Thu Jan 27, 2011 11:14 am
by Tony Barnes
Settings>store settings>display>social sharing

Then just turn on the facebook one, add in a facebook id, and you're done.

I've just turned off our 'add this' one, as never really thought much of it anyway

Re: Social networking

Posted: Thu Jan 27, 2011 12:10 pm
by netjet
Tony Barnes wrote:Settings>store settings>display>social sharing

Then just turn on the facebook one, add in a facebook id, and you're done.

I've just turned off our 'add this' one, as never really thought much of it anyway
Tony, you have probably isc 6, in older version like 5.0.6 I have the option is not available.

Re: Social networking

Posted: Thu Jan 27, 2011 3:00 pm
by Tony Barnes
Right, sorry, didn't realise you were on an older version.

Looking at the ISC code it doesn't look like it should be too tricky to set up. Have you gone through the instructions here - http://developers.facebook.com/docs/ref ... ugins/like ? You can set all the FB button stuff up in a snippet, generate the required bits via php, and set the global graph stuff up in the header also.

Re: Social networking

Posted: Thu Jan 27, 2011 7:00 pm
by netjet
Tony Barnes wrote:Right, sorry, didn't realise you were on an older version.

Looking at the ISC code it doesn't look like it should be too tricky to set up. Have you gone through the instructions here - http://developers.facebook.com/docs/ref ... ugins/like ? You can set all the FB button stuff up in a snippet, generate the required bits via php, and set the global graph stuff up in the header also.
Thank you Tony, I'll try to decode you message ;)
Btw, I'll already managed to do it for the homepage, but it's directly related to the fan page. Each one who clic on "I like" button in the homepage of the website becomes new fan. Actually, I realise that it's much better that people clic on a product so the product is displayed on their profile.

thank you Tony

Re: Social networking

Posted: Fri Jan 28, 2011 10:08 am
by Tony Barnes
lol, let me know if you get stuck and I'll have a nosey!

Re: Social networking

Posted: Mon Jan 31, 2011 6:00 pm
by netjet
Tony, I have inserted the facebook script in the productdetails but I have the same problem as before:
- The "like" is not specific to one product, when you clic on "I like" on one product, it appears on all the product
- The product isnt published in the profil of the person who clicked on "like"

Can you give me a hand Tony please?