I am trying to update a Google sites WebPageEntry but my change does not get persisted and I do not receive any exceptions.
Here is my code:
WebPageEntry entry = mService.getEntry(new URL(getContentFeedUrl() + entryId), WebPageEntry.class);
string pageContent = getContentBlob(entry);
pageContent = pageContent + appendText;
XmlBlob xml ...
I am wondering how sites like Google sites and shopify allow customers to create a website and then link it to their own domain?. Google sites allow a user to create their own website, at a user supplied domain, and shopify allows a user to create their own e-commerce site - once again, they can supply their own domain to be used to acce...
This wiki I'm using (Google Sites) does not support linking of style sheets or even tags in its HTML mode (It sucks, I know). The only way to specify styles is to define them inline.
I need to put a menu bar now. I've figured out a pure css menubar, but I'm having trouble defining the hover class inline. Any ideas?
...
A client is using Google Sites for API documentation. Initially, this documentation was generated by a python script that reads the java source code (tld, tag library descriptor, files in this case) and uses the Google Sites API to create/update pages at the site.
This worked great - until non-engineers wanted to update descriptions, e...
I create a UI in spreadsheet and need to share/use/embed it in Google site. How do I insert it?
Updates:
I have tried the following methods to display the apps script UI in Sites
1. added the service URL to gadget that loads iframe.
2. added the service url into a load/get jquery request in a simple html page.
The only way the UI gets v...