« Real Life Red Alert Telsa Coil | rebateheaven.com is not a SCAM and FRAUD » |
I’ve been trying to get my missus to update her blog but one of the features that she wanted as a way of embedding slideshows and photo galleries stuff.
So I ended up writing a simple one and named it photoplug.
Currently it only supports flickr and picasa.
What it does is it extends the renderer plugin to convert flickr and picasa tags into its respective embedded slideshows.
You can either use the admin toolbar for a prompt aided inserting of the slideshow’s code or follow the instructions below to find the tags for inserting the code.
The above slideshow was rendered with the following tags
[picasa]brinley:5123431352497584897:400x267[/picasa]
The break down of the tags are as follows,
[picasa]iUserId:iAlbumId:iSize[/picasa]
For flickr slide shows;
The above slideshow was rendered with the following tags
[flickr]61353731@N00: :200x200:72157602771535784[/flickr]
Note the tag parameter is a blank space. Seems like if its blank the str_replace fails.
The break down of the tags are as follows,
[flickr]iUserId:sTag:iSize:iSetId[/flickr]
Where
There are still a couple more parameters available to configure but these are the ones I required and find useful. If you have a parameter/setting/feature that is worth adding to this plugin, drop me an email or comment and I will get to it as soon as I can.