Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9425af48b1db
Choose a base ref
...
head repository: getnikola/nikola
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf1015461e1d
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 27, 2018

  1. Copy the full SHA
    7fd3a24 View commit details
  2. Merge pull request #3186 from okin/feature/no_twitter_card_registrati…

    …on_needed_anymore
    
    Using Twitter cards does not require an opt-in anymore.
    Kwpolska authored Nov 27, 2018
    Copy the full SHA
    cf10154 View commit details
Showing with 2 additions and 9 deletions.
  1. +2 −0 CHANGES.txt
  2. +0 −5 docs/manual.rst
  3. +0 −4 nikola/conf.py.in
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ Bugfixes

* Don’t warn if post status is set to ``published`` explicitly
(Issue #3181)
* Remove mention of Twitter cards requiring an opt-in.
This is not true anymore - anyone can use them.

New in v8.0.1
=============
5 changes: 0 additions & 5 deletions docs/manual.rst
Original file line number Diff line number Diff line change
@@ -2929,11 +2929,6 @@ to your content.
Nikola supports `Twitter Cards <https://dev.twitter.com/docs/cards>`_.
They are implemented to use *Open Graph* tags whenever possible.

.. admonition:: Important

To use Twitter Cards you need to opt-in on Twitter.
To do so, please visit https://cards-dev.twitter.com/validator

Images displayed come from the `previewimage` meta tag.

You can specify the card type by using the `card` parameter in TWITTER_CARD.
4 changes: 0 additions & 4 deletions nikola/conf.py.in
Original file line number Diff line number Diff line change
@@ -1178,10 +1178,6 @@ MARKDOWN_EXTENSIONS = ['markdown.extensions.fenced_code', 'markdown.extensions.c
# They make it possible for you to attach media to Tweets that link
# to your content.
#
# IMPORTANT:
# Please note, that you need to opt-in for using Twitter Cards!
# To do this please visit https://cards-dev.twitter.com/validator
#
# Uncomment and modify to following lines to match your accounts.
# Images displayed come from the `previewimage` meta tag.
# You can specify the card type by using the `card` parameter in TWITTER_CARD.