An open API service indexing awesome lists of open source software.

https://github.com/morewings/ingo-reg


https://github.com/morewings/ingo-reg

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Verson: 0.2

Plugin working with jquery version >= 1.7.2.

It is JQuery plugin to install it on sites of our parthers.

To install:

1. Add plugin styles in ``:

```html

```

2. Add jquery and plugin scripts: at the bottom of your page (right before `` tag):

```html

....


$(function() {
$('YOUR BUTTON SELECTOR NAME').ingo({
ingoId: '', //INSERT INGO_ID HERE
manual: '' //INSERT LINK FOR MANUAL REGISTRATION HERE
});
});

```

Supported options:

`linkedin` (true|false, default - true) - enable linkedin button

`facebook` (true|false, default - true) - enable facebook button

`google` (true|false, default - false) - enable google button

`manual` (string, default - false) - this should be a url of registration page

`headerText` (string, default - 'Speed up registration with') - text for popup header

`smallPopup` (true|false, default - false) - if 'true', hides top and bottom parts op popup

`ingoId` (string, __requred__ and no default) - it is id of conference in InGo, it is __required__ to make plugin working!

That information can be used to autofill the registration form.