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
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
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.
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.
Thanks, John. I'll give it a try. Norm
Jose Cardenas