Wrong link in the "more option" documentation

Created on 10 January 2023, over 1 year ago
Updated 10 February 2023, over 1 year ago

Problem/Motivation

In thepluggin management options of this pluggin, I was using this code showed as exemple :

{# -- Social sharing buttons -- #}
{% set services = ['facebook', 'twitter', 'email', 'linkedin'] %}
{% include '/modules/contrib/better_social_sharing_buttons/theme/better-social-sharing-buttons.html.twig' with {
'title': item.title,
'url': item.url,
'description': item.description|raw,
'services': services
} %}

but, this line is wrong :

{% include '/modules/contrib/better_social_sharing_buttons/theme/better-social-sharing-buttons.html.twig' with {

theme repository is called "templates" repository

Here is the good link :

{% include '/modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig' with {

πŸ› Bug report
Status

Fixed

Version

4.0

Component

Documentation

Created by

πŸ‡«πŸ‡·France Gabsen

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024