Photo Sharing Facebook/Twitter etc.
Hello, i have a photo sharing app, much like instagram. so far the system has been working fantastic for our vision of the app. However, the last part i need to finish is the ability for a user to share a photo on facebook. I am storing the photos in a collection called "photos" as base64 images.
How do I easily make those photos able to be shared on Facebook and or Twitter. The photos will need to be public so that non-users of the app can view them.
In addition we'd need this same method for displaying galleries on our website.
I've tried looking over the database tutorial about directly linking to files, but these photos are not in the "files" collection.
Any advice is greatly appreciated.
thank you,