Japanatron Logo

The Joomla extension Stalker is awesome, but oddly enough it doesn't have iTunes as one of the default available networks.  If you're using the component, you can add it manually, but Stalker will change the iTunes-specific "iTunes" to "http."  If you're using the Stalker for JomSocial plugin, then you have to add it manually.

Stalker for JomSocial
* Edit /plg_stalker_js/languages & change an unused network to iTunes
* Edit /plg_stalker_js/stalker/helper.php & change an unused network to iTunes

Oddly enough adding lines for iTunes did not work.

Stalker Component
I went into the database via PHPMyAdmin and changed "http" to "iTunes."  Don't edit this in the Joomla backend because it will change it back to http.  If you do you'll have to go back into PHPMyAdmin and change it back.

Related Articles

Joomla Running on Nginx and Ub...

What follows is an outline I compiled while researching how to tighten security on a Nginx web server. NOTE 1: Ubuntu 14.04 LTS was used for this. NOTE 2: This ...

Joomla - How to Modify RSSocia...

RSSocial is an awesome free Joomla extension I use to display social media icons on my site.  Since it uses the Fontello Zocial font kit, I figured out how to m...

Joomla - Checklist for Moving ...

* Remove web directory protection entries * Rsync files to the new location * Change Apache root folder settings * Redo web directory protection entries * U...

How To Build an Ubuntu Web Ser...

The following is a task outline for building an Ubuntu-based web-server to run Joomla and JomSocial.  I created this for my own notes, so apologies if it's...