Friday, December 20, 2013

How to add google + Button on your website

                                                                            step 1

                   https://support.google.com/webmasters/


                                                                                step 2

                                                                                     
                                                                                               https://developers.google.com/+/web/+1button/  
                                                                                   

                                                                           step 3
   
 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><g:plusone></g:plusone>
                                                       copy code from google      
                                                                             

                                                                             
                                                                       step 4
                                                                on your server
                                 
                    su -    Enter password  then change directory to   
                     cd /var/www
                    nano index.ntml     or    sudo  nano index.ntml 
                      paste code from google in to file
                       Ctrl + x then y

                                                    results

No comments:

Post a Comment

wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...