[Offtopic] MySpace profile plugin for wordpress
November 18th, 2006Hi all,
Just found some time to develop a little myspace profile plugin (see sidebar on the left). This plugin allows you to add your Myspace profile to your wordpress blog. Show your visitors your myspace profile and make some friends.
See it in action on my homepage in the left sidebar.
Installation:
=====================
0. Download and unzip sw_myspace.zip
1. Upload sw_myspace.php to wp-content/plugins folder
2. Activate the plugin (curl must be enabled on your server)
3. Go to your wordpress admin Options > MySpace
4. submit your myspaceID, choose a thumb size and enable/disable add as friend feature.
5. put <?php sw_getMyspaceProfile(); ?> somewhere in your template. For example sidebar.php would be a good place
Features
=====================
1. You can choose a small or medium thumbnail
2. You can enable or disable the add-to-friend option
Ok here’s the download link for version 0.1 : when you have curl
[update] I have updated this plugin to version 0.3. Now the plugin check if curl is available, if not the plugin uses file functions or fsockopen.
Ok here’s the download link for version 0.3 ; check the use of curl, file functions or fsockopen
[update 26-11-2006] Tx to travelblogger for pointing this out I had set the MySpace profile ID to a maxLength of 12, now I have set it to 20.
Ok here’s the download link for version 0.3a
When you update:
- Deactivate plugin
- Remove old version from server
- don’t forget to remove <? sw_getMyspaceProfile(); ?> if you are not using it
- Upload new version
- activate plugin








