Websites‎ > ‎

Google Sites How-tos

Google Sites Help  

Google Sites How-tos by Steegle.com

Articles explaining how to do various tasks on Google Sites.  If you can't find what you need use the search on the top right or request one-shot support.


Google Sites - FAQ (Frequently Asked Questions)

Please check the Google Sites FAQ first, then my how-tos below.

Further Help

If none of these articles help you there are other resources that may:

Feel free to suggest a how-to from me to write: go to Google Sites How To Suggestions to do so.

If you can't find what you need then use the search below to search for help from Google and user of Google Sites (search results open in a new window or tab):

For Customer Reviews please use the badge below:

Google Sites - Edit Site Layout

posted 11 May 2013 05:28 by Stephen Hind   [ updated 11 May 2013 05:38 ]

Google Sites Help  

How to use the Google Sites Edit site layout tool by Steegle.com

Instructions on how to edit your Header, Horizontal Navigation, Sidebar and Custom Footer in Google Sites.


Instructions

Accessing Edit Site Layout

  1. Use the More button then Edit site layout (or the keyboard shortcut Shift+L)
    The previous editor, SIte Layout in Manage Site, no longer exists
  2. The four large buttons at the top of the site layout editor (Header, Horizontal Navigation, Sidebar and Custom Footer) allow you to enable or disable (display or hide) that part of the site: clicking these buttons will make that part of the site appear or disappear, clicking those buttons will not open the editor for those site sections: you need to click on the area of the site layout you wish to edit - see instructions below.
  3. When you finish making any site layout edits use the blue Close button to return to your site.

Edit Site Width

  1. Next to the four large buttons (Header, Horizontal Navigation, Sidebar and Custom Footer) you will find Site width
  2. Choose either the Theme default or Custom
  3. If you choose Custom enter a value in the custom box of pixels or a percentage and follow the number with either px  or % and use the Enter key on your keyboard to apply the new with.  A percentage width will make your site dynamically expand or contract to the viewers browser width, filling the browser window, whereas a pixel width will make the site the same size on all browsers.

Edit Site Header

  1. Use the More button then Edit site layout (or the keyboard shortcut Shift+L)
  2. Hover your mouse over your header and the header should become highlighted a light blue colour and a black tag that says Edit site header will appear.
  3. Click anywhere on the highlighted header area and the Configure site header dialogue box will appear.
  4. In Configure site header you can choose to alter:
    • Height - use theme default value, use logo size or set your own height in pixels;
    • Alignment
      • Vertical either theme default, top middle or bottom;
      • Horizontal standard (either left if you use a left-to-right language or right if you use a right-to-left language) or centre;
    • Select logo - No logo, Domain Default (if you use Google Apps) or you can upload a Custom Logo in the Attach file section.
  5. When you finish editing your site header use the OK button to return to the site layout editor and your changes will appear immediately.

Edit Horizontal Navigation

  1. Use the More button then Edit site layout (or the keyboard shortcut Shift+L)
  2. Hover your mouse over your horizontal navigation and the horizontal navigation should become highlighted a light blue colour and a black tag that says Edit horizontal navigation will appear.
  3. Click anywhere on the highlighted horizontal navigation area and the Configure navigation dialogue box will appear.
  4. For detailed instructions on how to edit your horizontal navigation and drop-down menus see Google Sites - Horizontal Navigation with drop-down Menus
  5. When you finish editing your horizontal navigation use the OK button to return to the site layout editor and your changes will appear immediately.

Edit Sidebar width and position

  1. Use the More button then Edit site layout (or the keyboard shortcut Shift+L)
  2. Above your sidebar a black box will appear with Sidebar written in and a Edit button (looks like a pencil) and an Add button (looks like a plus symbol).
  3. Use the Edit (pencil) button to open the Edit sidebar dialogue box.
  4. In Edit sidebar you can choose to alter:
    • Display - place your sidebar either on the left or on the right
    • Width - enter a value in pixels (just the number no "px")
  5. When you finish editing your sidebar use the OK button to return to the site layout editor and your changes will appear immediately.

Edit Sidebar Items: Vertical Navigation; +1 button; Text boxes; Countdowns; or AdSense

  1. Use the More button then Edit site layout (or the keyboard shortcut Shift+L)
  2. Hover your mouse over the sidebar item and it should become highlighted a light blue colour and a black tag that says Edit sidebar item will appear
  3. Click on the sidebar item you wish to edit and its dialogue box will appear. 
  4. When you finish editing your sidebar item use the OK button to return to the site layout editor and your changes will appear immediately.

