I hereby claim:
- I am emanualjade on github.
- I am emanualjade (https://keybase.io/emanualjade) on keybase.
- I have a public key ASDrMupVYVDhT8HP0QHW_75jRGydjQu7FECYdSl4uuRANwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // CLIENT SIDE | |
| // search terms will look like | |
| // www.apifini.com, apifini.com, dev.apifini.com, www.dev.apifini.com etc | |
| // First search on host | |
| const host = window.location.host | |
| // If the host search has no results we can do a full url search on the social fields | |
| const fullUrlWithoutParamsOrHash = window.location.origin + window.location+pathname | |
| // passing multiple terms is just a concept. We could just pass the URL and let all the splitting etc be handled on the server |
| //===================== | |
| // Palindrome | |
| //===================== | |
| function removeSpecialChars(str){ | |
| return str.replace(/[^A-Z0-9]/ig, ""); | |
| } | |
| function lowerCase(str){ | |
| return str.toLowerCase(); | |
| } |
| function custom_user_profile_fields($user){ | |
| if(is_object($user)) | |
| $company = esc_attr( get_the_author_meta( 'company', $user->ID ) ); | |
| else | |
| $company = null; | |
| ?> | |
| <h3>Extra profile information</h3> | |
| <table class="form-table"> | |
| <tr> | |
| <th><label for="company">Company Name</label></th> |
| <div class="page"> | |
| <div class="cube-container"> | |
| <div class="cube nav-cube"> | |
| <div class="search"> | |
| <p>Search</p> | |
| <input type="text"/> | |
| </div> | |
| <ul> | |
| <li><a href="">yachts</a></li> |
| <div id="page"> | |
| <div class="display"> | |
| <img src="http://s.cdpn.io/49110/3312220585_ca1d28b908_o.jpg" /> | |
| <div class="icons"> | |
| <div class="icon right top"></div> | |
| <div class="icon right"></div> | |
| <div class="icon left"></div> | |
| <div class="icon left"></div> | |