Skip to content

Commit

Permalink
Twitter: rename to X to follow re-brand (#29404)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ffeeca7 authored Oct 18, 2023
1 parent 245f446 commit a2bc0c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/_includes/asides/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1 class="title delta">About Home Assistant</h1>
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
<li><a href='https://demo.home-assistant.io'>Try the online demo</a></li>
<li><a href='https://building.open-home.io/#/portal'>Join our newsletter</a></li>
<li><a href="https://twitter.com/Home_Assistant">Follow Home Assistant on Twitter</a></li>
<li><a href="https://twitter.com/Home_Assistant">Follow Home Assistant on X</a></li>
{% comment %}
<li>
Subscribe to the Home Assistant Newsletter
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/foursquare.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Parameters:
- **eventId** (*Optional*): The event the user is checking in to.
- **shout** (*Optional*): A message about your check-in. The maximum length of this field is 140 characters.
- **mentions** (*Optional*): Mentions in your check-in. This parameter is a semicolon-delimited list of mentions. A single mention is of the form "start,end,userid", where start is the index of the first character in the shout representing the mention, end is the index of the first character in the shout after the mention, and userid is the userid of the user being mentioned. If userid is prefixed with "fbu-", this indicates a Facebook userid that is being mention. Character indices in shouts are 0-based.
- **broadcast** (*Optional*): "Who to broadcast this check-in to. Accepts a comma-delimited list of values: private (off the grid) or public (share with friends), Facebook share on Facebook, Twitter share on Twitter, followers share with followers (celebrity mode users only), If no valid value is found, the default is public."
- **broadcast** (*Optional*): "Who to broadcast this check-in to. Accepts a comma-delimited list of values: private (off the grid) or public (share with friends), Facebook share on Facebook, X share on X, followers share with followers (celebrity mode users only), If no valid value is found, the default is public."
- **ll** (*Optional*): Latitude and longitude of the user's location. Only specify this field if you have a GPS or other device reported location for the user at the time of check-in.
- **llAcc** (*Optional*): Accuracy of the user's latitude and longitude, in meters.
- **alt** (*Optional*): Altitude of the user's location, in meters.
Expand Down
4 changes: 2 additions & 2 deletions source/_integrations/spaceapi.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ contact:
required: false
type: string
twitter:
description: Twitter username of the keymaster.
description: X username of the keymaster.
required: false
type: string
irc:
description: The IRC channel of the Hackerspace
required: false
type: string
twitter:
description: The Twitter account of the Hackerspace.
description: The X account of the Hackerspace.
required: false
type: string
facebook:
Expand Down

0 comments on commit a2bc0c6

Please sign in to comment.