John Sampson RSS

Archive

Mar
15th
Tue
permalink

Facebook Invite Friends to Events - Javascript Solution

Here’s a solution to the Facebook updates as of March 2011 to “Invite all your Friends to Events”.  Not the best case scenario, but it works.

Keep in mind:

  1. Scroll to the bottom of your friends list first in the popup window first.
  2. Put the code below in the address bar of your browser and hit enter/return.
  3. Click “Save & Close” only once all the checkboxes have been checked.
  4. It may take Facebook quite a while to send out all invites - patience is required and this only need be done once.

THE CODE:

javascript:elms=document.getElementById(‘pop_content’).getElementsByTagName(‘li’);for(var fid in elms){if(typeof elms[fid] === ‘object’ && elms[fid].childNodes[0] != undefined && elms[fid].childNodes[0].type != undefined && elms[fid].childNodes[0].type == “checkbox”){elms[fid].childNodes[0].click();}}

Nov
12th
Thu
permalink

Is Apple Moving iTunes to a Web Store?

As you may know, I founded a web property called The DJ List - Worldwide Directory of DJs and Dance Music.  I recently have been working with the iTunes affiliate program and have indexed some 15k albums for DJs on The DJ List in the past few weeks.

Yesterday in working with the affiliate program and links, I witnessed a significant change in Apple’s iTunes site - a move to a web based store - away from that of installed app.

A few days ago, any affiliate link to an iTunes product would simply render a launch/re-direction page that would open the the album page inside of the iTunes app and take you back to the publisher site.  It flashed a brief message saying opening iTunes with a quick display of the album logo as well.

As of yesterday, this has changed.  Take a look at the following page for Above & Beyond’s new Anjunabeats album.

Itunes Web Based Store

A complete web based product profile for the album, complete with; album details, tracklist, reviews, customers also bought, etc.

Additionally, there are very SEO optimized links to artist pages.  Here’s an example Artist Profile URL:

“http://itunes.apple.com/us/artist/above-beyond/id20318188”

I imagine the SEO album pages are not all that far off.  This will be of significant impact to results in the search world in the months ahead.

Apple now has a web based store.  Amazon, et al. pay close attention to Apple future moves.  The impact will be felt across all product offerings in the iTunes store.

A few additional points:

  1. I’m saddened that the links no longer redirect to my site.  I will miss out on valuable traffic.
  2. Are iTunes affiliate links now being tracked/credited at the web url destination?