Sharing List over Facebook Error
-
We had no issue earlier but now found that by using the plugins Social Share buttons we receive an error message. I am quite certain it is a URL Encode issue as you used various %5D and %5B’s inside your link. If I use the proper representation of a sharer link in itsplace it works, but not with wishlists which belong to an account.
LINK (in your sharer.php):
<a target="_blank" class="facebook" href="https://www.facebook.com/sharer.php?s=100&p%5Btitle%5D=<?php echo $share_link_title ?>&p%5Burl%5D=<?php echo urlencode( $share_link_url ) ?>" title="<?php _e( 'Facebook', 'yith-woocommerce-wishlist' ) ?>"></a>
Can you please let me know what the issue here is?
Thanks
- This topic was modified 5 years, 11 months ago by .
- This topic was modified 5 years, 11 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Sharing List over Facebook Error’ is closed to new replies.