Wordpress Picasa plugin
Posted in wordpress by sandaruwan on April 4th, 2008There is a quick update on picasa plugin.
If you want multiple users, in the picasa username field, separate users by semicolons ( ; ). You can use the album names inside brackets infront of the username. Separate album names by commas ( , ).
Example : sandaruwang(Adams Peak, IOI 2006);yasaruwan(sivali)



[...] Edit : Latest update http://www.sandaru1.com/2008/04/04/wordpress-picasa-plugin/ [...]
April 4th, 2008 at 7:09 am
[...] about wordpress and the way images were displaying from the newly installed (and rather awesome) picasa widget. So he fixed it. I really appreciated that, told him he was the man, etc.. then thought up about 5 [...]
April 10th, 2008 at 5:54 am
Even though I have the delay set to 1 it still will not update. What gives? I need like a manual refresh button or something. Any suggestions as to why its not updating?
April 10th, 2008 at 10:02 pm
Bryan, it’s day. Try setting it to “0″ and refresh the page.
Indeed, delay value seems to be a bad idea, I’ll change that ASAP.
April 11th, 2008 at 2:52 am
Bryan,
There was a bug with updates, and it’s fixed now. Thank you for the feedback. Please update the plugin.
April 13th, 2008 at 8:53 am
Hi, how can I change de size of the images? I have tried to put 200 instead of 160 in the code, in order to get a 200×200 image size, but it doesn’t work.
Thanks!!
April 13th, 2008 at 11:24 pm
Blasma,
Those are the only sizes provided by picasa.
~ Sandaruwan
April 14th, 2008 at 1:38 pm
But before the update of the plugin and the update of wordpress, I could resize it to 200×200…
April 15th, 2008 at 12:31 am
Yes Blamsa, you were correct. In fact there were some other sizes.. the problem is they don’t have any documentation of it, so I have to find by trail and error. Anyhow, I added some other sizes(including 200×200) and updated the plugins.
Thanks for pointing that out.
April 15th, 2008 at 1:08 am
Thanks sandaruwan. It works great!!
April 16th, 2008 at 4:03 am
hi sandaruman, your plugin works great!!!
April 22nd, 2008 at 4:50 pm
Version: 1.2.0.2
The RRS-Feed would not be updated. I could use the Variable 0 or 1.
[code]
RSS Download Delay(Days):
0
Last Download at Thursday 01st of January 1970 01:00:00 AM
[/code]
It is possible, that a function has been disable at server-side?
April 23rd, 2008 at 4:23 pm
waenger, it’s very strange. It means that the photos have never been updated. What do you see in the site?
Can you give the site url?
April 23rd, 2008 at 6:54 pm
Which field do I pu tmy info in?
Do I replace ‘user’ with my user id?
or ‘picase-user’ with my user id?
Can I leave all the other fields blank?
if ( $_POST['picasa-submit'] ) {
$newoptions['user'] = strip_tags(stripslashes($_POST['picasa-user']));
$newoptions['title'] = strip_tags(stripslashes($_POST['picasa-title']));
$newoptions['delay'] = strip_tags(stripslashes($_POST['picasa-delay']));
$newoptions['num'] = strip_tags(stripslashes($_POST['picasa-num']));
$newoptions['size'] = strip_tags(stripslashes($_POST['picasa-size']));
May 8th, 2008 at 7:46 am
Michael,
Go to “Design -> Widgets” and configure from the interface.
~ Sandaruwan
May 8th, 2008 at 1:33 pm