-
Notifications
You must be signed in to change notification settings - Fork 171
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 contact:instagram field for POIs #1019
base: main
Are you sure you want to change the base?
Conversation
Is there some way to get this autodeployed code preview? Why it has not appeared here? |
e92f96e
to
87cabc3
Compare
Let's see if force-pushing helps. |
🍱 You can preview the tagging presets of this pull request here. |
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.
data/fields/contact/instagram.json
Outdated
{ | ||
"key": "contact:instagram", | ||
"type": "url", | ||
"label": "Instagram account name (also used on Threads) or full Instagram URL", |
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.
"label": "Instagram account name (also used on Threads) or full Instagram URL", | |
"label": "Instagram Account Name or URL", |
data/fields/contact/instagram.json
Outdated
"key": "contact:instagram", | ||
"type": "url", | ||
"label": "Instagram account name (also used on Threads) or full Instagram URL", | ||
"placeholder": "account_name" |
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.
Full URLs seem to be slightly more popular at first glance (see taginfo) and are probably easier to copy-paste, so maybe use something like this for the placeholder:
"placeholder": "account_name" | |
"placeholder": "https://www.instagram.com/LocalBusiness" |
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.
I personally prefer using the account name because I've never seen a business advertise their Instagram with the URL, but I've updated the PR to use a URL. I took the liberty of using https://www.instagram.com/openstreetmap/ which seems like a legitimate Instagram account.
87cabc3
to
d997db6
Compare
d997db6
to
d045c44
Compare
Thanks and also thanks for the review, I think this push addresses all comments :) |
Hi, I based this on #859, hopefully I got it right :)