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.

66 lines
2.2 KiB

  1. <center>
  2. <a href="https://dribbble.com/">
  3. <img class="oe_picture" width="100" src="https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/dribbble.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. Dribbble
  11. </center>
  12. Additional Info:
  13. ----------------
  14. This Addon will load the current CSS Version 4.4.0 from Fontawesome in the assets (29KB).
  15. Integration example:
  16. --------------------
  17. normal social icons:
  18. <a t-att-href="website.social_facebook"
  19. t-if="website.social_facebook"><i class="fa fa-facebook-square"/></a>
  20. <a t-att-href="website.social_twitter"
  21. t-if="website.social_twitter"><i class="fa fa-twitter"/></a>
  22. <a t-att-href="website.social_linkedin"
  23. t-if="website.social_linkedin"><i class="fa fa-linkedin"/></a>
  24. <a t-att-href="website.social_youtube"
  25. t-if="website.social_youtube"><i class="fa fa-youtube-play"/></a>
  26. <a t-att-href="website.social_googleplus"
  27. t-if="website.social_googleplus"><i class="fa fa-google-plus-square"/></a>
  28. <a t-att-href="website.social_github"
  29. t-if="website.social_github"><i class="fa fa-github"/></a>
  30. the new social icons:
  31. <a t-att-href="website.social_dribbble"
  32. t-if="website.social_dribbble"><i class="fa fa-dribbble"/></a>
  33. Credits
  34. =======
  35. Contributors
  36. ------------
  37. * Benjamin Bachmann (benniphx@gmail.com)
  38. Maintainer
  39. ----------
  40. <a href="http://odoo-community.org">
  41. <img class="oe_picture" alt="Odoo Community Association" src="http://odoo-community.org/logo.png">
  42. </a>
  43. This module is maintained by the OCA.
  44. 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.
  45. To contribute to this module, please visit <a href="http://odoo-community.org">http://odoo-community.org</a>.