Questions tagged [google-sites]

Google Sites is an online open source platform for building static websites.

Google Sites is a structured wiki- and web page-creation tool offered by Google as part of the Google Apps Productivity suite. The goal of Google Sites is for anyone to be able to create a team-oriented site where multiple people can collaborate and share files.

More information
Google Sites - Wikipedia, the free encyclopedia

711 questions
67
votes
1 answer

Google Sites API full-text search does not work for non-Western languages

In my JavaEE application, I'm using the Atom-based Google Sites API to retrieve content from a non-public Google Site. In essence, we're using the Google Site as a lightweight CMS, and from within the application I use the API to retrieve the site…
Robby Cornelissen
  • 72,308
  • 17
  • 104
  • 121
16
votes
1 answer

Is web development possible using Google Sites?

I have hosted a website. But now my client asks to change it to http://sites.google.com. They have registered their domain with Google. I logged in the site and saw the procedures to create a website from scratch. But is there any way to directly…
CHID
  • 1,449
  • 4
  • 20
  • 38
13
votes
1 answer

How to create a custom Google Sites theme?

I would like to create a custom theme. It is possible to apply other people's custom themes (http://www.gethemes.com/free-themes) but I cannot find documentation on how to create Google Sites themes.
paragbaxi
  • 3,299
  • 8
  • 31
  • 55
13
votes
2 answers

"Access Not Configured. Please use Google Developers Console to activate the API for your project."

I have a google site with a form.I have added a script to the form's spreadsheet and added a "on form submit" trigger. I am trying to create an empty circle. Here is the script. function createCircle(e) { try{ var email =…
nupac
  • 2,400
  • 7
  • 28
  • 53
13
votes
4 answers

Using responsive design within Google Sites

Is there a way to use responsive design principles with Google Sites. Has anyone tried that. Could you direct me to a sample site. I looked at this google help topic but then that is supposedly about exclusively mobile sites. My main focus is a…
Sam Wilder
  • 849
  • 1
  • 9
  • 21
12
votes
1 answer

UnsatisfiedRequirementsError: Node on app engine flex environment

I am trying to deploy app engine node service on the flex environment. Below is my configuration in app.yaml runtime: nodejs8 env: flex #to name a service use below syntax service: exampleNodeApp env_variables: NODE_ENV: "dev" PORT:…
12
votes
2 answers

Automatically Redirecting to a Page

Inside a button click handler, I'm creating a new web page like so: var page = SitesApp.getPageByUrl(url).createPageFromTemplate(title, name, template); and I want to redirect the user automatically to that page. I wasn't able to find much…
Robert Jakubowicz
  • 288
  • 1
  • 3
  • 11
11
votes
5 answers

How do I embed JavaScript code into a Google Sites page?

I have a Google Sites page. How can I embed JavaScript code in it, without implementing a gadget and adding JavaScript code in that?
Aparna Khombhadia
  • 127
  • 1
  • 1
  • 3
10
votes
3 answers

Google Sites HTML Iframe (not gadget)

I'm trying to embed a google drive folder inside my google site, but this folder will be shown only to some users. That is why I can't use Insert --> Drive --> Folder. I found at this post stackoverflow that you can show a specift folder using a…
maeq
  • 1,023
  • 1
  • 12
  • 19
10
votes
5 answers

Google Apps Script How to link to JS or CSS file on Google Drive

Can I keep style.css or anyscript.js hosted on a folder on Google Drive and then include the script with a link to the file in Drive? If so.. how? And here I mean GAS for use on Google Sites... so the script is not located in Google Drive
9
votes
4 answers

How can I convert a Google Site to PDF or ODF?

I created a documentation site on Google Sites, and now I have to hand in that as a printed Document. I need all pages in the site converted to PDF to take to a printer, and I'm now realizing that GDocs has no "export as document" option. How can I…
Alex Siri
  • 2,707
  • 1
  • 15
  • 22
9
votes
2 answers

Can we integrate mailchimp with Google site

I am creating site on Google site , I want to know can we integrate Mailchimp with Google site. I saw the official mail chimp integration link It says you can integrate with Google Ananlytic Google Doc Google Contacts Can somebody tell me either…
user1765876
8
votes
5 answers

How to create expandable FAQ page in HTML?

I'd like to create an FAQ page for my website that lists all of the questions as hyperlinks. When the link is clicked, the answer for that question should expand out beneath it. The answers need to be hidden by default, and preferably clicking the…
CodeFusionMobile
  • 14,272
  • 24
  • 96
  • 138
8
votes
1 answer

Apps Script Gadget on Google Site started throwing CORS errors

I have a Google Site with multiple pages all containing a Google Apps Script Gadget. Users have reported that a couple of months ago, the Apps Script Gadgets stopped working. I have tested them, and found that the Apps Script gadget loads correctly…
8
votes
1 answer

Google Sites API via CURL in PHP - Getting "Content is not allowed in prolog."

$curl = new Curl(); $data = 'Email='.urlencode('MYEMAIL@EMAIL.COM').'&Passwd='.urlencode('MYPASSWORD').'&accountType=GOOGLE&source=Google-cURL-Example&service=jotspot'; $curl->post('https://www.google.com/accounts/ClientLogin',$data); //match…
Walter
  • 163
  • 2
  • 12
1
2 3
47 48