Un widget per wordpress per visualizzare la timeline del tuo account sul fediverso. FediEmbedi mostrerà la tua timeline di Mastodon, Pleroma, Pixelfed, PeerTube con varie opzioni di visualizzazione. https://devol.it/it/fediverso
Go to file
Django Doucet 3e8ae17fb9 Refactor Instance selection and logic 2019-12-30 01:06:04 -05:00
img Refactor Instance selection and logic 2019-12-30 01:06:04 -05:00
fediembedi-client.php Initial commit 2019-12-26 16:11:20 -05:00
fediembedi-mastodon.tpl.php Refactor Instance selection and logic 2019-12-30 01:06:04 -05:00
fediembedi-pixelfed.tpl.php Refactor Instance selection and logic 2019-12-30 01:06:04 -05:00
fediembedi-widget-template.php Refactor Instance selection and logic 2019-12-30 01:06:04 -05:00
fediembedi-widget.php Refactor Instance selection and logic 2019-12-30 01:06:04 -05:00
fediembedi.php Refactor Instance selection and logic 2019-12-30 01:06:04 -05:00
form.tpl.php Refactor Instance selection and logic 2019-12-30 01:06:04 -05:00
instanceList.php Initial commit 2019-12-26 16:11:20 -05:00
mastodon.css Refactor Instance selection and logic 2019-12-30 01:06:04 -05:00
pixelfed.css Refactor Instance selection and logic 2019-12-30 01:06:04 -05:00
readme.md release 0.3.0 2019-12-27 20:49:28 -05:00
readme.txt release 0.3.0 2019-12-27 20:49:28 -05:00
style.css Initial commit 2019-12-26 16:11:20 -05:00
uninstall.php Initial commit 2019-12-26 16:11:20 -05:00

readme.md

FediEmbedi

Display your Fediverse timeline in a widget

Description

FediEmbedi is beta software.

Currently supported software

  • Mastodon
  • Pleroma
  • Pixelfed

Planned supported software

  • PeerTube
  • Suggestions?

Development

For the time being development will happen on git.feneas.org.

Updates

I will be making frequent updates in the coming days, weeks, and won't be tagging releases, so if you want to benefit from easy updates, I suggest installing Github Updater as a companion plugin.

Installation

Typical installation procedure

e.g.

  1. Upload fediembedi to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Connect to your fediverse instance by visiting the configuration page in Settings -> FediEmbedi

Frequently Asked Questions

Does this plugin store my login info?

No, this plugin uses oAuth 2.0. You will be sent to login to your Instance and redirected to your site with a secure token. Similar to how apps connect to your account

Changelog

0.3.0

  • Updated readme.txt
  • Fixed reame.md formatting.
  • Cleaned up settings form

0.2.0

  • Make an actual release.

0.1.0

  • Initial commit.

Credits

Mastodon Autopost

The App registration, oAuth connection and portions of the Mastodon API code is based on Mastodon Autopost.

Mastodon

The CSS and SVG icon come from the Mastodon project