-
Notifications
You must be signed in to change notification settings - Fork 31
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
Images for Events and News #86
Comments
@kentonh, I'd like to try this one as well. |
@lafentres have at it and thanks for the help! With as much as you've contributed to this app, you should register for the Wichita Hacktoberfest. Might as well get a free shirt and stickers out of the deal. |
whoops. reopened |
@kentonh, I believe I addressed everything in the pull request I just submitted except for the last part. Can you explain what you mean by "Populate the rest of the form with Social Graph Information, but allow edits by the user" ? I am pulling everything from information on the event or news item currently. If the event/news item has an image, I use that for the social sharing tags, otherwise I just use the logo. I use the title and content to populate the title and description social sharing tags. (I'm definitely checking out the Wichita Hacktoberfest as well. Thanks for the tip!) |
What I meant with the Social Graph population was to pre-fill the forms with the information provided by the metadata from Social Graph. Does that make more sense? |
I think so. If I am understanding correctly, you'd like part of the form for creating/editing an event or news item to include fields to edit the social sharing info (which would be the social sharing title and description [unless you'd also like the social sharing image to potentially be different from the image associated with the event/news item?]). And those fields should be pre-filled with the defaults. Is that correct? |
I think I've done a bad job at describing what I'm going for. Soooo. I'll start over! Forget everything I've said up to this point.
What I'm proposing is:
Basically, this would let lazy people post on easy mode by simply submitting a link, and the app takes care of the rest. |
I get what you mean now. That makes total sense. I'll start working on this. |
Add ability to upload images to News and Events
Add Images to Index and Show views
Make
Article URL
attribute first on the formNews and Events should pull Social Graph data from URL
Pull image, summary, and title information
Populate the rest of the form with Social Graph Information, but allow edits by the user
The text was updated successfully, but these errors were encountered: