26 messages in com.googlegroups.sweetcron[Sweetcron] Last.Fm plugin for Sweetcron
FromSent OnAttachments
Cory O'BrienNov 1, 2008 3:27 pm 
MilanNov 1, 2008 4:29 pm 
ChanNov 6, 2008 4:40 pm 
chrisskeltonNov 6, 2008 4:59 pm 
onefish2Nov 6, 2008 10:04 pm 
yongfookNov 6, 2008 10:22 pm 
onefish2Nov 7, 2008 6:21 am 
yongfookNov 7, 2008 6:40 am 
onefish2Nov 7, 2008 6:58 am 
yongfookNov 7, 2008 7:03 am 
onefish2Nov 7, 2008 7:16 am 
ChanNov 8, 2008 7:59 pm 
yongfookNov 8, 2008 8:49 pm 
Jeroen SmeetsNov 9, 2008 2:32 am 
docfloNov 9, 2008 3:10 am 
xzolianNov 9, 2008 6:30 am 
Jeroen SmeetsNov 9, 2008 10:35 am 
Jeroen SmeetsNov 9, 2008 11:42 am 
ChanNov 9, 2008 6:11 pm 
yongfookNov 9, 2008 6:24 pm 
ChanNov 10, 2008 5:37 pm 
TomakunDec 9, 2008 10:19 pm 
Jon Yongfook CockleDec 10, 2008 2:47 am 
TomakunDec 10, 2008 5:22 am 
TomakunDec 18, 2008 6:17 pm 
Jon Yongfook CockleDec 19, 2008 12:43 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[Sweetcron] Last.Fm plugin for SweetcronActions...
From:Jeroen Smeets (jer@dirkie.nu)
Date:Nov 9, 2008 2:32:36 am
List:com.googlegroups.sweetcron

First, as this is my first message to the list -- hello! I got a question if I could help with a Last.Fm plugin for Sweetcron, and I didn't know Sweetcron yet. I have set it up on my domain and am very impressed!

So I dug through my Wordpress plugins for Last.Fm and extracted some code and wrote some new lines, so I can announce here a plugin for Last.Fm.

Most time was spent on fetching the image for the cd that the track is on.

You can download a first beta version from

jeroensmeets.net/downloads/sweetcron_last_fm.zip

And I added this code to themes/boxy/_activity_feed.php

<?php elseif ($item->get_feed_domain() == 'last.fm'): ?> <p class="twitter_user"><a href="<?php echo $item->get_permalink(); ?>"><img src="<?php echo $item->get_image(); ?>" alt="" /></a></p> <p class="twitter_tweet"><?php echo $item->get_title()?></p>

Please let me know what you think and any improvements you can see!

Greetings,

-- Jeroen