Περιγραφή
This is a widget, you can put in the sidebar that display recent played tracks of an last.fm account.
You can set any last.fm username, limit the songs and refresh interval.
This plugin require jQuery on your template. If your template doesn’t support jQuery, this plugin will display your currently played song in image format.
Στιγμιότυπα
Εγκατάσταση
- Upload the zip to the
/wp-content/plugins/
directory - Extract
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Drag LastFM Now Playing Widget to your sidebar
- Done!
Συχνές Ερωτήσεις
- Can I set other last.fm account?
-
Yes, you can set any last.fm account.
- WordPress.org doesn’t permit plugins installation 🙁
-
You can display your currently played track using
img
html tag. To do this, drag a Text widget. Set widget title, then set<img src="http://play.eprofile.web.id/lastfm/lastfm.php?username=baabullah&output=image&width=200"/>
as the content. Changebaabullah
with your desired last.fm account.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“LastFM Now Playing” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “LastFM Now Playing” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.3
- Fix jquery checking
1.0.2
- Fallback to image format if the template doesn’t support jQuery
1.0.1
- Fixing typo in readme.txt
1.0.0
- Initial release