-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add Twitter code #59
base: master
Are you sure you want to change the base?
Add Twitter code #59
Conversation
Email isn't the only thing worth showing the code. With this you can create a DM twitter intent. I tried to keep it simple by having a simple button group that toggles what will be produced when the submit button is pressed. I was **unable** to test any of this due to [lib v8](rubyjs/libv8#123) problems so here is the code and you can edit it as you wish.
.small-9.columns | ||
input#badge-twitter.hide type="text" placeholder="@AwesomeCoder" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should remove @
during submit event or don't suggest to the user that they should provide one. Twitter does not allow the @
symbol as part of the DM message. For example the following is wrong:
DM @handle lorem ipsum
@sukima Thanks. Can you add a screenshot? |
@bf4 I can not:
|
@sukima It's a stretch to thing you're still caring about this, I know :) But if you do, there is now instructions on how to use a docker container for spinning up a local dev version of the site. I might try your PR at some point to potentially include it, 4 years later 👍 |
Oh wow, hope it works. I honestly don't remember this. The sad truth is that dispute adding my PPWM links on all my social medias not a single person ever reached out to pair. Seems pairing is kinda dead, least under my little rock where I live. |
Email isn't the only thing worth showing the code. With this you can create a DM twitter intent.
I tried to keep it simple by having a simple button group that toggles what will be produced when the submit button is pressed.
I was unable to test any of this due to lib v8 problems so here is the code and you can edit it as you wish.