Check this plug in out! Just hover over Flickrtips for a preview. You can download the plug in here
The flickrtips plugin isn’t working on my PC.
I’ve tested in both Firefox 2 and IE6.
Any ideas? Do you have to set anything up or just click activate?
Mike
The FlickrTips magic is attached to the “wp_head” and “wp_footer” actions, so I believe all your template needs to do is call these two functions:
header.php: call wp_head() just before the tag footer.php: call wp_footer() just before the tag
Cool! I added wp footer into my footer and now it works. Perfect! Thanks very much.
You must be logged in to post a comment.
Videos, Slideshows and Podcasts by Cincopa Wordpress Plugin
The flickrtips plugin isn’t working on my PC.
I’ve tested in both Firefox 2 and IE6.
Any ideas? Do you have to set anything up or just click activate?
Mike
15.08.2007, 7:11 pmThe FlickrTips magic is attached to the “wp_head” and “wp_footer” actions, so I believe all your template needs to do is call these two functions:
header.php: call wp_head() just before the tag
15.08.2007, 9:05 pmfooter.php: call wp_footer() just before the tag
Cool! I added wp footer into my footer and now it works. Perfect! Thanks very much.
20.08.2007, 7:27 pm