Questions tagged [google-sites-2016]

Use this tag for questions about the "new" Google Sites (https://sites.google.com/sites) launched on 2016.

Google launched a new version of Google Sites on 2016. This version lacks of several features available on the classic Google Sites.

77 questions
9
votes
1 answer

Auto adjust heigth of Google Site embed code (html)

I am using Google Sites to embed HTML code, paste the code within the "Embed from the web" window. The length of the output is variable. I wish there was a way to dynamically adjust the height of the parent iframe that Google Sites is using to host…
Edgar Manukyan
  • 1,153
  • 10
  • 21
7
votes
1 answer

Google Apps script get Parent URL to iFrame in Javascript

I've searched many forums and am pretty confident this will be a no, but I thought I would open it up to the community just in case ;) I've been tasked with creating a tool on our Google Sites pages that records the visit times of our employees…
4
votes
2 answers

Open Google Sites HTML links in same window

Is there a way, using Google Sites, to open html links in the same window? I want to avoid the Buttons Widget because their customization is very limited. Already tried this and it didn't work
4
votes
2 answers

Google App Scripts For New Google Sites Release

Google revamped their sites platform in November 2016, however there is no longer an option for writing Google Apps Scripts for it, as far as I'm aware. Has Google announced when they will incorporate this into their new sites platform? Any ideas?
02fentym
  • 1,762
  • 2
  • 16
  • 29
3
votes
1 answer

Use of localStorage and IndexedDB in New Google Sites doesn't work

I'm trying to make use of the New Google Sites for a web page that I've developed, however, I'm having trouble storing local data. Local files work fine in windows and apple safari/chrome. Try it from Google Sites, and no joy! Additionally, in…
3
votes
0 answers

Google Apps Script, Sites, and Custom Domain

I am using the new Google Sites and have a Google Apps Script on the side for it. I outputed some HTML like so: function doGet() { return HtmlService .createTemplateFromFile('index') .evaluate() …
3
votes
3 answers

Extra scrollbar on new google site when using embed code

I was trying to embed my code on my new google site but it looks like there is an extra scrollbar on the embed code section. At first I thought it was the size too short but after I have adjusted the size is still the same, I still can see the…
Ace
  • 325
  • 1
  • 3
  • 13
3
votes
1 answer

Naked domain on Google Sites New

I've been messing with my DNS settings and can't figure out how to get this to work... I have G Suite for example.com, with a (new) Google Sites app published and accepting www.example.com. I have a CNAME in my DNS pointing www to Google, so…
Joe Enos
  • 39,478
  • 11
  • 80
  • 136
2
votes
1 answer

insert data from a text file into a google site

I am trying to insert text from a *.txt file into a google site. this is what i have tried so far (using fetch), but my search is exhausted: