A selected set of Snappysnippets features are listed below
Easy interface
 
Extremely easy and snappy We believe in simplicity without sacrificing functionality, hence our adoption of a tried and tested web desktop widget. Our editing interface bears a high resemblance to your desktop. Whether your client is a Mac head, an Ubuntu evangelist or just the average Windows user, your clients should feel at home using our system
Check-In/Check-out control
 
Check-In/Check-out control As SnappySnippets allows you to assign multiple editors to the same website, you may wish to ensure that a page is not checked-out for editing while another editor is currently making changes to it. This option is configurable within the website configuration. You can also configure the website to enforce the editor to enter a brief description of what changes has been made, particularly useful for audit trails.
manual and automated publishing
 
Manual and automated publishing publish it at a later date either manually or with our automated service? With SnappySnippets, you have the option to assign a publish schedule to a page. You simply make your changes, selected the advanced publishing option and specify the time you wish for the page to be published.
Snippet identification flexibility
 
Editable regions tagging flexibilitySnappySnippets gives you full control over which HTML nodes you make available for editing. By default, it looks for elements that have an attribute/attribute value of class=”SnappySnippet”, but this is entirely customizable and you may use custom attributes. For more information, please refer to our XPath Documentation section.
Snippet identification flexibility
 
Multiple websites under one accountYou can configure multiple websites You can configure multiple websites within your account, utilizing SnappySnippets flexible configuration options with each website. For each website, you can configure invitation email templates that you send out to your editors, check-in/check-out options, snippet identification attribute and a lot more.
Snippet identification flexibility
 
Page versioningSnappy Snippets enables you to revert to previous versions of a page that was modified within the editor. You can search for versions of the same file created and modified over a certain period of time and roll back the webpage to a selected version
Snippet identification flexibility
 
Editor privilegesWhen you assign an editor to a website, you can also assign the administrative privilege the editor has within the website. An editor with an administrative privilege of “Administrator” will have access to the versioning feature. The editor is also able to clone pages and forcibly check in a page that has been checked out by another editor.
Snippet identification flexibility
 
Page Cloning The editing interface enabled you to clone a pre-existing page. When a page is cloned, you are presented with an option specify a destination directory, page name and a page reference name. Editors with administrative privileges are also able to clone pre-existing web pages.
 
 

Listed below and some of the many ways that you configure editable regions within your HTML page. The XPath expression configurable on a website level within the configuration panel enables our system to retrieve regions that you wish to edit

//*[@class="snippet"]
To configure all HTML elements in a page with a class of "snippet" for editing

//*[@editable="true"]
To configure all HTML elements in a page with an attribute name of "editable" and attribite value of "true"

//*[@mycustomattribute="true"]
To configure all HTML elements in a page with an attribute name of "mycustomattribute" and attribite value of "true"
 
 

Answers to some frequently asked questions by our designers are provided below. We will update this section as we get more similar questions.

Are XPath expressions case sensitive
Yes. A configuration of "//*[@class="snippet"]" will not retrieve HTML nodes in the form of <div Class="Snippet">My editable content</div> as our system interpretes class and Class as two different attributes.
 
 

Scheduled publishing enables you to save changes made to a webpage without publishing it. Within SnappySnippet, this can be achievedin n two ways.


Manual schedule publishing: You simple make the changes required to your webpage and then select "Manual publishing" when the page is saved. You may then publish the page at a latter date.

Automated schedule publishing: With automated publishing, you select a date and a time at which you wish to publish your changes. You will also need to select your time zone. Your changes are then published to approcimately no more than a minute after your selected publish time.