Page 1 of 1

code to include Facebook Share on pages

PostPosted: Sun Apr 01, 2012 7:50 pm
by tinpalace
Is there a code snippet I can insert into pages to display the facebook icon and link to share that page?

I activated the function in the backend but it does not show up on any products or pages. I am using all custom templates so I may not be using the area where it was added to templates?

I would like to add the code snippet that displays the image and creates the link to my templates.

Thanks!!

Re: code to include Facebook Share on pages

PostPosted: Mon Apr 02, 2012 6:01 am
by ShopSite Lauren
The tag is [-- FACEBOOK_SHARE --] and it can be used in both page and product templates. More tags that are similar to that one can be found at the following URL:
http://www.shopsite.com/templates/cookbook/tips-tags-10sp2.shtml

Follow On Facebook/Twitter
These tags can go in all types of templates.

[-- IF TWITTER_FOLLOW --][-- TWITTER_FOLLOW --][-- END_IF --]
[-- IF FACEBOOK_FOLLOW --][-- FACEBOOK_FOLLOW --][-- END_IF --]

Share On Facebook/Twitter
These tags should be placed in page and product templates.

[-- IF TWITTER_SHARE --][-- TWITTER_SHARE --][-- END_IF --]
[-- IF FACEBOOK_SHARE --][-- FACEBOOK_SHARE --][-- END_IF --]

Re: code to include Facebook Share on pages

PostPosted: Fri Jul 20, 2012 1:16 pm
by tinpalace
thank you that is great!!!