Marriland Tooltip Syndication Instructions

To take advantage of the tooltip functionality you will need to make sure your website includes the JQuery Javascript library as well as our tooltip library.
I have JQuery already
Simply copy and paste this HTML code snippet into the code of your website. This should be added after you include your JQuery script.
<script type="text/javascript" src="http://static-cerulean.cursecdn.com/current/js/syndication/tt.js"></script>
I don't have JQuery yet
If you don't have JQuery installed yet, you should copy and paste both of these HTML code snippets in the code of your website.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript" src="http://static-cerulean.cursecdn.com/current/js/syndication/tt.js"></script>
Usage
Once that's done, any links to the Pokedex on Marriland will receive the tooltip. The following examples will produce this tooltip: Emboar.
<a href="http://www.marriland.com/pokedex/black2-white2/500-emboar">Emboar</a>
Or, if your forum uses BBcode:
[url="http://www.marriland.com/pokedex/black2-white2/500-emboar"]Emboar[/url]
It's as simple as that!





