Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

jQuery googleslides

Descripció

jquery.googleslides is a simply jQuery plugin that displays your Google Photos, including Picasa and Google+ albums. Visit the jquery-googleslides project site for more information.

Captures

  • googleslides (default)

Instal·lació

Installing The Plugin

Either use the built in plugin installation feature of WordPress, or extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to /wp-content/plugins/. Then just visit your admin area and activate the plugin. That’s it!

PMF

Usage

Add a Shortcode to use this plugin. For example:
[googleslides albumid=”5710317752556741025″ userid=”115528839112598673902″].

The album you specify must be marked ‘Public’ in Google+ or Picasa!

You can also specify any of the jquery.googleslides plugin options in the Shortcode like this:
[googleslides albumid=”5710317752556741025″ userid=”115528839112598673902″ imgmax=”200″ caption=”false” time=”3000″]

Determining userid and albumid

To find your user and albumid, you should open the album directly from the Google+ or Picasa page. When the album comes up you will see the user and albumid in Url.
Refer to the jquery.googleslides project site for more information about determining the userid and albumid.

Options

Refer to the jquery.googleslides project site for a list of all the options. Any of the options can be specified in your Shortcode.

Widgets

If you want to be able to use this plugin in a widget area, you need to add the following line to your functions.php file:
add_filter(‘widget_text’, ‘do_shortcode’);

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«jQuery googleslides» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

1.3

  • Fixing bug with jumping window on slide change.

1.2

  • Support ‘Limited’ visibility albums with authkey option. Enhanced css.

1.1

  • Initial release