Initial commit

This commit is contained in:
2025-11-14 19:02:49 -08:00
commit 0324d6fc34
4 changed files with 623 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# Last.fm Now Playing Widget
**Description:** Displays your current or most recent track from Last.fm on your WordPress site.
## Installation
1. Upload the plugin folder to your `/wp-content/plugins/` directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Go to **Settings → Now Playing (Last.fm)** to enter your Last.fm username and API key.
## Usage
* Use the shortcode `[now-playing-widget]` to display the widget in posts or pages.
* Add the **Last.fm Now Playing** widget to any sidebar via the WordPress Widgets screen.
## Features
* Shows currently playing track or most recent track from Last.fm.
* Includes album artwork.
* Displays "Now Playing" or "Last Played" with timestamp.
* Fully configurable via plugin settings page.
## License
This plugin is licensed under the GPLv2 or later. See [GPL License](https://www.gnu.org/licenses/gpl-2.0.html) for details.