Custom URL to share
-
Hello,
I modified the file: wp-social-sharing/includes/class-public.php to allow custom Url to share.
The reason of that: I put the social share plugin on my Thankyou page, I’d like the visits can share the original post instead the thankyou page.So included the parameter url on creation of plugin.
if($atts['url'] == "") { $url = urlencode( get_permalink() ); } else { $url = $atts['url']; }
[wp_social_sharing url=’https://dootax.com.br’%5D
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom URL to share’ is closed to new replies.