+1 Google Button

You can insert a Google + button into an EditArea block.
The "+1" buttons allow people that appreciate your content to suggest them in the Google research, to insert it just follow these instructions:
 
  1. Double-click on a pre-existing block of the page
  2. go to the "body" entry
  3. click on
  4. insert at the bottom of the block's content one of the following codes
    (depending on which button you wish to show)




Code to be entered

<div class="eaKeep">
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
  {lang: 'en'}
</script>
<g:plusone size="tall"></g:plusone>
</div>





Code to be entered

<div class="eaKeep">
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'en'}
</script>
<g:plusone></g:plusone>
</div>





Code to be entered:

<div class="eaKeep">
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
  {lang: 'en'}
</script>
<g:plusone size="medium"></g:plusone>
</div>





Code to be entered:

<div class="eaKeep">
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
  {lang: 'en'}
</script>
<g:plusone size="small"></g:plusone>
</div>
5. Once entered the code, exit the "Source" mode and click on OK to confirm.