Fast Flickr
24/06/2006 — Tags: download, flickr, phpFast Flickr is my first Wordpress plugin. This plugin shows a set of Flickr easily, with Lightbox 2 suport.
USAGE:
1) Download the plugin.
2) Copy Fast Flickr folder into wp-content/plugins.
3) Active in Plugins Panel
4) In sidebar.php, paste:
<?php fastflickr("Set id", "Show title of set: false or true","Show description: false or true"); ?>
EXAMPLE:
<?php fastflickr("72157594168783620", 1,1); ?>
FAST FLICKR IN ACTION (WITHOUT TITLE, DESCRIPTION AND CSS):
.f_title {font-weight: bold; display: block}
.f_description {color: red; display: block}
.f_picture {border: 1px solid #999999; padding:4px; margin: 3px;}
.f_description {color: red; display: block}
.f_picture {border: 1px solid #999999; padding:4px; margin: 3px;}
Note: to run Fast Flickr in any post, you need of PHP Exec Plugin, that allows PHP executations. For default, Wordpress deny PHP Scripts in posts and pages.
Sem comentários ainda
você pode deixar uma resposta, ou dar um trackback para seu site.