diff --git a/README.md b/README.md
index b3afbd2..0043c3d 100755
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
### Instalação
-#### Produção
+#### Produção
Com o WordPress instalado baixe o [tema na versão mais recente](https://github.com/PHPSP/phpsp-blog-theme/releases) e instale pelo gerenciador de temas do WordPress.
@@ -63,6 +63,21 @@ O Painel Administrativo poderá ser acessado em http://blog.phpsp.dev.
* [Disqus Comment System](https://wordpress.org/plugins/disqus-comment-system/)
* [Crayon Syntax Highlighter](https://wordpress.org/plugins/crayon-syntax-highlighter/)
* [Event Organiser](http://wordpress.org/plugins/event-organiser/)
+* [Social Login](https://wordpress.org/plugins/oa-social-login/)
+
+### Configurando o Social Login
+
+1. Crie uma conta no site [OneAll](https://app.oneall.com/signin/)
+2. Adicione um novo Site e guarde as infromações Subdomain, Public Key e Private Key.
+
+3. Configure o Plugin na aba **Social Login** do Wordpress (Seção API Settings),
+com as informações acima.
+
+4. Habilite o plugin para usar o GitHub como identity provider.
+5. Registre a aplicação no GitHub (Developer applications) para usar GitHub API com
+a conta do OneAll criada no passo 2.
+ register-app-github.png
+
### Bugs
@@ -77,4 +92,3 @@ Você também pode [abrir um Pull Request](https://github.com/PHPSP/phpsp-blog-t
### Licença

-
diff --git a/build.xml b/build.xml
index 3a1fd99..0dda4b7 100644
--- a/build.xml
+++ b/build.xml
@@ -1,4 +1,4 @@
-
+
+
+
+
+
diff --git a/oneall-api-credentials.png b/oneall-api-credentials.png
new file mode 100644
index 0000000..2696b2e
Binary files /dev/null and b/oneall-api-credentials.png differ
diff --git a/oneall-wp-api-settings.png b/oneall-wp-api-settings.png
new file mode 100644
index 0000000..d7a133b
Binary files /dev/null and b/oneall-wp-api-settings.png differ
diff --git a/register-app-github.png b/register-app-github.png
new file mode 100644
index 0000000..b6a17f1
Binary files /dev/null and b/register-app-github.png differ