Edit your Custom Footer

  1. Use the More button then Edit site layout (or the keyboard shortcut Shift+L)
  2. Hover your mouse over your custom footer and the custom footer should become highlighted a light blue colour and a black tag that says Edit custom footer.
  3. Click anywhere on the highlighted custom footer area and the Edit site footer dialogue box will appear.
  4. When you finish editing your custom footer use the OK button to return to the site layout editor and your changes will appear immediately.

Feedback

Please let us know if this article helped.

Screenshots

(click for larger images)

More - Edit site layout

Google Sites - More button - Edit Site Layout

Edit Site Layout - Enable/Disable Buttons and Site Width

Google Sites - Edit Site Layout - Enable/Disable Buttons and Site Width

Edit Site Header

Google Sites - Edit Site Layout - Edit site header

Configure Site Header

Google Sites - Edit Site Layout - Configure Site Header

Configure Navigation

Google Sites - Edit Site Layout - Configure Navigation

Edit Sidebar Width and Position

Google Sites - Edit Site Layout - Edit Sidebar

Edit Sidebar Item

Google Sites - Edit Site Layout - Edit Sidebar Item

Edit Custom Footer

Google Sites - Edit Site Layout - Edit Custom Footer

Google Sites - Awesome Table - Gadget

posted 3 May 2013 03:55 by Stephen Hind   [ updated 10 May 2013 10:00 ]

Google Sites Help  

Google Sites - Awesome Table - Gadget explained by Steegle.com

Display awesome tables in your Google Site with this gadget from Google Apps Script Top Contributor and Google Gadget guru Romain Vialard.

Instructions

  1. Open a Google Sheet (Google Drive Spreadsheet), or make a new one, and on the first row define titles for each column.
  2. On the second row of your Google Sheet add filters you want to display in the table.
  3. Share the Google Sheet with those who need to see it.  If you want to add the table to a public site make sure you share the sheet as either Anyone with the link or Public.  If you do not want the public to see the table just share with the people who you want to see it.
  4. Go to your site and edit the page where you want the gadget to appear
  5. Use the Insert menu, then More Gadgets... and then use the Add by URL link
  6. In the Add gadget by URL box enter this url http://goo.gl/ZmMP7
  7. Add the minimum required information needed for the gadget to work:
    • Spreadsheet key - the long set of numbers and letters Google Drive gives to your specific spreadsheet
    • Spreadsheet name - the name of the sheet in your spreadsheet you want to get the data from
    • Spreadsheet range - the cell range from the spreadsheet where the data lives, including the title and filter rows.
    • Number of items to display - how many rows you initially want to appear on the table, the rest will display on separate pages.
  8. If you want to use this gadget to track file downloads you can do this by:
    • In one of the cells in your spreadsheet add a column to add the HTML to link to the file and track downloads, e.g.

      <a href="URL-to-your-file" onclick="_gaq.push(['_trackPageview', 'URL-to-track'])">Link Text</a>

      Where URL-to-your-file is the full web address of the file you want your viewers to download (e.g. a file uploaded to your site or in Google Drive) and URL-to-track is the partial URL you want to appear recorded in Google Analytics: for example you want your viewers to download http://www.example.com/files/download.zip so make this 
      URL-to-your-file and make 
      URL-to-track /files/download.zip

      <a href="http://www.example.com/files/download.zip" onclick="_gaq.push(['_trackPageview', '/files/download.zip'])">Link Text</a>

    • In the gadget make sure you specify your Google Analytics Tracking ID in the Google Analytics tracking code box.
  9. Choose how you want the table to appear by setting the Width, Height and whether you want a title and border.
  10. Use the OK button to add the gadget to the page and the Save button to save the page and display your page with the table. 

Feedback

Please let us know if this article helped.

Acknowledgements

Many thanks to Romain who is a Google Apps Script Top Contributor and has worked very hard on this gadget.


Screen Shots

(click for larger images)

Google Sites - Insert - More gadgets...

Google Sites - Insert - More Gadgets...

Google Sites - Add Gadget by URL

Google Sites - Add Gadget by URL - Awesome Table

Awesome Table Gadget Properties

Awesome Table Gadget Properties

Google Sites - Add a Google+ Icon - Footer

