diff --git a/social_media_icon_extention_tripadvisor/README.md b/social_media_icon_extention_tripadvisor/README.md
deleted file mode 100644
index 8a5de5f4..00000000
--- a/social_media_icon_extention_tripadvisor/README.md
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
-Extend Social Media Links
-=========================
-
-
-
-
-
-Currently added:
-
-Xing / Dribbble / Tripadvisor
-
-
-
-Additional Info:
-----------------
-
- This Addon will load the current CSS Version 4.4.0 from Fontawesome in the assets (29KB).
-
-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_tripadvisor/README.rst b/social_media_tripadvisor/README.rst
new file mode 100644
index 00000000..b7907ef0
--- /dev/null
+++ b/social_media_tripadvisor/README.rst
@@ -0,0 +1,71 @@
+
+ .. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/tripadvisor.jpg?raw=true
+ :width: 100
+ :target: http://www.tripadvisor.de
+
+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:
+
+- Tripadvisor
+
+Info:
+-----
+
+- By default, the icon will be shown on the footer, about us, and the Blog, like the original icons.
+- This Addon will load the current CSS Version 4.4.0 from Fontawesome in the assets (29KB).
+
+Configuration
+-------------
+
+- go in the backend under settings / website
+- you can now also add your Tripadvisor 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_tripadvisor/__init__.py b/social_media_tripadvisor/__init__.py
similarity index 100%
rename from social_media_icon_extention_tripadvisor/__init__.py
rename to social_media_tripadvisor/__init__.py
diff --git a/social_media_icon_extention_tripadvisor/__openerp__.py b/social_media_tripadvisor/__openerp__.py
similarity index 97%
rename from social_media_icon_extention_tripadvisor/__openerp__.py
rename to social_media_tripadvisor/__openerp__.py
index eb41fb71..ceb863ee 100644
--- a/social_media_icon_extention_tripadvisor/__openerp__.py
+++ b/social_media_tripadvisor/__openerp__.py
@@ -30,8 +30,6 @@
'version': '1.0',
'depends': [
- 'base',
- 'website',
'website_blog'
],
diff --git a/social_media_icon_extention_tripadvisor/models/__init__.py b/social_media_tripadvisor/models/__init__.py
similarity index 100%
rename from social_media_icon_extention_tripadvisor/models/__init__.py
rename to social_media_tripadvisor/models/__init__.py
diff --git a/social_media_icon_extention_tripadvisor/models/res_config.py b/social_media_tripadvisor/models/res_config.py
similarity index 100%
rename from social_media_icon_extention_tripadvisor/models/res_config.py
rename to social_media_tripadvisor/models/res_config.py
diff --git a/social_media_icon_extention_tripadvisor/models/website.py b/social_media_tripadvisor/models/website.py
similarity index 100%
rename from social_media_icon_extention_tripadvisor/models/website.py
rename to social_media_tripadvisor/models/website.py
diff --git a/social_media_icon_extention_tripadvisor/static/description/blog.png b/social_media_tripadvisor/static/description/blog.png
similarity index 100%
rename from social_media_icon_extention_tripadvisor/static/description/blog.png
rename to social_media_tripadvisor/static/description/blog.png
diff --git a/social_media_icon_extention_tripadvisor/static/description/icon.png b/social_media_tripadvisor/static/description/icon.png
similarity index 100%
rename from social_media_icon_extention_tripadvisor/static/description/icon.png
rename to social_media_tripadvisor/static/description/icon.png
diff --git a/social_media_icon_extention_tripadvisor/static/description/index.html b/social_media_tripadvisor/static/description/index.html
similarity index 100%
rename from social_media_icon_extention_tripadvisor/static/description/index.html
rename to social_media_tripadvisor/static/description/index.html
diff --git a/social_media_icon_extention_tripadvisor/static/description/settings.png b/social_media_tripadvisor/static/description/settings.png
similarity index 100%
rename from social_media_icon_extention_tripadvisor/static/description/settings.png
rename to social_media_tripadvisor/static/description/settings.png
diff --git a/social_media_icon_extention_tripadvisor/static/description/tripadvisor.jpg b/social_media_tripadvisor/static/description/tripadvisor.jpg
similarity index 100%
rename from social_media_icon_extention_tripadvisor/static/description/tripadvisor.jpg
rename to social_media_tripadvisor/static/description/tripadvisor.jpg
diff --git a/social_media_icon_extention_tripadvisor/static/description/webpage.png b/social_media_tripadvisor/static/description/webpage.png
similarity index 100%
rename from social_media_icon_extention_tripadvisor/static/description/webpage.png
rename to social_media_tripadvisor/static/description/webpage.png
diff --git a/social_media_icon_extention_tripadvisor/views/res_config.xml b/social_media_tripadvisor/views/res_config.xml
similarity index 100%
rename from social_media_icon_extention_tripadvisor/views/res_config.xml
rename to social_media_tripadvisor/views/res_config.xml
diff --git a/social_media_icon_extention_tripadvisor/views/website_blog_template.xml b/social_media_tripadvisor/views/website_blog_template.xml
similarity index 100%
rename from social_media_icon_extention_tripadvisor/views/website_blog_template.xml
rename to social_media_tripadvisor/views/website_blog_template.xml
diff --git a/social_media_icon_extention_tripadvisor/views/website_templates.xml b/social_media_tripadvisor/views/website_templates.xml
similarity index 100%
rename from social_media_icon_extention_tripadvisor/views/website_templates.xml
rename to social_media_tripadvisor/views/website_templates.xml
diff --git a/social_media_icon_extention_tripadvisor/views/website_views.xml b/social_media_tripadvisor/views/website_views.xml
similarity index 100%
rename from social_media_icon_extention_tripadvisor/views/website_views.xml
rename to social_media_tripadvisor/views/website_views.xml