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.

69 lines
2.1 KiB

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