diff --git a/social_media_icon_extention_xing/README.md b/social_media_icon_extention_xing/README.md
deleted file mode 100644
index 86474d1c2..000000000
--- a/social_media_icon_extention_xing/README.md
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-Extend Social Media Links
-=========================
-
-
-
-
-
-Currently added:
-
-Xing
-
-
-
-
-Integration example:
---------------------
-
- normal social icons:
-
-
-
-
-
-
-
-
- the new social icons:
-
-
-
-Credits
-=======
-
-Contributors
-------------
-
-* Benjamin Bachmann (benniphx@gmail.com)
-
-Maintainer
-----------
-
-
-
-
-
-This module is maintained by the OCA.
-
-OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
-
-To contribute to this module, please visit http://odoo-community.org.
\ No newline at end of file
diff --git a/social_media_xing/README.rst b/social_media_xing/README.rst
new file mode 100644
index 000000000..12f7d4aab
--- /dev/null
+++ b/social_media_xing/README.rst
@@ -0,0 +1,70 @@
+
+ .. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/XING.png?raw=true
+ :width: 100
+ :target: http://www.xing.com
+
+Extend Social Media Links
+=========================
+
+.. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/settings.png?raw=true
+ :width: 700
+
+.. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/webpage.png?raw=true
+ :width: 700
+
+Currently added:
+
+- Xing
+
+Info:
+-----
+
+- By default, the icon will be shown on the footer, about us, and the Blog, like the original icons.
+
+Configuration
+-------------
+
+- go in the backend under settings / website
+- you can now also add your Xing Account
+
+Usage:
+------
+
+- normal social icons:
+
+
+
+
+
+
+
+
+
+
+
+
+
+- the new social icons:
+
+
+
+Credits
+=======
+
+Contributors
+------------
+
+* Benjamin Bachmann (benniphx@gmail.com)
+
+Maintainer
+----------
+
+.. image:: http://odoo-community.org/logo.png
+ :alt: Odoo Community Association
+ :target: http://odoo-community.org
+
+This module is maintained by the OCA.
+
+OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
+
+To contribute to this module, please visit http://odoo-community.org.
\ No newline at end of file
diff --git a/social_media_icon_extention_xing/__init__.py b/social_media_xing/__init__.py
similarity index 100%
rename from social_media_icon_extention_xing/__init__.py
rename to social_media_xing/__init__.py
diff --git a/social_media_icon_extention_xing/__openerp__.py b/social_media_xing/__openerp__.py
similarity index 96%
rename from social_media_icon_extention_xing/__openerp__.py
rename to social_media_xing/__openerp__.py
index 13ce132de..9e3cc6836 100644
--- a/social_media_icon_extention_xing/__openerp__.py
+++ b/social_media_xing/__openerp__.py
@@ -27,11 +27,9 @@
'website': "http://www.bloopark.de",
'license': 'AGPL-3',
'category': 'Social Media',
- 'version': '1.0',
+ 'version': '8.0.1.0.0',
'depends': [
- 'base',
- 'website',
'website_blog'
],
diff --git a/social_media_icon_extention_xing/models/__init__.py b/social_media_xing/models/__init__.py
similarity index 100%
rename from social_media_icon_extention_xing/models/__init__.py
rename to social_media_xing/models/__init__.py
diff --git a/social_media_icon_extention_xing/models/res_config.py b/social_media_xing/models/res_config.py
similarity index 100%
rename from social_media_icon_extention_xing/models/res_config.py
rename to social_media_xing/models/res_config.py
diff --git a/social_media_icon_extention_xing/models/website.py b/social_media_xing/models/website.py
similarity index 100%
rename from social_media_icon_extention_xing/models/website.py
rename to social_media_xing/models/website.py
diff --git a/social_media_icon_extention_xing/static/description/XING.png b/social_media_xing/static/description/XING.png
similarity index 100%
rename from social_media_icon_extention_xing/static/description/XING.png
rename to social_media_xing/static/description/XING.png
diff --git a/social_media_icon_extention_xing/static/description/blog.png b/social_media_xing/static/description/blog.png
similarity index 100%
rename from social_media_icon_extention_xing/static/description/blog.png
rename to social_media_xing/static/description/blog.png
diff --git a/social_media_icon_extention_xing/static/description/icon.png b/social_media_xing/static/description/icon.png
similarity index 100%
rename from social_media_icon_extention_xing/static/description/icon.png
rename to social_media_xing/static/description/icon.png
diff --git a/social_media_icon_extention_xing/static/description/index.html b/social_media_xing/static/description/index.html
similarity index 100%
rename from social_media_icon_extention_xing/static/description/index.html
rename to social_media_xing/static/description/index.html
diff --git a/social_media_icon_extention_xing/static/description/settings.png b/social_media_xing/static/description/settings.png
similarity index 100%
rename from social_media_icon_extention_xing/static/description/settings.png
rename to social_media_xing/static/description/settings.png
diff --git a/social_media_icon_extention_xing/static/description/webpage.png b/social_media_xing/static/description/webpage.png
similarity index 100%
rename from social_media_icon_extention_xing/static/description/webpage.png
rename to social_media_xing/static/description/webpage.png
diff --git a/social_media_icon_extention_xing/views/res_config.xml b/social_media_xing/views/res_config.xml
similarity index 100%
rename from social_media_icon_extention_xing/views/res_config.xml
rename to social_media_xing/views/res_config.xml
diff --git a/social_media_icon_extention_xing/views/website_blog_template.xml b/social_media_xing/views/website_blog_template.xml
similarity index 100%
rename from social_media_icon_extention_xing/views/website_blog_template.xml
rename to social_media_xing/views/website_blog_template.xml
diff --git a/social_media_icon_extention_xing/views/website_templates.xml b/social_media_xing/views/website_templates.xml
similarity index 100%
rename from social_media_icon_extention_xing/views/website_templates.xml
rename to social_media_xing/views/website_templates.xml
diff --git a/social_media_icon_extention_xing/views/website_views.xml b/social_media_xing/views/website_views.xml
similarity index 100%
rename from social_media_icon_extention_xing/views/website_views.xml
rename to social_media_xing/views/website_views.xml