Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Web Development
You last visited: Today at 05:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Facebook Button Problem

Discussion on Facebook Button Problem within the Web Development forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2014
Posts: 223
Received Thanks: 43
Facebook Button Problem

Guten Tag,
Ich habe ein Problem mit meinem Button Script hier ein Bild dazu.

Wenn man auf denn Facebook button klickt soll das Likebox Fenster ausgefahren werden. Ich denke mal das ihr wisst was ich meine.

Das Script-.-

PHP Code:
 <!-- Facebook Like Button -->    
 <
div style="position:fixed;left:0px;">
    <
script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    jQuery(document).ready(function() {jQuery(".likebox").hover(function() {jQuery(this).stop().animate({left: "100"}, "medium");}, function() {jQuery(this).stop().animate({left: "0"}, "medium");}, 500);}); /*]]>*/
    </script>
  
 <style type="text/css">
    .likebox{background:
    url("/img/Social_Media/Facebook.png") no-repeat scroll left center transparent !important;display: block;float: left;height: 270px;padding: 0 5px 0 300px;width: 245px;z-index: 99999;position:fixed;left:-250px;top:30%;}
    .likebox div{border:none;position:relative;display:block;}
 </style>
  
 <div class="likebox">
    <div>
    <iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FFacebookDevelopers&width&height=290&colorscheme=light&show_faces=true&header=true&stream=false&show_border=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width100%; height:290px;" allowTransparency="true"></iframe><br><a href="http://www.ixq.de/facebook.php">:</a> </div></div>
 </div>
 <!-- Facebook Button ENDE--> 
Prof.MindFreak is offline  
Old 02/01/2015, 15:57   #2

 
xEncounter's Avatar
 
elite*gold: 22
Join Date: Nov 2009
Posts: 1,552
Received Thanks: 361
schau mal ob du was findest. Ich denke schon.
xEncounter is offline  
Thanks
1 User
Old 02/01/2015, 16:11   #3
 
elite*gold: 0
Join Date: Jun 2014
Posts: 223
Received Thanks: 43
Hilft mir nicht weiter
Prof.MindFreak is offline  
Old 02/01/2015, 16:19   #4
 
NotEnoughForYou's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 3,407
Received Thanks: 2,024
Wenn beim Buttonklick das Event (also die Animation) ausgelöst werden soll, wieso wird dann kein .click Event, sondern ein .hover Event abgefangen? So macht es natürlich keinen Sinn.

Das Script würde bei einem hover über .likeBox die likeBox verschieben. Da diese ja aber außerhalb des Sichtbaren bereichs ist (left: -250px), kann das ja gar nicht funktionieren.

Außerdem benutzt man für gewöhnlich $ statt jQuery, also so etwas in der Art:

Code:
$(document).ready(function() {
    $('#meinButton').click(function() {
        $('.likeBox').animate({left += "250"}, 3000, function() {});
    });
});
NotEnoughForYou is offline  
Thanks
1 User
Old 02/01/2015, 17:11   #5
 
elite*gold: 0
Join Date: Jun 2014
Posts: 223
Received Thanks: 43
#Close
Prof.MindFreak is offline  
Reply


Similar Threads Similar Threads
Facebook Video Button
02/19/2014 - Technical Support - 11 Replies
Hallo Leute, ich sehe auf meine Facebook seite kein Hochladen Button normal steht da (Status Foto/Video Angebot, Veranstaltung +) kann mir wer helfen ? danke im vorraus
Facebook Registrieren Button ID :S
09/18/2012 - AutoIt - 4 Replies
Hey Leute, Ich komm mal gleich auf den Punkt, Ich möchte ein Script das mir auf den Registrieren Button Klickt, Allerdings bekomm ich die ID Nicht raus :/ Bis jetzt habe ich im Quellcode schnipsel nur das gefunden: (Ich habe den CODE-Tag bewusst nicht genutzt da ich den "Fund" dick markieren wollte ;) )
Facebook Like button Bot
02/02/2011 - Facebook - 4 Replies
Hallo ich suche ein Prog das meine Fanpages boostet so das ich tausende likes bekomme. Kennt einer so einen bot? Fall einer so einen Bot hat und ihn verkaufen will möchte ich eine voführung boostet einfach all meine Fanpages mit 100 Likes dann glaube ich das du so einen bot hast Hier meine Pages: Cafe World Bot - Lokales Geschäft | Facebook Cityville Bot - Produkt/Dienstleistung | Facebook Millionaire City Bot - Lokales Geschäft | Facebook Ninja Saga Botpack - Lokales Geschäft |...



All times are GMT +2. The time now is 05:54.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.