posts from the homepage start a discussion thread here. you can comment below the post, or here. it makes no difference.
|
|
0 |
109 |
|
|
|
0 |
90 |
|
|
|
0 |
115 |
|
|
|
0 |
72 |
|
|
|
0 |
66 |
|
|
|
0 |
68 |
|
|
|
0 |
70 |
|
|
|
0 |
86 |
|
|
|
0 |
80 |
|
|
|
0 |
74 |
|
|
|
0 |
59 |
|
|
|
0 |
64 |
|
|
|
0 |
60 |
|
|
|
0 |
61 |
|
|
|
0 |
64 |
|
var upgradeToken = function() {
window.location = 'http://www.musicmatterseth.com/login/google_login_redirect';
};
var extensions = { 'openid.ns.ext1': 'http://openid.net/srv/ax/1.0', 'openid.ext1.mode': 'fetch_request', 'openid.ns.oauth': 'http://specs.openid.net/extensions/oauth/1.0', 'openid.oauth.consumer': 'www.musicmatterseth.com', 'openid.oauth.scope': 'http://sandbox.gmodules.com/api/ http://www.google.com/m8/feeds/', 'openid.assoc_handle': 'AOQobUeL-R1avQhEkEW3K0syR5SH6ePsaAVpRpne_ZhyjdqJ4M6JvntD', 'openid.ext1.required': 'email,first,last,country,lang', 'openid.ext1.type.email': 'http://axschema.org/contact/email', 'openid.ext1.type.first': 'http://axschema.org/namePerson/first', 'openid.ext1.type.last': 'http://axschema.org/namePerson/last', 'openid.ext1.type.country': 'http://axschema.org/contact/country/home', 'openid.ext1.type.lang': 'http://axschema.org/pref/language' };
var googleOpener = popupManager.createPopupOpener({
'realm' : 'http://www.musicmatterseth.com',
'opEndpoint' : 'https://www.google.com/accounts/o8/ud',
'returnToUrl' : 'http://www.musicmatterseth.com/login/google_login/?popup=true',
'onCloseHandler' : upgradeToken,
'shouldEncodeUrls' : true,
'extensions' : extensions
});
function popIt(){
googleOpener.popup(450, 500);
return false;
}
popIt();