giansi / grav-plugin-social-buttons

Porting of Ridiculously Responsive Social Sharing Buttons for Grav CMS
MIT License
6 stars 12 forks source link

Sharing with Pinterest does not work #14

Open plagiateuse opened 7 years ago

plagiateuse commented 7 years ago

In /html/user/plugins/socialbuttons/templates/partials/_pinterest.html.twig is an additional dot what leads to error 404 when using the pinterest-button. Deleting this dot solved the problem.

Line 3, false: <a href="http://pinterest.com/pin/create/button/?url={{ page_url }}.">

correct: <a href="http://pinterest.com/pin/create/button/?url={{ page_url }}">