Adding Google code

Permalink
Hello,
I want to add a simple Google e-commerce cart to my web site. It requires copying their code for the "buy" buttons and pasting it into my site pages. How do I access the code in concrete so I am able to do this? Thanks for any help you can give me.
Norm

 
jacv replied on at Permalink Reply
Hello, I have a similar question. I have this site and I need to add a google+ in the head tag of the home page. I think the answer for Norm's problem and mine may be the same if not, please let me now in order I can post another question in the forum. Thanks in advance.

Jose Cardenas
JohntheFish replied on at Permalink Reply
JohntheFish
There are several addons that do google+. Look through the social addons.

For script embedding generally, there are several approaches:

- Develop a block that loads & runs the script.

- Build it into a theme.

- Put it in an html block.

- Put it in an html block in an iframe block.

- Use my jQuickie block.
greetings replied on at Permalink Reply
Thanks, John. I'll give it a try. Norm