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.

84 lines
2.6 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ==============
  5. Pinterest Social Media Icon Extension
  6. ==============
  7. This module adds Pinterest social media icon. By default, the icon will
  8. be shown on the footer, about us, and the Blog, like the original icons.
  9. Configuration
  10. =============
  11. - Go in the backend under settings / website
  12. - You can now also add your Pinterest Account
  13. Usage
  14. =====
  15. - Normal social icons::
  16. <a t-att-href="website.social_facebook" t-if="website.social_facebook"><i class="fa fa-facebook-square"/></a>
  17. <a t-att-href="website.social_twitter" t-if="website.social_twitter"><i class="fa fa-twitter"/></a>
  18. <a t-att-href="website.social_linkedin" t-if="website.social_linkedin"><i class="fa fa-linkedin"/></a>
  19. <a t-att-href="website.social_youtube" t-if="website.social_youtube"><i class="fa fa-youtube-play"/></a>
  20. <a t-att-href="website.social_googleplus" t-if="website.social_googleplus"><i class="fa fa-google-plus-square"/></a>
  21. <a t-att-href="website.social_github" t-if="website.social_github"><i class="fa fa-github"/></a>
  22. - The new social icons:
  23. <a t-att-href="website.social_pinterest" t-if="website.social_pinterest"><i class="fa fa-pinterest"/></a>
  24. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  25. :alt: Try me on Runbot
  26. :target: https://runbot.odoo-community.org/runbot/205/8.0
  27. Bug Tracker
  28. ===========
  29. Bugs are tracked on `GitHub Issues
  30. <https://github.com/OCA/social/issues>`_. In case of trouble, please
  31. check there if your issue has already been reported. If you spotted it first,
  32. help us smashing it by providing a detailed and welcomed feedback.
  33. Credits
  34. =======
  35. Images
  36. ------
  37. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  38. * Pinterest: `Brand guidelines <https://business.pinterest.com/en/brand-guidelines\#brand-basics>`_ `Icons <https://business.pinterest.com/sites/business/files/pinterest_badge.zip>`_.
  39. Contributors
  40. ------------
  41. * Pere Albujer (pedro.albujer.rico@diagram.es)
  42. Maintainer
  43. ----------
  44. .. image:: http://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: http://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit http://odoo-community.org.