@francisco2611 thanks for reaching out. It appears there are double double quotes in the data-url attribute causing the issue.
says: data-url=””https://campsa.com.ar/””
How are you adding the buttons to your footer?
Hi I’m using the shortcode : [sharethis-inline-buttons]
@sharethis Same bug here, on home page i show last 3 posts with [sharethis-inline-buttons] shortcode and data-url is with double quotes
@maxlin Thanks for the confirmation we have an update coming out this week that’ll fix this. Super sorry for the inconvenience! If you have access to update your code the change will be here:
sharethis-share-buttons/php/class-minute-control.php
Line: 201
Change line to:
$data_url = esc_attr( ‘data-url=’ . get_permalink( $post->ID ) );
Thanks again for your patience.
@francisco2611 @maxlin Heads up the newest plugin update has solved this issue. Can you verify and let me know if you’re good to go? Thanks!
Yes ! thanks its working fine now.
Cheers !