PageMarketingSEO
Power Member
- Jan 7, 2013
- 517
- 67
Need quick check on some code that worked fine on my pc but when uploaded on hosting it doesn't work anymore.
If you got SKYPE it would be awesome add me on "ikimoi".
Otherwise if you can solve it here, this is the code
)
What this code does is it pops a social box that closes after 30 seconds or when someone tweets/google+ the website. On the pc it works fine but when uploaded to hosting, the countdown doesn't work neither the icons of twitter/google+.
There is another problem too with a button that should perform a java operation when clicked it doesn't do shit when uploaded.
Thanks!
If you got SKYPE it would be awesome add me on "ikimoi".
Otherwise if you can solve it here, this is the code
Code:
<script>
$(document).ready(function(){ $().socialTrafficPop({
timeout: 30,
title: "Website.com/niche/",
message: 'Niche Generator',
google_url: "Website.com/niche/",
fb_url: "Website.com/niche/",
closeable: false,
advancedClose: false,
opacity: '0.45',
twitter_method: "tweet",
tweet_url: 'Website.com/niche/',
tweet_text: 'Sweet! Ive just received my free Resource niche'
});
});
</script>
What this code does is it pops a social box that closes after 30 seconds or when someone tweets/google+ the website. On the pc it works fine but when uploaded to hosting, the countdown doesn't work neither the icons of twitter/google+.
There is another problem too with a button that should perform a java operation when clicked it doesn't do shit when uploaded.
Thanks!
Last edited: