fritzmg/contao-sharebuttons

Make share functionality compatible with social_images extension

Closed this issue · 1 comments

The sharebuttons extension is already compatible with the social_images extension for most share actions, since the social networks themselves simply parse the provided URL and extract the correct image (e.g. the image defined by the social_images extension).

But in order to post something to Pinterest for example, you need to provide a direct URL to the image with the post. This could be done with the social_images extension by using its page social image for example.

However, this requires a change in the code of social_images (see codefog/contao-social_images#8).

implemented in 6d35e24