Giter Site home page Giter Site logo

bradymholt / jquery-googleslides Goto Github PK

View Code? Open in Web Editor NEW
23.0 3.0 12.0 94 KB

A jQuery plugin to display your Google Photos.

Home Page: https://bradymholt.github.io/jquery-googleslides/

License: MIT License

CSS 2.03% JavaScript 19.74% HTML 78.23%

jquery-googleslides's Introduction

jQuery googleslides

A jQuery plugin to display your Google+ Photos.

Documentation and Demos

Basic Usage

	$("#slidesContainer").googleslides({
       userid:'115528839112598673902', 
       albumid:'5710317752556741025'
    });

jquery-googleslides's People

Contributors

bradymholt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jquery-googleslides's Issues

How can I implement googleslides into Drupal?

I like googleslides very much. For Wordpress there's a plugin, for Drupal I can't find anything. It seems that googleslides can work in Drupal, but I have no idea how to do it. Who can help me?

authkey doesnt work properly

Request

What if you added a next and previous functionality so it would be awesome slider not just a photo slide ๐Ÿ‘

Thank you

Wordpress plugin requires update for use with current WP version

Not the best place to report WP issue I suppose, but don't really see another option.

The current version of WP (4.x) require the wp_enqueue_* calls to be wrapped in a function called through the "wp_enqueue_scripts" hook in init.php.

Add before wp_enqueue_* calls:

function googleslides_scripts() {

Add after ep_enqueue_* calls, before tag handler:

}
add_action( 'wp_enqueue_scripts', 'googleslides_scripts' );

stop working

Stop working.
Maybe something from picasaweb api.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.