You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
2.3 KiB

  1. .. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/tripadvisor.jpg?raw=true
  2. :width: 100
  3. :target: http://www.tripadvisor.de
  4. Extend Social Media Links
  5. =========================
  6. .. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/settings.png?raw=true
  7. :width: 700
  8. .. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/webpage.png?raw=true
  9. :width: 700
  10. Currently added:
  11. - Tripadvisor
  12. Info:
  13. -----
  14. - By default, the icon will be shown on the footer, about us, and the Blog, like the original icons.
  15. - This Addon will load the current CSS Version 4.4.0 from Fontawesome in the assets (29KB).
  16. Configuration
  17. -------------
  18. - go in the backend under settings / website
  19. - you can now also add your Tripadvisor Account
  20. Usage:
  21. ------
  22. - normal social icons:
  23. <a t-att-href="website.social_facebook" t-if="website.social_facebook"><i class="fa fa-facebook-square"/></a>
  24. <a t-att-href="website.social_twitter" t-if="website.social_twitter"><i class="fa fa-twitter"/></a>
  25. <a t-att-href="website.social_linkedin" t-if="website.social_linkedin"><i class="fa fa-linkedin"/></a>
  26. <a t-att-href="website.social_youtube" t-if="website.social_youtube"><i class="fa fa-youtube-play"/></a>
  27. <a t-att-href="website.social_googleplus" t-if="website.social_googleplus"><i class="fa fa-google-plus-square"/></a>
  28. <a t-att-href="website.social_github" t-if="website.social_github"><i class="fa fa-github"/></a>
  29. - the new social icons:
  30. <a t-att-href="website.social_tripadvisor" t-if="website.social_tripadvisor"><i class="fa fa-tripadvisor"/></a>
  31. Credits
  32. =======
  33. Contributors
  34. ------------
  35. * Benjamin Bachmann (benniphx@gmail.com)
  36. Maintainer
  37. ----------
  38. .. image:: http://odoo-community.org/logo.png
  39. :alt: Odoo Community Association
  40. :target: http://odoo-community.org
  41. This module is maintained by the OCA.
  42. 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.
  43. To contribute to this module, please visit http://odoo-community.org.