- Issue created by @euk
The template used for rendering of the share buttons goes against DRY principle, which make it harder to maintain and actually harder to override/customize it. Hard-coded URLs are also a bit of an issue.
Consider following cases...
- create general button template,
- refactor main template to include button template as needed (per what is available in exposed variables)
- move URL formatting into preprocess or specialty callback
Active
4.1
Code