Closed TheCJGCJG closed 6 years ago
+1 for this idea :)
It shouldn't be too hard to share it around on Facebook/Twitter. Also it wouldn't be too hard to integrate it as a config option in the program. We'll need @JeromSar's response on how feasible this would be in the program, but I don't imagine it to be too hard.
Also, this should be implemented after the current bugs are fixed. It's better to fix the program first rather than adding new features.
I think what @TheCJGCJG Also suggested is the ability to toggle the /landing and not. This way the /landing would have the social sharing on the servers side and not the application site, though I could be wrong with the way I read it.
@Wild1145 I suggested adding them both. Both configurable of course.
@TheCJGCJG I only skim read through to be honest, I did see the stuff about /landing and not much else when I skim read.
@Wild1145 I will add that in the configuration. Should it be enabled by default?
@JeromSar I have a feeling that @WickedGamingUK Would have you killed if you did :P But have it easy to change ;)
It shouldn't be enabled by default. It takes away from the point of ScreenShottr.
Have it disabled by default, as @WickedGamingUK it would take away from the point of ScreenShottr.
With the ScreenShottr-Web repo, you can add have a URL in the format of
https://<url>/v/landing/<key>/<img>
ORhttps://<url>/v/landing/<img>
This is just adding the /landing/ after the /v/ and before the key, for an encrypted image and before the image for the unencrypted images.This provides an image that looks like This - Note that this page will be changed, and branding changed eventually.
This will produce a landing page, which will have Share Options, and could be a config option in the way that you can turn on/off this landing page. This shouldnt be too hard as ScreenShottr returns the following JSON
It would be very easy for the ScreenShottr-Java application to generate URL's for itself, instead of taking the one provided by the
url
paramater.As well as this, the ability to have social sharing within the ScreenShottr applications that allows sharing to Facebook/Twitter/Reddit etc. Not sure how difficult this would be though.