Twitter share button (widget) not working with jquery fadeout function in firefox

前端 未结 1 946
不知归路
不知归路 2021-01-16 11:09

I\'m using firefox 50.1.0 when I add fadeout or fadein jquery functions the twitter share button doesn\'t show up. The iframe is getting loaded but the button is not showing

1条回答
  •  逝去的感伤
    2021-01-16 11:33

    Generally, Keep your script references in the Head not the body. You need to include jQuery, Bootstrap css and Bootstrap js correctly to use it. This works by getting the widget script on click and then scanning the dom for the div with the widget code to execute solving the async problem with Firefox.

    
    
    
    
        
        
         Code Integration Close
        
        
        
        
        
    
        Home
    
    
    
        

    Congrats !!!!!....

    0 讨论(0)
提交回复
热议问题