posted 25 Aug 2012 07:20 by Stephen Hind   [ updated 25 Aug 2012 07:24 ]

Google+ provides a tool to create an icon to link to your Google+ Profile, either a Google+ Page or your personal Google+ Profile.  These instructions tell you how to create the HTML code for the icon and add it to the footer of your Google Site.

Video How To


Instructions

  1. Go to https://developers.google.com/+/plugins/badge/ and Sign in with the Google+ account you want to link to.

  2. Select the Google+ Page or Profile you want to link to from the Google+ Page drop-down box.

  3. Choose the Icon option from the Features

  4. Copy the HTML Code given on the right under the icon

  5. Go to your site and Sign in as an owner

  6. Use the More button then Manage Site

  7. Go to Site Layout and if you do not have the footer enabled use the Change site layout button and check the Footer checkbox, then use the OK button

  8. Use the edit footer content link and the footer editor will open

  9. Use the <HTML> button to open the HTML editor and paste the HTML code you copied from Google Developers.  If you get a warning that your code will be modified use the OK button as Google Sites does not like the HTML comment that Google developers adds to the code.

  10. Use the OK button to close the footer editor and then use the Manage Site Save button to save the changes

  11. Once the changes are saved return to your site to see the Google+ icon in your footer.

Google Sites - Page Description - Meta Description Tag & Snippets

posted 27 Jul 2012 04:31 by Stephen Hind   [ updated 3 Aug 2012 00:18 ]

Google Sites now offers Page Descriptions, so you can write a summary of the page's content and Google Sites uses this for meta tags on the page.  This means when you share or +1 a page via Google+, Like a page via Facebook or when search engines index your site Google Sites will give your Page Description as the snippet text rather than the first piece of text on the page.

