Facebook Profile in HTML/CSS

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

    Facebook Profile in HTML/CSS

    how to make Facebook Profile page in HTML/CSS

    #2
    Originally posted by jhero14 View Post
    how to make Facebook Profile page in HTML/CSS
    Sorry for my stupidity (maybe), but I cannot get your question right.
    What you mean?
    mysterio.al - programming is a functional art

    Comment


      #3
      Originally posted by Mysterio3 View Post
      Sorry for my stupidity (maybe), but I cannot get your question right.
      What you mean?
      Yeah..............Me too.......... Does facebook support html profile update page!! Sounds weird...

      Comment


        #4
        For html/css you can use stylish on firefox or user styles with opera
        such as: Facebook.com styles | userstyles.org
        are you asking how to make these?
        Last edited by something else; 17.09.10, 10:43.

        Comment


          #5
          help me...

          no sir thats what i mean,..i need only a clone of facebook in pure HTML and CSS language...without a php,javascript and other codes...

          Comment


            #6
            :-/ why would you want that? Go to facebook.com, right click then 'view source'

            Comment


              #7
              help plz..

              ,ive tried it but to many javascripts,,sir i need only its pure html and css,,only the profile n home section of facebook if u are login,..sir im only a beginner in coding so kindly me plz..

              Comment


                #8
                If u r realy a beginer then leave it or if u wana do it work hard learn by urself
                PRACTICE MAKES PERFECT KEEP TRYING UNTIL YOU ACHIEVE SOMETHING IN LIFE.
                IF YOU LIKE WHAT AM SHARING PLEASE DO SAY THANKS!!!
                THANK YOU LOL

                Comment


                  #9
                  Let me guess: you want to make a fake login page, right?
                  mysterio.al - programming is a functional art

                  Comment


                    #10
                    without javascript ???? cr@pbook wont run without javascript
                    to many popups depending on javascipt etc ... and if its for a fake login ....hell noooooooooo!

                    Comment


                      #11
                      ...

                      no u didnt get me sir.,not the login page,..the home and profile section if u are login..i need that..

                      Comment


                        #12
                        i stil dnt c y

                        Comment


                          #13
                          I will tell you how to do it but i no longer have a sh!tbook account (as Privacy isnt on there priority list) so you will have to do this for yourself:
                          and also you wont have a lot left as 90 percent of sh!tbook is javascript

                          right click source..... copy and paste into something like dreamweaver....

                          press Ctrl + F to open find screen.
                          Select search in sourcecode

                          now you want to search for all these 3 (seperately) lines below and click on Replace all making sure you you are replacing them with nothing

                          PHP Code:
                          <script(.*)</script>

                          <
                          noscript>

                          </
                          noscript
                          now search for:
                          PHP Code:
                          "javascript:(.*)" 
                          And Replace All With:
                          PHP Code:
                          "" 
                          im guessing by the time you have done that you would have hardly anything left as im sure all there top and bottom bars are floating javascipts and all pretty much the whole site

                          Comment


                            #14
                            ...

                            ,ok thanks sir...but my prblem is that javascript..if i removed it will effect the design..

                            Comment


                              #15
                              at a guess i would say you want the floating javascript bar at the bottom for your site...... the only way to do that or make it look similar without javascript is to use iframes but if your wanting it for mobiles then you are better off using javascript as more phones support javascript then iframes

                              Comment

                              Working...
                              X