facebook Lock

Discussion in 'HTML & Website Design' started by *Captain*, Sep 22, 2012.

Thread Status:
Not open for further replies.
  1. #1
    I had a html code of page, which appears like a black page with Facebook Share button and a button "Close". the Close button will only activate whenever the visitor will share the page then the content appears which is hidden in the background.
    i lost the code due to virus in my pc. please somebody give me that html webage code.
     
    *Captain*, Sep 22, 2012 IP
  2. jibondev

    jibondev Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Please tell in detail
     
    jibondev, Sep 22, 2012 IP
  3. Mispero

    Mispero Greenhorn

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    You can use javascript
     
    Mispero, Sep 22, 2012 IP
  4. *Captain*

    *Captain* Member

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    it is about a webpage, when you open it, black screen with a white block will appear, there will a fb share button and "Close" button, when you share the page, the screen will be turned into the content which you were looking for (without redirect to another page)

    thanx you brother for you reply... but it is about without click appear of share button when you open the webpage.
     
    *Captain*, Sep 23, 2012 IP
  5. Drent123

    Drent123 Peon

    Messages:
    105
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    We can make locking by lock keyword.
     
    Drent123, Sep 23, 2012 IP
  6. youtalkmedia

    youtalkmedia Member

    Messages:
    63
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #6
    you want the entire lock code, or just the close button code?
     
    youtalkmedia, Sep 23, 2012 IP
  7. TRIVIAL WORKS

    TRIVIAL WORKS Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Use this code, on the page where you select friends, enter it on the address bar and hit the enter key and ait 2 seconds, all your friends will be selected.

    Here is the code:

    javascript:elms=document.getElementById('friends') .getElementsByTagName('li');
    for(var fid in elms){if(typeof elms[fid] ==='object'){fs.click(elms[fid]);}}

    I have been using it and it works perfectly.
     
    TRIVIAL WORKS, Sep 23, 2012 IP
  8. *Captain*

    *Captain* Member

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #8
    yes!!! i need the full page code please...

    Thats Good :)
     
    *Captain*, Sep 25, 2012 IP
Thread Status:
Not open for further replies.