Questions tagged [google-sites]

Use for Google classic Sites (https://sites.google.com/sites) . Google announced starting September 1, 2021, classic Sites from consumer accounts will no longer be viewable by anyone and the ability to edit classic sites for Workspace accounts will end starting January 30, 2023. For questions about Google new Sites (https://sites.google.com) use [google-stes-2016]

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

729 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
  • 91,784
  • 22
  • 134
  • 156
17
votes
3 answers

How to pass parameters to Google Apps Script Gadget embedded in a Sites Page?

I have a Google Apps Script gadget that is embedded in a Google Sites page. I would like to pass the gadget a page parameter, such that when the page is opened with URL like: https://sites.google.com/a/mydomain/mysite/mypage?myparameter=1 I can…
DrewCo
  • 954
  • 2
  • 8
  • 20
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,625
  • 4
  • 24
  • 43
16
votes
3 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
  • 338
  • 1
  • 4
  • 11
14
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,965
  • 8
  • 44
  • 58
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,459
  • 7
  • 31
  • 56
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
  • 869
  • 1
  • 9
  • 21
11
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
11
votes
3 answers

how to add custom javascript to google sites?

How do I get the ability to add/edit the JS on a google sites site? This way I want to use jQuery and jQuery UI to manipulate the look and feel of the site. To be clear, I am not talking about all google sites, just the create-your-own system…
jeffery_the_wind
  • 17,048
  • 34
  • 98
  • 160
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,073
  • 1
  • 12
  • 23
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
2 answers

Can't have link in Embedded web app in Google site?

I'm trying to integrate a google script app deployed as a web app in a Google Site. The embedding feature works well and all seems good at first. But for some reason links don't work in the embedded view. I can't find any specific topics about…
Julien Maret
  • 579
  • 1
  • 4
  • 22
9
votes
1 answer

Google Apps Script - Get users email address

I've got a Google apps script project running on a Google site. The site requires users to sign in, and it only open to users on this G-suite domain. The scripts I have are for allowing users to do voting, get into a queue of speakers, and some…
Lee S
  • 91
  • 1
  • 1
  • 2
8
votes
3 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,856
  • 1
  • 19
  • 24
1
2 3
48 49