Could not find any contact information for the developer so I hope this will be noticed.
In the class wp-spotify.class.php the line that posts the song string to the widget, it incorrectly sets the song URI to the album URI by selecting the wrong table:
echo "\t<li><a href=\"spotify:track:{$Song['trackAlbumUri']}\"><div></div>{$Song['trackArtistName']} - {$Song['trackTrackTitle']}</a></li>\n";
should be:
echo "\t<li><a href=\"spotify:track:{$Song['trackTrackUri']}\"><div></div>{$Song['trackArtistName']} - {$Song['trackTrackTitle']}</a></li>\n";
Fixed it for me, anyways.
Thanks for a great widget, I'm loving it :)
http://wordpress.org/extend/plugins/wp-spotify/
kobestarr
Member
Posted 1 year ago #
hey there!
I have been trying to work out how to use this plugin. How do i get the uri short code? everytime i copy http or uri address the a clean link comes up when pasted?
Also what is the widget for?
There is very little documentation about this plugin but i love spotify so i would love to learn how to use it!
Cheers Kobi
Hey!
I just made a post about using (and fixing) this plugin on my blog. Please check it out at http://www.shtian.net. If you have any questions after reading it, just post a comment or send me an email - I'd be happy to help. :)
KATREyuk
Member
Posted 7 months ago #
A solution for WordPress 3.x database problems can be found at:
http://www.peorparaelsol.com/2011/10/09/solucion-a-problemas-con-wp-spotify-en-wordpress-3-x-wp-spotify-fix/
As plugin developer was not fixing that, I found someone that had fixed it, and I'm sharing the fix on my site.
Cheers