-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Page for XY Plot Sharing #408
Comments
|
Researching social share a bit, it looks like there isn't a way to attach a dynamically generated image to a twitter share without that image being associated with a url. Some solutions have used a service like Google Cloud Services to upload the image on the fly, then use the url generated out of that service in the social share. https://www.indiehackers.com/post/creating-dynamically-generated-images-for-twitter-and-facebook-shares-6f83481945 Another option is to create a couple api endpoints, one to accept a POST of image data created, then another to make a GET request to retrieve the url, but that functionality is not supported in the API right now. Without somewhere to host the image, there isn't a way to get the generated image into the hands of the user aside from having them download it. |
https://github.com/react-grid-layout/react-draggable/blob/master/example/example.js looks like a good candidate for the textbox drag and drop. |
twitter image upload ideal size - 1200px X 675px |
Create test page with country selector and xy graph, add ability for a Twitter embed to happen.
Have a single thing to do on each page instead of all the things available.
The text was updated successfully, but these errors were encountered: