richardrich
Grünschnabel
Hallo Leute und erstmal großes Lob das es so ein geiles Forum gibt.
Folgendes Problem.
Habe mir ein Script gekauft welches mit Chrome kompatibel ist.
Da ich jedoch von HTML JAVA usw überhaupt keine Ahnung habe scheitere ich schon an den 2 Installationsschritten.
Step One - Add Source
To get started all you need to do is include the CSS and JS files into your site:
Data provided by Pastebin.com - Download Raw - See Original
<link type="text/css" rel="stylesheet" href="fb-traffic-pop.css">
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<script type="text/javascript" src="fb-traffic-pop.js"></script>
Wo soll ich denn damit überhaupt hin? Bei Chrome unter Tools in die Java Console?
Wo muss ich denn die Dateien hinkopieren damit der Browser überhaupt weiß was er da öffnen soll? ^^
Step Two - Call The Function
Now that you have all the source files linked, all you need to do is call the function with your designated options:
Data provided by Pastebin.com - Download Raw - See Original
<script type="text/javascript">
$(document).ready(function(){
$().facebookTrafficPop({
timeout: 999,
delay: 0,
title: "Facebook Traffic Pop",
message: 'Like me on Facebook to try out my awesome Facebook Traffic pop script!<center><a href="http://codecanyon.net/item/facebook-traffic-pop/142429?ref=TylerQuinn"><img src="http://tyler.tc/facebook-traffic-pop/images/buy_button.jpg" border="0" style="margin:10px 0px;" /></a></center>',
url: "http://tyler.tc",
closeable: true
});
});
</script>
Also kurz gesagt ich habe eine de Seite.
Wenn diese also meine Soundcloud Musik Seite geöffnet wird soll ein Pop Up aufgehen.
Denn was mich noch stört sind die Zeilen in Schritt 1. Login us-all....? stimmt das überhaupt?
Ich bin total überfordert und weiß nicht wohin mit allem und überhaupt.
Hoffe auf Hilfe.
LG Richi
Folgendes Problem.
Habe mir ein Script gekauft welches mit Chrome kompatibel ist.
Da ich jedoch von HTML JAVA usw überhaupt keine Ahnung habe scheitere ich schon an den 2 Installationsschritten.
Step One - Add Source
To get started all you need to do is include the CSS and JS files into your site:
Data provided by Pastebin.com - Download Raw - See Original
<link type="text/css" rel="stylesheet" href="fb-traffic-pop.css">
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<script type="text/javascript" src="fb-traffic-pop.js"></script>
Wo soll ich denn damit überhaupt hin? Bei Chrome unter Tools in die Java Console?
Wo muss ich denn die Dateien hinkopieren damit der Browser überhaupt weiß was er da öffnen soll? ^^
Step Two - Call The Function
Now that you have all the source files linked, all you need to do is call the function with your designated options:
Data provided by Pastebin.com - Download Raw - See Original
<script type="text/javascript">
$(document).ready(function(){
$().facebookTrafficPop({
timeout: 999,
delay: 0,
title: "Facebook Traffic Pop",
message: 'Like me on Facebook to try out my awesome Facebook Traffic pop script!<center><a href="http://codecanyon.net/item/facebook-traffic-pop/142429?ref=TylerQuinn"><img src="http://tyler.tc/facebook-traffic-pop/images/buy_button.jpg" border="0" style="margin:10px 0px;" /></a></center>',
url: "http://tyler.tc",
closeable: true
});
});
</script>
Also kurz gesagt ich habe eine de Seite.
Wenn diese also meine Soundcloud Musik Seite geöffnet wird soll ein Pop Up aufgehen.
Denn was mich noch stört sind die Zeilen in Schritt 1. Login us-all....? stimmt das überhaupt?
Ich bin total überfordert und weiß nicht wohin mit allem und überhaupt.
Hoffe auf Hilfe.
LG Richi