Does anyone know how to install this social popup traffic script to the website like http://freeriotpointscode.com/ ??
I've tried the code
but it doesn't seem to work... This is a cool nifty trick to make the visitors stay longer and potentially lower the bounce rate.
I've tried the code
<link rel="stylesheet" href="css/reset.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/social-traffic-pop.css" type="text/css"/>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script src="http://www.adworkmedia.com/gLoader.php?GID=3577&pubID=7325&go=&sid=" type="text/javascript"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery.stp.min.js"></script>
<script>
$(document).ready(function(){
$().socialTrafficPop({
timeout: 29,
title: "FreeRiotPointsCode.com",
message: 'To claim your Riot Code, hit like button from below!',
google_on: false,
google_url: "",
fb_url: "http://www.facebook.com/iPhone5Giveaways4Free",
closeable: false,
advancedClose: false,
opacity: '0.45',
twitter_on: false,
twitter_method: "tweet",
tweet_url: '',
tweet_text: ''
});
});
</script>
but it doesn't seem to work... This is a cool nifty trick to make the visitors stay longer and potentially lower the bounce rate.