WP-Last.FM

14 de Novembro de 2006

This plugin retrieves the last played song from your Last.FM account.

DOWNLOAD: wp-lastfm.zip

What do I need to use this plugin?

You need to create an account at Last.FM and configure your player to send all tracks you're listening to Last.FM. Check it out the Last.FM website for more details.

This plugin uses the CURL library. If your server doesn't have this library, WP-Last.FM plugin tries to get the info by using the "fopen" function automatically.

Installing

  1. Upload to your plugins folder, usually `wp-content/plugins/`.
  2. Activate the plugin on the plugin screen.

    Plugin activation
  3. A new tab should appear at the plugin screen. Inform your last.fm username and press the "Update" button.

    Plugin configuration

Using the plugin

After saving a post, a "custom field" will be saved containing the last played song. If you have no songs in your recent tracklist, this field won't be added.

Admin: Custom Field

Showing the track info

Just add the following code in your template:

<?php if ($track = get_post_meta($id, 'listening_to', true)): ?>
    <p class="listening-to"><strong>Listening to:</strong> <?php echo $track; ?></p>
<? endif; ?>

Reporting bugs

Just leave me a comment. ;)

Donate

Posts relacionados
Last.fm no Wordpress

Comentários #

#1 WordPress Station disse:
19 Nov 06, 08:48PM

[...] Simples Idéias. [...]

#2 Fábio Resende disse:
25 Dez 06, 08:10PM

Nando,

estou com um probleminha… Por acaso acabei chegando aqui nesse plug-in.
A minha irmã em pediu para eu colocar no blog dela o last.fm dela e da sócia… Conhece algum plug-in que faça isso? dois usuários diferentes?
Algum plano em uma versão mais nova do seu plug-in que faça isso?

#3 Nando Vieira disse:
26 Dez 06, 01:15PM

Eae Fábio! Você quer dar suporte ao last.fm no estilo deste plugin? Se sim, acredito que ele já funcione, pois a música é associada ao post, que por conseguinte é associado ao usuário. Se for da maneira como está no rodapé desta página, depende muito de qual plugin você está usando.

#4 WP Plugins DB » Blog Archive » WP-Last.fm disse:
20 Maio 07, 04:56AM

[...] Visit [...]

#5 somecanuckchick disse:
14 Jun 07, 06:55PM

Thank you for the plugin!

:) SCC

#6 Dani disse:
26 Jul 07, 04:23AM

Great plugin =) thx!

#7 Dentaku » Blog Archiv » links for 2007-12-16 disse:
16 Dez 07, 08:31PM

[...] WP-Last.FM This plugin retrieves the last played song from your Last.FM account. (tags: wordpress last.fm plugin) [...]

Deixe um comentário




Este blog usa o Gravatar.


Não é aceito código HTML: adicione-o no pastie.org ou paste.milk-it.net e poste apenas o link.

Se este é seu primeiro comentário, ele terá que ser aprovado antes de ser exibido.