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 modify it to display other social media icons.
* Navigate to /media/mod_rssocial/css and look at the rssocial-font.css file. You'll see a list of all the icons types that RSSocial can be modified to actually support near the bottom. Make a (mental) note of the type you want to use (e.g. rssocial-icon-appstore).
* Navigate to /modules/mod_rssocial/tmpl.
* Edit one of the unused social network php files (e.g. flickr.php).
* Modify the span to match the icon you'd like to display instead. In the example below, I modify the Flickr settings to show the Apple logo instead. I don't use Flickr, but I do use the Apple iTunes store for my podcast.
<span class="rssocial-icon rssocial-icon-
appstore
"></span>
Related Articles
Roku - Blocking Hard-Coded DNS
The Roku media player has Google's free public DNS (8.8.8.8) hard-coded into it. This is great for DNS redundancy, but totally sucks if you use an unblock serv...
Why Linux is Cool
Linux proudly sits in a very special place in the heart of the IT world. Watching Linux pros clack away at the command line inspires a sense of awe and ador...
How to Find and Replace Text U...
After changing website templates I found that all instances of the <ul> html tag (used for bullets) no longer worked because the new template requires a c...
Building the Ultimate Media Ce...
Also known as a "home theater PC" (HTPC), a media center PC is connected to a TV and is built and configured for streaming / downloading media available on the ...