Social Modal Box (Facebook, Twitter & Plus) Popup in jQuery

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Social Modal Box (Facebook, Twitter & Plus) Popup in jQuery

    Hi i m back to post after many time..
    Every body want more facebook likes hence i give u jq pop up for facebook like, twitter follow and plus.



    ---
    Installation

    1) demo.html
    line 21 - ur site name
    line 31 - facebook username

    2) js/jquery.socialmodal.js
    line 9 - change title
    line 14 - fb username
    line 15 - google plus url or site name
    line 16 - twitter username

    3) its automatic save cookies hence after like box is not shows forever.
    also he see facebook login, facebook this page like or notlike - same as twitter and plus
    if not like then shows box if like then not shows box

    4) Close Button included (time save of user)

    --
    Demo

    Download Zip and u can see demo.html open with your browser its work.

    --
    Attached Files
    Last edited by sujitjadhavkarad; 11.05.12, 15:44.

    #2
    hi set time auto close after some time set by by wapmaster

    Comment


      #3
      Originally posted by djgolcom View Post
      hi set time auto close after some time set by by wapmaster
      add dis on end of jquery.socialmodel.js
      Code:
      (function($){
      setTimeout(clear, 800); //after 8sec
      });

      Comment

      Working...
      X