This plugin MooTools allows you to create an unobtrusive interactive Flickr badge for your website or blog.
First you must to include the JS file in the head of your HTML document.
#HEAD <script type="text/javascript" src="mootools-core.js"></script>
In your BODY:
#BODY <div class="flickrbadge"> <p><a href="http://www.flickr.com/photos/23455178@N06">My latest photos on flickr</a></p> </div> <div class="flickrbadge"> <p><a href="http://www.flickr.com/photos/11414938%40N00">My latest photos on flickr</a></p> </div> <div class="flickrbadge"> <p><a href="http://www.flickr.com/photos/56734388@N00">My latest photos on flickr</a></p> </div> <!-- insert flickrbadge dot js --> <script type="text/javascript" src="flickrbadge.js"></script>
Your sample looks as following:
<div class="...class..."> <p><a href="...@...">...text...</a></p> </div>
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus