hugo/tpl/tplimpl/embedded/templates
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
..
_default tpl/embedded: Exclude pages without Permalink from sitemap 2021-02-06 18:30:09 +01:00
shortcodes Update Twitter shortcode oEmbed endpoint 2021-11-01 15:51:00 +01:00
alias.html Rework template handling for function and map lookups 2019-12-12 10:04:35 +01:00
disqus.html tpl/tplimpl: Replace deprecated .GetParam usage 2019-04-09 16:39:12 +02:00
google_analytics.html Add support for Google Analytics v4 2021-03-03 13:30:06 +01:00
google_analytics_async.html tpl/tmplimpl: Add MIME type to embedded JS 2018-08-06 23:11:53 +02:00
google_news.html tpl: Set permission of embedded templates to 0644 2018-07-09 12:57:08 -06:00
opengraph.html Fix date format in schema and opengraph templates 2021-06-29 20:20:38 +02:00
pagination.html Fix tab selection of disabled items in internal pagination template 2021-07-05 10:30:59 +02:00
schema.html Fix date format in schema and opengraph templates 2021-06-29 20:20:38 +02:00
twitter_cards.html Remove .Site.Authors from embedded templates 2021-04-29 17:07:05 +02:00