How to fix tweet sharing problem
-
I noticed that the option to share on twitter does not work.
This is solved by modifying line 236 of the “storefront-product-sharing.php” file by replacing the line with:
$twitter_url = ‘https://twitter.com/intent/tweet?text=’ . rawurlencode( $product_title ) . ‘+’ . urlencode($product_url);
I hope you find it helpful and that the developer performs the implementation and subsequent update.
Thank you!
- The topic ‘How to fix tweet sharing problem’ is closed to new replies.