I have a share button on the blog post page, but it is only available to share to the app that I downloaded on PC or mobile, how can I share it on the social media webpage? Thanks!
id be happy to help you make it available for sharing on social media websites as well.
To make the share button available for sharing on social media websites, you can add the appropriate URLs for each website to the code. Here’s an example of what the code should look like:
[](https://www.facebook.com/sharer/sharer.php?u=https://www.yourblogpost.com)
[](https://twitter.com/share?url=https://www.yourblogpost.com)
In the code above, replace “https://www.yourblogpost.com” with the URL of your blog post. You can also add additional share buttons for other social media websites using similar code.
Once you’ve added the updated code to your website, your share button should be available for sharing on social media websites as well.
Where should this code be added? Thank you!