I have found a script for content locking website content and the possibility to unlock it after google plus click.
the code works great but i was just wondering how could i add facebook and twitter share
here's the code:
Code:
<link href='http://www.seomarketingforums.com/google-traffic-pop.css' rel='stylesheet' type='text/css'/>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'></script>
<script src='https://apis.google.com/js/plusone.js' type='text/javascript'></script>
<script src='http://www.seomarketingforums.com/gtp.min.js' type='text/javascript'></script>
<script language='javascript'>
jQuery(document).ready(function() {
jQuery().googleTrafficPop({
'timeout': 30,
'title': "Title",
'message': "Enter your message here",
'url': "http://yoursite.net",
'wait': 0,
'opacity': 45,
'advancedClose':false,
'closeable': false
});
});
</script>
<script src='http://apis.google.com/js/plusone.js' type='text/javascript'></script>
<link type='text/css' rel='stylesheet' href='http://www.blogger.com/static/v1/widgets/334858902-widget_css_2_lightbox_bundle.css' />
i am a novice with javascripts and besides customizing the codes everything else is pretty much over my head.
i'd really appreciate some help
thanks
Bookmarks