Browse Source

readme

main
Walter Hupfeld 4 months ago
parent
commit
0b35b12949
  1. 12
      README.md
  2. 1
      mas-body.php

12
README.md

@ -1,5 +1,7 @@
# Mastodon-Timeline
Wordpress-Plugin zur Darstellung der Mastoton-Timeline
## Shortcode
[mastodon-timeline]
@ -8,18 +10,16 @@
Folgende Paramter müssen in den Einstellungen festgelegt werden
__URI:__ deine Mastodon-Instanz (https://nrw.social)
__User ID:__ - wie bekomme ich die User-ID
__User Name:__
__User Name:__
__Limit:__ Anzahl der angezeigten Tröts
See more: Text für die Anzeige z.B "Mehr auf Mostodon"
Link zum Auslesen der ID: https://prouser123.me/mastodon-userid-lookup/
## Quellen und Download
https://gitea.hpadm.de/whupfeld/mastodon-timeline
created: 17.11.2022
created: 17.11.2022

1
mas-body.php

@ -1,6 +1,5 @@
<?php
function mas_body($atts) {
$instance_uri = (!empty($atts['instance_uri'])) ? $atts['instance_uri'] : "";

Loading…
Cancel
Save