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.

62 lines
2.1 KiB

  1. <center>
  2. <a href="http://www.xing.com/">
  3. <img class="oe_picture" width="100" src="https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/XING.png?raw=true">
  4. </a>
  5. Extend Social Media Links
  6. =========================
  7. <img class="oe_picture" width="700" src="https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/settings.png?raw=true">
  8. <img class="oe_picture" width="700" src="https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/webpage.png?raw=true">
  9. Currently added:
  10. Xing
  11. </center>
  12. Integration example:
  13. --------------------
  14. normal social icons:
  15. <a t-att-href="website.social_facebook"
  16. t-if="website.social_facebook"><i class="fa fa-facebook-square"/></a>
  17. <a t-att-href="website.social_twitter"
  18. t-if="website.social_twitter"><i class="fa fa-twitter"/></a>
  19. <a t-att-href="website.social_linkedin"
  20. t-if="website.social_linkedin"><i class="fa fa-linkedin"/></a>
  21. <a t-att-href="website.social_youtube"
  22. t-if="website.social_youtube"><i class="fa fa-youtube-play"/></a>
  23. <a t-att-href="website.social_googleplus"
  24. t-if="website.social_googleplus"><i class="fa fa-google-plus-square"/></a>
  25. <a t-att-href="website.social_github"
  26. t-if="website.social_github"><i class="fa fa-github"/></a>
  27. the new social icons:
  28. <a t-att-href="website.social_xing"
  29. 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. <a href="http://odoo-community.org">
  38. <img class="oe_picture" alt="Odoo Community Association" src="http://odoo-community.org/logo.png">
  39. </a>
  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 <a href="http://odoo-community.org">http://odoo-community.org</a>.