Introducing a new jQuery AnchorCloud Link Identifier plugin, This helps make better and enrich link expanding system for your web content pages. This plugin developed using yahoo query language(YQL) for extracting website content like page title and description. The first version supports we included Youtube and Vimeo, next release we are planning to include some more popular video and photo services.
The Basic Setup
Include the jQuery and notification libraries into your document
<script src="jquery.js"></script>
<script src="js/jquery.anchorCloud.js"> </script>
Calling Plugin
$(document).ready(function()
{
$("body"). anchorCloud ();
});
Example Usage
<html>
<head>
<script src="jquery.js"></script>
<script type="text/javascript" src="js/jquery.anchorCloud.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
$(body).anchorCloud();
});
</script>
</head>
<body>
..................
Some text with contains links
..................
</body>
</html>
Plugin Theme Options
background // Background color Defeult #000000
title_color // Link or video title color Default #27ADDA
loading_text // Loading Mesaage Default Fetching data ...
description_color // Description Color Default #66666
anchor_default_color // Anchor Text color Default #006699
anchor_hover_color // Anchor text on hover color Default #006699


