Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Log1x/nofollow-pretty-links
https://github.com/Log1x/nofollow-pretty-links
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Log1x/nofollow-pretty-links
- Owner: Log1x
- License: mit
- Created: 2020-11-10T03:46:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T17:33:58.000Z (8 months ago)
- Last Synced: 2024-07-05T00:32:25.524Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 1.12 MB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Nofollow Pretty Links
![Latest Stable Version](https://img.shields.io/packagist/v/log1x/nofollow-pretty-links?style=flat-square)
![Total Downloads](https://img.shields.io/packagist/dt/log1x/nofollow-pretty-links?style=flat-square)Simple plugin that filters the current post content/excerpt forcing URL's created by [Pretty Links](https://wordpress.org/plugins/pretty-link/) to `rel="nofollow"` and `target="_blank"`.
## Requirements
- [PHP](https://secure.php.net/manual/en/install.php) >= 8.1
- [Composer](https://getcomposer.org/download/)## Installation
### Bedrock
Install via Composer:
```bash
$ composer require log1x/nofollow-pretty-links
```### Manual
Download the release `.zip` and install into `wp-content/plugins`.
## Usage
Activate the plugin.
## Bug Reports
If you discover a bug in Nofollow Pretty Links, please [open an issue](https://github.com/log1x/nofollow-pretty-links/issues).
## Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
## License
Nofollow Pretty Links is provided under the [MIT License](https://github.com/log1x/nofollow-pretty-links/blob/master/LICENSE.md).