Google Sites uses the page description for various pieces of meta data, which includes the Open Graph Protocol (for Facebook Likes), Google-recommended schema.org microdata (for Google+ shares and +1's) and the standard description meta tag (search engines often use the meta description tag for search engine result pages snippets).


Instructions

  1. Sign in to your Google Site

  2. Navigate to the page you want to add the description to

  3. Use the More button then Page settings

  4. Add your description to the Page description box in the Page Settings dialogue box and use the Save button.

That's it, you're done.

Availability

You can get this feature now on stand-alone/consumer/personal Google Sites and Google Apps domains with the Rapid Release track enabled.

Advice

Do not try to fill the page description with meaningless key words, make it a true description/summary of the page's content.  Search engines can easily detect spammy content so they can choose to ignore the page description.  Search engines may even decide to display a snippet that differs from your page description if they feel your page provides better text elsewhere on the page that describes its overall aim.

You can find more advice, from Google, about page descriptions in the video below.

How much time should I spend on meta tags, and which ones matter?

Further Search Engine Optimisation Advice

For more SEO advice see Google Sites SEO Guide.

Screen Shots

(click for larger images)

Page Description - Page Settings

Google Sites - Page Description - Page Settings


Google Sites - Animated Slider / Slideshow - Google Docs Presentation

posted 22 Jun 2012 15:15 by Stephen Hind   [ updated 9 May 2013 03:35 by Stephen Hind ]

Do you want to add a slick animation, slideshow, carousel or slider to a Google Site using a Google Docs Presentation?  These instructions use a custom gadget made by Romain Vialard to embed a Google Docs Presentation into a Google Site.  The custom gadget hides the borders, the buttons and the Google Docs tag line so the presentation seamlessly integrates into your Google Site.  Many thanks to Romain who is a Google Apps Script Top Contributor and has worked very hard on this gadget.



Instructions

  1. Create a Google Docs Presentation

    1. Sign in to http://docs.google.com

    2. Use the Create button and choose Presentation

    3. Add the pages you want to the presentation, with the appropriate animations and slide transitions.

      • If you want your embedded slider to be short and wide then just use the top part of the slides: Google Docs Presentations do not natively offer custom aspect ratios at the moment, so the gadget takes care of this.

      • In the presentation you can insert images from your Picasa Web Albums and Google+ Photos, so you can use a presentation and this gadget as a replacement slideshow tool.

    4. Publish your presentation (in the presentation use the File menu, then Publish to the web... and use the Start publishing button) and from the Publish to the Web dialogue box make sure you 

      • select an appropriate delay from Automatically advance presentation to the next slide so the embedded slider progresses automatically
      • choose to Start slideshow as soon as the player loads so the embedded slider starts automatically

      • choose to Restart slideshow after the last slide so the embedded slider loops

      • and copy the Document link 

  2. Add Slider Custom Gadget to your Google Site

    1. Sign in to your site and navigate to the page where you want to display the embedded slider and use the Edit page button (looks like a pencil)

    2. Use the Insert menu then More Gadgets...

    3. Use the Add gadget by URL option

    4. Paste this link into the Add gadget by URL box
      http://hosting.gmodules.com/ig/gadgets/file/100852010860351994557/Presentation-to-slideshow.xml

    5. Use the Add button to display the gadget's properties 

    6. Add the Document link copied earlier from the Publish to the Web box to the Link to presentation (required) box

    7. Specify the background colour of your site (as either a word or hex colour code, e.g. white or #FFFFFF) in the Background colour of your page (required) box (this hides the borders).

    8. Make sure the Width is set to 100 percent (if you want it to fill the page, if not specify the width you require) and set the Height to the height in pixels you require (you may need to experiment to get exactly the right height)

    9. Uncheck the Include a scroll bar, Include a border and Display title checkboxes

    10. Use the OK button to add the gadget to the page

    11. Use the Save button to save and display the page with your embedded slider.

Feedback

Screen Shots

(click for larger images)

Google Docs - Publish to the web

Google Docs - Publish to the web

Google Sites - Slider Gadget Properties

Google Sites - Slider Gadget Properties


Google Sites - HTML Box - Add more HTML, CSS and JavaScript

posted 6 Mar 2012 18:38 by Stephen Hind   [ updated 25 Mar 2013 05:15 by Stephen Hind ]

Google Sites now provides a HTML Box so you can add more complicated HTML, CSS and JavaScript, e.g. forms, background images and some onMouseOver events, in the HTML Box.  This will allow a lot more functionality but does not allow all possible JavaScript as Google sanitises the code entered and the code only works within the HTML Box and does not work with your site content outside of the HTML Box.


Instructions

  1. Navigate to the page where you want to add the HTML, CSS or JavaScript.

  2. Use the Insert menu, then HTML Box.

  3. Once the Insert HTML Box editor appears add the code you want to use.

  4. Google Sites checks the code, while you edit, for errors and will not add the code to the page until correct.

  5. Once finished use the Save button on the Insert HTML Box.

  6. Use the Save button to save the page and view the page with your new code.

Notes

The HTML Box will not allow all code, e.g. you cannot make calls to external JavaScript files, but you can use JavaScript embedded on the page.

Examples

Site Search Box anywhere on the page

Instructions

  1. Insert a HTML Box as described above in steps 1 to 3

  2. Copy and paste the code below to make a Site Search box (make sure you add the full site URL to the action attribute)

    <form id="sites-searchbox-form" action="[SiteURL]/system/app/pages/search">
      <input type="hidden" id="sites-searchbox-scope" name="scope" value="search-site" />
      <input type="text" id="jot-ui-searchInput" name="q" size="20" value="" aria-label="Search this site" autocomplete="off" />
      <input type="submit" id="sites-searchbox-search-button" class="goog-inline-block jfk-button jfk-button-standard" tabindex="0" value="Search this site" />
    </form>
  3. Use the Save button on the Insert HTML Box.

  4. Use the Save button to save the page and view the code.

You will see a search box that looks just like the site search box, a working example follows (remember this is not a gadget and is on the page).

Working Site Search Box

Please enter a search term

Not everything is possible but it brings a whole new world of possibilities.

Availability

You can get this feature now on stand-alone/consumer/personal Google Sites and Google Apps domains with the Rapid Release track enabled.


Screen Shots

(click for larger images)

Insert menu - HTML Box

Google Sites - Insert menu - HTML Box

Insert HTML Box - Empty

Google Sites - HTML Box - Empty

Insert HTML Box - Unacceptable Code

Google Sites - HTML Box - Unacceptable Code

Insert HTML Box - Acceptable Code

Google Sites - HTML Box - Acceptable Code


Google Sites - Upload Multiple Files - View & Download

posted 29 Feb 2012 15:59 by Stephen Hind   [ updated 6 Mar 2012 18:38 ]

Google Sites now allows multiple file uploads all at the same time, not one-by-one.  With this update the method to view and download files also changes and the way Google Sites stores the uploaded file names.


Instructions

Upload Multiple Files

  1. Navigate to the page where you want to attach the files

  2. Use the Add files link at the bottom of the page to open your web browser's file chooser. 

    Google Sites - Multiple File Uploads - Add Files Link
    If you want to add files to a File Cabinet page use the Add file button at the top of the page.
    Google Sites - Multiple File Uploads - File Cabinate Page - Add File Button
  3. Choose the file, or files, you want to upload.  You can choose multiple files to upload in two ways:

    1. To choose a list of sequential files click the first file you want to upload, hold the Shift key on the keyboard and click the last file you want and your web browser will select both files and all in between.

    2. To choose non-sequential files click the first file you want to upload, hold the Ctrl key (Cmd on a Mac) on the keyboard and click any further files you want to upload (keep the Ctrl or Cmd key held).  You can also use the Ctrl key (Cmd on a Mac) to deselect any files you do not need to upload.

  4. Use the web browser's Open button to begin the file uploads and Google Sites will display progress bars.

  5. Once uploaded you will see the uploaded files appear on the page.

View and Download Files

  1. To view a file use the file name link, e.g. if you uploaded a file called book.pdf then use the link book.pdf link to open this file in the Google Docs Viewer.  On File Cabinet pages use the View link instead.

  2. To download a file use the downward-pointing arrow icon on the right of the file. 
    Google Sites - Multiple File Uploads - Download File Icon
    On File Cabinet pages use the Download link instead.


Screen Shots

(click for larger images)

Multiple File Uploads - Progress Bars

Google Sites - Multiple File Uploads - Progress Bars

Uploaded File Names

Google Sites now respects the spaces in file names and keeps the spaces on the uploaded file.  This means Google Sites sees "A File.pdf" as a different file to "AFile.pdf".  Google Sites previously did not respect the spaces in file names and stored the files with the spaces remoed.  This means if you had previously uploaded "A File.pdf" Google Sites stored this as "AFile.pdf", but now Google Sites respects the file names it sees these as separate files: this may mean you will see new uploads of your files as a separate upload of the file rather than just a new version of the previously uploaded file.

Google Sites - Report an Issue - Google Feedback

posted 23 Feb 2012 14:41 by Stephen Hind   [ updated 29 Feb 2012 15:59 ]

Google Sites now provides the Google Feedback tool that Google uses across many of its products.  You will find it really easy to use, just follow the steps below to report an issue.


Instructions

  1. Use the More button (or keyboard short cut m)

  2. Choose Report an issue

  3. Type a Brief description of the issue and use the Next button

  4. If appropriate Highlight the areas of the site that are causing an issue.  Some areas will highlight as you hover the mouse over them, then just click, and some you will need to click and drag the mouse to highlight.  You can select multiple areas to highlight, just click on each one, or click and drag across a large area to include it all.

  5. If necessary Blackout any personal or private information you do not want to share.  If you make a mistake, where you highlight or blackout too much, move your mouse over the top right corner of the area and the delete button appears (an X in a box): use this button and the highlight or blackout will disappear.

  6. When ready use the Next button and the feedback preview appears.

  7. If you feel the feedback says what you want use the Submit button and after a short period a confirmation will appear.

  8. Use the OK button to dismiss the confirmation and return to your site.

Notes

This is one-way feedback: do not expect a reply from Google but when you use report an issue it gives Google the feedback on Google Sites all in one place, so they can see easily what major issues exist. 

If you need to find out how to solve a problem, or for day-to-day advice on Google Sites use, please post a question in the Google Sites Help Forum.


Screen Shots

(click for larger images)

More - Report an issue

Google Sites - More - Report an issue

Google Feedback - Brief Description

Google Sites - Google Feedback - Brief Description

Google Feedback - Highlight and Blackout

Google Sites - Google Feedback - Highlight and Blackout

Google Feedback - Preview

Google Sites - Google Feedback - Feedback Preview

Google Sites - Basics - Delete Images or Attachments - Recover Space

posted 15 Jan 2012 13:24 by Stephen Hind   [ updated 15 Jan 2012 15:44 ]

These instructions tell you how to delete any images, files or attachments you upload to your site, releasing the space they use.  At the moment Google Sites does not provide a means to delete images uploaded to the sidebar, so I suggest you always upload your images to a page (then add them to the sidebar by web address) so you can delete them if you need to.

Instructions

Delete Files Temporarily (soft delete)

  1. Sign in to your Google Site

  2. Use the More button (formerly More Actions) and then Manage Site (or keyboard shortcut g then m) and go to Attachments.

  3. You will see a list of all the images, files and attachments available on your Google Site: find the file or files you wish to delete and check the checkbox on the left of the file(s).

  4. Use the Delete button at the top of the page and the files will disappear from the list.

You can recover images, files and attachments deleted in this manner for 30 days (then they get deleted automatically) and whilst they remain temporarily deleted they still use space on your site.

Recover Temporarily Deleted Files
or
Delete Files Permanently (hard delete)

  1. Sign in to your Google Site

  2. Use the More button (formerly More Actions) and then Manage Site and go to Deleted items

  3. You will see a list of all the images, files and attachments available for recovery or permanent deletion: find the file or files you wish to recover or permanently delete and check the checkbox on the left of the file(s).

  4. Use the Recover button to restore the deleted file back to its original location or the Delete permanently  button to delete the file forever and recover the space for your site.

If you permanently delete these files they become completely unrecoverable and they space they use becomes available.


Screen Shots

Click for larger images

Google Sites - More Button (formerly More Actions)

Google Sites - More button (formerly More Actions button)

Google Sites - Manage Site - Attachments

Google Sites - Manage Site - Attachements - Delete

Google Sites - Manage Site - Deleted Items

Google Sites - Manage Site - Deleted Items - Restore or Delete Permanently

Google Sites - Facebook Like Button Gadget

posted 16 Oct 2011 14:01 by Stephen Hind   [ updated 17 Mar 2013 07:01 ]

The Facebook Like button for Google Sites no longer works

Facebook have come under heavy criticism for fake "likes" so in an effort to stop this Facebook have made the Like button only work on the URL that the button is trying to Like.  Since Google Sites does not allow JavaScript to run you need to add it to a gadget and adding to a gadget means you're taking the like button away from the site and Facebook now see this as suspicious (one URL trying to like a different URL).

Unless Facebook revert this action (which I cannot imagine they will, as what they did would help make like more genuine) or Google Sites allows external JavaScript to run on Google Sites a Facebook Like button will never be possible on a Google Site.

Lots of people like to use Facebook so I created a gadget to add a Facebook Like button to your Google Site.  These instructions tell you how to add the Steegle.com Facebook Like Button Gadget to your Google Site. This gadget can auto-detect the page's URL so you don't need to add it, so you can add to a page template and it will work without further configuration.

Update (26 August 2012) :  Show Faces now works correctly so the gadget no longer crops the images.

Note: If you have installed any browser extensions to stop the Facebook Like Button, e.g. "Facebook Disconnect" then this gadget will not work either.



Instructions

  1. Go to your Google Site's page where you want to add the button and use the Edit Page button.

  2. Use the Insert menu, then More gadgets...

  3. Use the Add gadget by URL link

  4. Enter the following URL into the box:
    http://hosting.gmodules.com/ig/gadgets/file/110509162544058635853/steegle-google-sites-facebook-like-button.xml
    and use the Add button

  5. You can choose to set these optional attributes:
    • URL to Like (leave blank for automatic) - the web address you want your visitors to Like on Facebook.  Leave this blank if you want the gadget to detect the page URL automatically.

    • Layout style - Choose if and where you want the count box to appear (see examples on the right in this how to).  The numbers in the square brackets tell you the dimensions to set the gadget's height and width to (also see note on Show Faces below), eg [300 x 30] means make the gadget 300px wide by 30px high.

    • Width - enter a width for the gadget in pixels (you may need to experiment with this to get it right on your page and make sure that nothing of the Like button gets cropped).

    • Show faces (add 37px to gadget height) - choose whether to display the face of the people who use the Like button. If you enable this option add 37px to the height of the gadget to ensure the gadget does not crop the faces, eg if you choose the standard layout make the gadget's width 300px and height 67px.

    • Verb to display - choose whether to display a Like button or a Recommend button.

    • Font - choose the font you wish to use on the button

    • Colour Scheme - choose the colour scheme for the button, Light or Dark

  6. Untick the Include a border around gadget and Display title on gadget boxes and set the height and width to appropriate values.

  7. Use the OK button

You're done!   

Screen Shots

Steegle.com - Facebook Like Button Preferences

Google Sites - Facebook Like Button Gadget - Preferences

Steegle.com - Facebook Like Button Styles

Like Button - Standard - Show Faces


Like Button - Horizontal Count


Like Button - Vertical count

Recommend Button - Standard - Dark


1-10 of 60