.. title: Add Custom Feeds To Your Site
.. slug: 2024-11-22-custom-feed
.. date: 2024-11-22 3:02:09 UTC
.. tags: atom, html, json, rdf, rss, server, syndication
.. category: journal
.. link: 2024-11-22-custom-feed
.. description: Utilize your social feed as a news source on your homesite
.. type: text
If you utilize XMPP, OStatus or ActivityPub accounts with services such as
Movim, StatusNet, Pleroma, Akkoma, Mitra, GNU Social, Mastodon, SoapBox or
others, then you can use your respective syndication feed of your account on
your home site, by adding the following HTML lines, respectively.
While any code would work, it is recommended to use the code with the proper
"type" attribute.
Atom Syndication Format
-----------------------
Most recommended.
.. code:: xml
JSON Feed
---------
Lesser recommended.
.. code:: xml
RDF
---
When applicable.
.. code:: xml
RSS
---
Least recommended.
.. code:: xml
Conclusion
----------
You are not limited to your ActivityPub or XMPP accounts, and you can add any
source of any account and type that you desire.
Good luck!
Schimon