As you probably know by now, WiseLoop JavaScript Fast Links is a jQuery powered script designed to offer an easy way to access the most popular web sites and services right from your home page.
The following sample code will show you how to integrate the Fast Links script into your own website pages.
A very basic understanding of HTML, JavaScript and jQuery is required.
If you are not familiar with HTML, JavaScript or jQuery, you can find plenty of documentation over the internet.
Being jQuery powered, after including the jQuery library, the wlFastLinks.js file needs to be added inside the page head section.
After including wlFastLinks.js file, a call to wlFastLinks.go() is required.
<html> <head> <script type="text/javascript" src="jquery-1.7.1.min.js"></script> <script type="text/javascript" src="path-to-javascript-fast-links/wlFastLinks.js"></script> <script type="text/javascript">wlFastLinks.go();</script> </head> <body> ... site content ... </body> </html>
The config file is located near the main script file wlFastLinks.js and it should look like this:
wlFastLinks.options = { pluginList: [ 'link-open', 'google-localhost', 'google', 'yahoo', 'bing', 'dictionary', 'thesaurus', 'wikipedia', 'wolframalpha', 'youtube', 'google-translate', 'twitter', 'vimeo', 'dailymotion', 'soundcloud', 'flickr', 'imageshack', 'photobucket' ], theme: 'default', title: 'Fast Links', target: 'tab', //self, tab, dialog dialogWidth: 800, dialogHeight: 700, chapters: true, key: 'ctrl', //none, ctrl, alt notification: true, notificationMessage: 'Select a text and press {key} to view options' };
Please refer to the Settings help area to get more details about each setting.
Just select some text from your web page, right click and a lots of actions becomes available for that selection!
Enrich your website user experience with this very cool piece of software that offers instant access to the most popular web sites and services featuring: Google Search, Dictionary.com, Google Translate, Wikipedia, Wolfram Alpha, Youtube, Vimeo, Soundcloud, Flickr, Twitter and more!