Google Custom Search Engine/Voorbeeld met Bootstrap styling: verschil tussen versies

Uit MediaWikiGids
Ga naar: navigatie, zoeken
(Voorbeeld 2 - Bootstrap styling)
(Voorbeeld 2 - Bootstrap styling)
 
(Een tussenliggende versie door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
 
== Voorbeeld 2 - Bootstrap styling ==  
 
== Voorbeeld 2 - Bootstrap styling ==  
 +
 +
Bron: https://rafed123.github.io/blog/implement-google-custom-search
 +
Status: Fout
  
 
<html>
 
<html>
Regel 29: Regel 32:
 
   <div class="input-group">  
 
   <div class="input-group">  
 
     <input type="text" class="form-control" id="cse-search-input-box-id" size="25" autocomplete="off">
 
     <input type="text" class="form-control" id="cse-search-input-box-id" size="25" autocomplete="off">
   
+
    <script async type="text/javascript" src="//cse.google.com/cse/brand?form=cse-search-box-form-id&inputbox=cse-search-input-box-id"></script>
    // MAKE SURE TO PUT THIS JS SCRIPT
 
    <script async type="text/javascript"
 
      src="//cse.google.com/cse/brand?form=cse-search-box-form-id&inputbox=cse-search-input-box-id">
 
    </script>
 
   
 
 
     <span class="input-group-btn">
 
     <span class="input-group-btn">
 
       <button type="submit" class="btn btn-default">
 
       <button type="submit" class="btn btn-default">

Huidige versie van 26 mrt 2019 om 12:39

Voorbeeld 2 - Bootstrap styling

Bron: https://rafed123.github.io/blog/implement-google-custom-search Status: Fout