I am going to save this one for a rainy day when I have a little spare time but my plans are to add another social bookmarking tag to my wordpress installations (approx 10) that will allow posts to be sent to MySpace as well as the others like Facebook, etc. that we already have available. MySpace recently made this somewhat available to developers as an effort (in my opinion) to combat all of the legitimate information that is getting shared on Facebook.
<span style="color: #606060"> 1:</span> <script type=<span style="color: #006080">"text/javascript"</span>>
<span style="color: #606060"> 2:</span> <span style="color: #0000ff">function</span> GetThis(T, C, U, L)
<span style="color: #606060"> 3:</span> {
<span style="color: #606060"> 4:</span> <span style="color: #0000ff">var</span> targetUrl = <span style="color: #006080">'http://www.myspace.com/Modules/PostTo/Pages/?'</span> + <span style="color: #006080">'t='</span> + encodeURIComponent(T)
<span style="color: #606060"> 5:</span> + <span style="color: #006080">'&c='</span> + encodeURIComponent(C) + <span style="color: #006080">'&u='</span> + encodeURIComponent(U) + <span style="color: #006080">'&l='</span> + L;
<span style="color: #606060"> 6:</span> window.open(targetUrl);
<span style="color: #606060"> 7:</span> }
<span style="color: #606060"> 8:</span> </script>
<span style="color: #606060"> 9:</span> <a href=<span style="color: #006080">"javascript:GetThis('MySpace Post To Feature Example', '<p>HTML content to post goes here <i>(e.g. text, images, objects, etc.)</i></p>', 'http://www.myspace.com', 3)"</span>>
<span style="color: #606060"> 10:</span> <img src=<span style="color: #006080">"http://cms.myspacecdn.com/cms/post_myspace_icon.gif"</span> border=<span style="color: #006080">"0"</span> alt=<span style="color: #006080">"Post to MySpace!"</span> /> Share on MySpace!
<span style="color: #606060"> 11:</span> </a>
Questions or Comments?