felixarntz/relevant-tweet

Allows to associate a tweet with each post, and optionally to display a link to it in the frontend.

dev-main 2024-12-08 04:53 UTC

This package is auto-updated.

Last update: 2024-12-08 04:58:32 UTC


README

PHP Unit Testing Codecov Packagist version Packagist license WordPress plugin version WordPress tested version WordPress plugin downloads

Relevant Tweet

This plugin adds a field to the WordPress editor sidebar which allows you to paste the URL to a tweet that is associated with the post. The URL is then stored in post meta and can be used to e.g. display the relevant tweet URL in the frontend.

By default, the plugin will append the link to the post content in the frontend. This can be disabled via filter though in favor of manual output elsewhere.

Installation and usage

You can download the latest version from the WordPress plugin repository.

Please see the plugin repository installation instructions for detailed information on installation and the plugin repository FAQ for additional details on usage and customization.

Alternatively, if you use Composer to manage your WordPress site, you can also install the plugin from Packagist:

composer require felixarntz/relevant-tweet:^1.0

Contributions

If you have ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request right here on GitHub. Please refer to the contributing guidelines to learn more and get started.

You can also contribute to the plugin by translating it. Simply visit translate.wordpress.org to get started.

License

The Relevant Tweet plugin is licensed under the GPLv2 (or later).