Skip to content

Instantly share code, notes, and snippets.

@arush
arush / wordpress magento gigya reg
Created August 2, 2011 09:43
Wordpress Magento Gigya reg page
<!-- head -->
<!-- BEGIN Gigya Socialize -->
<!-- socialize.js script should only be included once -->
<script type="text/javascript" src="http://cdn.gigya.com/js/socialize.js?apiKey=2_T-yAvt8V45JKSmDuCaS6tYQFMpkNeIpI-AeEa8T0zC2uuPRvTANZXks5Zu0UCHXo"></script>
<script type="text/javascript">
var conf=
{
APIKey: "2_T-yAvt8V45JKSmDuCaS6tYQFMpkNeIpI-AeEa8T0zC2uuPRvTANZXks5Zu0UCHXo" ,enabledProviders: "facebook,twitter,yahoo,messenger,google,linkedin" ,connectWithoutLoginBehavior: 'alwaysLogin'
,onError:function(e) {
}
@arush
arush / floating div
Created August 2, 2011 07:10
Floating div based on scrollpoint
loadPCROverlay: function () {
try {
var f = ta.id("CHECK_RATE");
var h = ta.id("PERSISTENT_CHECK_RATES_CONTENT");
var d = window.getScroll();
if (!h) {
return
}
if (!f || !d) {
h.dispose();