diff --git a/README.rst b/README.rst
index 5012bb9c..4f4edb61 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@ Pelican currently supports:
* Atom/RSS feeds
* Code syntax highlighting
* Import from WordPress, Dotclear, or RSS feeds
-* Integration with external tools: Twitter, Google Analytics, etc. (optional)
+* Integration with external tools: Twitter, Google Analytics, GoSquared, etc. (optional)
Have a look at `the documentation `_ for
more information.
diff --git a/docs/fr/configuration.rst b/docs/fr/configuration.rst
index 695a0b0e..fadaf258 100644
--- a/docs/fr/configuration.rst
+++ b/docs/fr/configuration.rst
@@ -98,6 +98,9 @@ GITHUB_URL :
GOOGLE_ANALYTICS :
'UA-XXXX-YYYY' pour activer Google analytics ;
+
+GOSQUARED_SITENAME :
+ 'XXX-YYYYYY-X' pour activer GoSquared ;
JINJA_EXTENSIONS :
Liste d'extension Jinja2 que vous souhaitez utiliser ;
diff --git a/docs/settings.rst b/docs/settings.rst
index b36c9953..416c22d4 100644
--- a/docs/settings.rst
+++ b/docs/settings.rst
@@ -398,6 +398,7 @@ Setting name What does it do ?
`GITHUB_URL` Your GitHub URL (if you have one). It will then
use this information to create a GitHub ribbon.
`GOOGLE_ANALYTICS` 'UA-XXXX-YYYY' to activate Google Analytics.
+`GOSQUARED_SITENAME` 'XXX-YYYYYY-X' to activate GoSquared.
`MENUITEMS` A list of tuples (Title, URL) for additional menu
items to appear at the beginning of the main menu.
`PIWIK_URL` URL to your Piwik server - without 'http://' at the
diff --git a/pelican/themes/notmyidea/templates/gosquared.html b/pelican/themes/notmyidea/templates/gosquared.html
new file mode 100644
index 00000000..f47efcf4
--- /dev/null
+++ b/pelican/themes/notmyidea/templates/gosquared.html
@@ -0,0 +1,14 @@
+{% if GOSQUARED_SITENAME %}
+
+{% endif %}
diff --git a/pelican/themes/simple/templates/gosquared.html b/pelican/themes/simple/templates/gosquared.html
new file mode 100644
index 00000000..f47efcf4
--- /dev/null
+++ b/pelican/themes/simple/templates/gosquared.html
@@ -0,0 +1,14 @@
+{% if GOSQUARED_SITENAME %}
+
+{% endif %}