Share my blog post with Facebook, and other social medias
Good day,
I am nearly done with my blog. What is the best way to share my blog posts with social media (Facebook, twitter, Linkedin)? I know with wordpress there is something called publicize, do we have such for laravel?
In my experience it's best to generate these directly in your blade templates based on meta data you stored in the database, although there are packages that can help here like criskonnertz/open-graph. Be careful with user generated content in tags since it looks like it does not escape content.
If anyone is still looking for a social share on laravel project then here is the link to my package which gives you power to make own css but the share link logic is given.