update wordpress atom feed instructions

...since the plugin isn't in the wordpress.org plugin registry any more. i couldn't find another plugin (!) so i just gave manual instructions for adding the link to <head>. fixes #51.
pull/59/head
Ryan Barrett 2019-04-30 07:02:05 -07:00
rodzic 801bf4075d
commit 43e6e9f514
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -108,9 +108,10 @@ First, your site needs to support <a href="http://www.webmention.org/">webmentio
</p>
<p>
Next, add an <a href="https://en.wikipedia.org/wiki/Atom_(standard)">Atom</a> feed if your site doesn't already have one. If you're on <a href="https://wordpress.org/">WordPress</a>, install the <a href="https://wordpress.org/plugins/atom-default-feed/">Atom Default Feed plugin</a>.
<!-- or just <a href="https://codex.wordpress.org/WordPress_Feeds#Finding_Your_Feed_URL">add this</a> to your HTML header:<br /> -->
Otherwise, you can use <a href="https://granary.io/">granary</a>. Just add this to your site's HTML <code>&lt;head&gt;</code> and fill in <code>DOMAIN</code> with your site's domain:
Next, add an <a href="https://en.wikipedia.org/wiki/Atom_(standard)">Atom</a> feed if your site doesn't already have one. If you're on <a href="https://wordpress.org/">WordPress</a>, <a href="https://codex.wordpress.org/WordPress_Feeds#Finding_Your_Feed_URL">add this</a> to your site's HTML <code>&lt;head&gt;</code> and replace <code>[DOMAIN]</code> with your site's domain:
</p>
<pre>&lt;link rel="alternate" type="application/atom+xml" href="http://[DOMAIN]/?feed=atom" /&gt;</pre>
<p>If you're not on WordPress, you can use <a href="https://granary.io/">granary</a>:
</p>
<pre>&lt;link rel="alternate" type="application/atom+xml"
href="https://granary.io/url?url=http://[DOMAIN]/&input=html&output=atom&hub=https://bridgy-fed.superfeedr.com/" /&gt;</pre>