What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Facebook Status as PSM v1.31

Pages: (9): « First [ 1 ] 2 3 4 5 » Last »
[Release] Facebook Status as PSM v1.31
Author: Message:
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
O.P. [Release] Facebook Status as PSM v1.31
This script will update your WLM Personal Message with your Facebook status

Version 1.31 is a small update to fix the problem with settings not being remembered after exiting Messenger

Version 1.30 includes a reset button to remove all settings and to remove your PSM and an update button to force an instant update of your PSM to reflect any changes in feed link or prefix.  It also adds a feature to remove a certain number of letters from the front of your status (spaces DO count), so that for example you can remove your name, or the next word from your status.  Example:

Facebook status: Danny is watching new Lost

Enter '9' in the box, produces this: Watching new Lost

Version 1.22 changes the URL for the feed link (as the .new bit isn't needed) and fixes a bug with the autoupdate and is now live on the Scripts Database

Version 1.21 includes minor fixes and is now live on the Scripts Database

Version 1.2 includes a Settings window where you can set:

1. The URL to use for the feed (with a link to discover it, as per the instructions below)
2. A prefix to appear before the feed item
3. A duration in minutes to check for updates


URL instructions:

1. http://www.facebook.com/minifeed.php?filter=11
2. Right click on 'My Status' and choose 'Copy shortcut'

DOWNLOAD HERE

Idea suggested by Chris4

Original downloads: 17


This post was edited on 03-30-2009 at 08:33 PM by djdannyp.
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5176 days, 9 hours, 12 minutes, 29 seconds ago
01-27-2009 05:39 PM
Profile E-Mail PM Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: [Release] Facebook Status as PSM v1.0
Thanks! :D I am going to try this right now.
[Image: logo1nu1.png]
01-27-2009 06:05 PM
Profile PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: [Release] Facebook Status as PSM v1.0
Thanks for making it :).

How can I add "Facebook status:" or something, before the actual status? I tried to edit the code but failed.
Twitter: @ChrisLozeau
01-27-2009 10:42 PM
Profile PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
O.P. RE: [Release] Facebook Status as PSM v1.0
Change line 30 from

code:
Messenger.MyPersonalMessage = newPsm;

to

code:
Messenger.MyPersonalMessage = "Facebook Status:" + newPsm;

that should do it
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5176 days, 9 hours, 12 minutes, 29 seconds ago
01-27-2009 10:55 PM
Profile E-Mail PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: [Release] Facebook Status as PSM v1.0
Thanks :)

Need a space after the colon. Also put it in brackets.

code:
Messenger.MyPersonalMessage = "[Facebook Status:] " + newPsm;

Great script :)

Next update should include an interface where you can put the URL in a textbox, rather than in the coding. Or something that automatically gets it for you, if possible. :P
Twitter: @ChrisLozeau
01-28-2009 12:06 AM
Profile PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
O.P. RE: RE: [Release] Facebook Status as PSM v1.0
quote:
Originally posted by Chris4
Thanks :)

Need a space after the colon. Also put it in brackets.

code:
Messenger.MyPersonalMessage = "[Facebook Status:] " + newPsm;

Great script :)

Next update should include an interface where you can put the URL in a textbox, rather than in the coding. Or something that automatically gets it for you, if possible. :P

The text box should be do-able, I'll work on that, however I don't think I can do something to automatically get it for you, as the link has to include your unique facebook ID and also an authorisation key as an identifier that you're allowed access to the feed.

But I agree that a textbox would be a nice solution to at least avoid having to edit the code.
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5176 days, 9 hours, 12 minutes, 29 seconds ago
01-28-2009 06:46 AM
Profile E-Mail PM Find Quote Report
Vilkku
Veteran Member
*****

Avatar

Posts: 1411
Reputation: 27
35 / Male / Flag
Joined: Mar 2003
RE: RE: RE: [Release] Facebook Status as PSM v1.0
quote:
Originally posted by djdannyp
quote:
Originally posted by Chris4
Thanks :)

Need a space after the colon. Also put it in brackets.

code:
Messenger.MyPersonalMessage = "[Facebook Status:] " + newPsm;

Great script :)

Next update should include an interface where you can put the URL in a textbox, rather than in the coding. Or something that automatically gets it for you, if possible. :P

The text box should be do-able, I'll work on that, however I don't think I can do something to automatically get it for you, as the link has to include your unique facebook ID and also an authorisation key as an identifier that you're allowed access to the feed.

But I agree that a textbox would be a nice solution to at least avoid having to edit the code.
While you're at it, also let people specify how it is displayed. Like, a text box where you can use %status to insert the status. Too early for me to be able to explain properly :P But there would be one box where you enter the feed and another where you enter how you want it displayed (for example "[Facebook Status:] %status" in the case of Chris4).
[Image: signature.php]
01-28-2009 06:56 AM
Profile E-Mail PM Web Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
O.P. RE: [Release] Facebook Status as PSM v1.2
Updated to version 1.2 with both of the above suggestions, see original post
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5176 days, 9 hours, 12 minutes, 29 seconds ago
01-28-2009 05:48 PM
Profile E-Mail PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
O.P. RE: [Release] Facebook Status as PSM v1.21
Updated version now live on scripts database

http://www.msgpluslive.net/scripts/view/503-Facebook-Status
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5176 days, 9 hours, 12 minutes, 29 seconds ago
01-30-2009 10:54 AM
Profile E-Mail PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: [Release] Facebook Status as PSM v1.21
Doesn't explain what the "prefix" is, how to get the "feed link", or what the "timer" is. :S

It needs instructions, not just a link to this thread in the About window.

P.S. Do I get no credit? (A)

This post was edited on 02-01-2009 at 10:12 PM by Chris4.
Twitter: @ChrisLozeau
02-01-2009 10:09 PM
Profile PM Find Quote Report
Pages: (9): « First [ 1 ] 2 3 4 5 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On