Zoonk.Support.Social (Zoonk v0.1.0-dev)

View Source

Manages social media link configurations for the application.

This module centralizes all social media links used throughout the application, ensuring consistency and ease of maintenance.

Summary

Functions

Returns social media links based on the locale.

Functions

get_social_links(arg1)

Returns social media links based on the locale.

For Portuguese (pt), returns Brazil-specific links. For all other locales, returns global links.

Examples

iex> get_social_links("pt")
[%{name: "Facebook", url: "https://www.facebook.com/zoonkbr", ...}, ...]

iex> get_social_links("en")
[%{name: "Facebook", url: "https://www.facebook.com/zoonkcom", ...}, ...]