Mobile app version of vmapp.org
Login or Join
Angela700

: Creating advanced website by redirecting and replacing content from Google Sites I would like to create a corporate website with members area. Importantly, I want many novice webadmins to be able

@Angela700

Posted in: #Dynamic #Idea #Php

I would like to create a corporate website with members area. Importantly, I want many novice webadmins to be able to modify static content themselves.

Therefore, I got the idea to create the site using Google Sites and insert elements with width and height in places where I want dynamic content. The website would be read using PHP on a different server and the marker elements would be replaced with dynamic content created by PHP.

What would be the drawbacks of this approach?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela700

1 Comments

Sorted by latest first Latest Oldest Best

 

@Si4351233

Rather that going down that track the easier and safer option would be to simply define the user editable elements as WYSIWYG editors. This would allow the use to add an remove content as they wish without needing to be aware of HTML or anything like that.

To answer your specific question the drawback to what you are doing there are a few that I can think of of the top of my head.


Any change Google makes to the way sites.google.com renders the content would break your code and you would need to update the code to make it work again, not exactly a sustainable proposition.
This would violate Google terms of service which specifically state...



don’t interfere with our Services or try to access them using a method other than the interface and the instructions that we provide



If this where to be discovered by Google it would bring your entire operation to a halt as Google would more than likely terminate your sites profile which would prevent you from doing anything with it until you did a major revision to your system to support the content changes you want to support without depending on Google Sites.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme