Fast Flickr

24 de Junho de 2006 ~ Tags: , ,

Fast 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): fastflickr("72157594168783620", 0,0); There is 3 CSS Class of this code: .f_title (title of set), .f_description (description of set) and .f_picture (used in images). An example of style:

.f_title {font-weight: bold; display: block}
.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.


Posts relacionados:


Sem comentários ainda


Deixe uma resposta






Últimos textos do blog

Tagcloud



Veja todos os textos →