hugo/tpl/tplimpl/embedded/templates/shortcodes
Joe Mooring 0cc39af682 Update Twitter shortcode oEmbed endpoint
The existing endpoint will be retired and removed on November 23, 2021.
References:

- https://twittercommunity.com/t/consolidating-the-oembed-functionality/154690
- https://developer.twitter.com/en/docs/twitter-for-websites/oembed-api#Embedded

This is a backward compatible change.

The existing endpoint requires a single parameter: the id of the tweet.

The new endpoint requires two parameters: the id of the tweet, and the
user with whom it is associated. For the moment, if you supply the wrong
user, the request will be redirected (with a small delay) to the correct
user/id pair. This behavior is undocumented, but we will take advantage
of it as Hugo site authors transition to the new syntax.

{{< tweet 1453110110599868418 >}} --> works, throws warning, deprecate at some point

{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}} --> new syntax

Fixes #8130
2021-11-01 15:51:00 +01:00
..
__h_simple_assets.html Fix vimeo_simple thumb scaling 2018-05-30 11:30:28 +02:00
figure.html Remove extraneous space from figure shortcode 2021-04-15 14:43:32 +02:00
gist.html tpl: Always load GitHub Gists over HTTPS 2019-08-01 13:57:41 +02:00
highlight.html tpl: Set permission of embedded templates to 0644 2018-07-09 12:57:08 -06:00
instagram.html tpl: Rename err-missing-instagram-accesstoken => error-missing-instagram-accesstoken 2021-06-18 12:27:37 +02:00
instagram_simple.html tpl: Rename err-missing-instagram-accesstoken => error-missing-instagram-accesstoken 2021-06-18 12:27:37 +02:00
param.html tpl: Add "param" shortcode 2018-11-27 17:34:03 +01:00
ref.html Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
relref.html Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
twitter.html Update Twitter shortcode oEmbed endpoint 2021-11-01 15:51:00 +01:00
twitter_simple.html Update Twitter shortcode oEmbed endpoint 2021-11-01 15:51:00 +01:00
vimeo.html tpl: Add Do Not Track (dnt) option to Vimeo shortcode 2020-10-02 23:02:38 +02:00
vimeo_simple.html tpl: Add Do Not Track (dnt) option to Vimeo shortcode 2020-10-02 23:02:38 +02:00
youtube.html tpl: Add title parameter to YouTube shortcode 2020-12-02 12:53:53 +01:00