nicolasbettag / LastFM-Played-for-Wordpress

Clean and simple recently played Last.FM Plugin for Wordpress
https://wordpress.org/plugins/lastfm-played-for-wp/
2 stars 1 forks source link

Feature request: Display the latest track without a widget #4

Open dertuxmalwieder opened 8 years ago

dertuxmalwieder commented 8 years ago

Hi,

as I actually love my hand-crafted sidebar, I wonder if you plan to provide a way to display the latest Last.fm track directly inside a theme. That would additionally make styling much easier.

Thank you!

nicolasbettag commented 8 years ago

Hi there, so you wanna design the widget by yourself? That would be possible. Any specific stuff?

dertuxmalwieder commented 8 years ago

Depends how much work you'd want to invest to fulfill my wishes. ;-)

Right now I'd like to have something like:

[for 1 to [number of latest tracks]]
<a href="[Last played track: Artist: Last.fm URL]">[Artist]</a> - <a href="[Last played track: Title: Last.fm URL]">[Title]</a>
[/for]

(Given that I, personally, only want to display the very latest track, so for me the number would always be 1.)

nicolasbettag commented 8 years ago

I'll implement this, in the next few days.