Advertisement
Codificando

Codificando - Instagram Widget

Sep 26th, 2015
7,227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.55 KB | None | 0 0
  1. <div id="instagram-widget" class="hide">
  2.  
  3.     <!-- INSTANSIVE WIDGET -->
  4.    
  5. </div>
  6. <script type="text/javascript">
  7.     $(document).ready(function() {
  8.         if($('#rodape .caixa-facebook').length) {
  9.             $('#rodape .caixa-facebook').html($('#instagram-widget').removeClass('hide'));
  10.             $('#rodape .redes-sociais .titulo').text('Instagram');
  11.         } else {
  12.             $('#instagram-widget').remove();
  13.         };
  14.     });
  15. </script>
  16. <style>
  17.     #rodape .lista-redes ul li.visible-phone { display: block !important; }
  18. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement