Embedding MyCred link in search
-
I’m trying to use MyCred to allow users to earn points by clicking search in the search bar from my website. I need to embed the code in the search bar, but when I do that it doesn’t show up.
My syntax:
<form role="search" method="get" class="example" action="https://google.com/search" method="GET" style="margin: auto; max-width: 650px;"> <input type="text" placeholder="<?php esc_attr_e('Search...', 'google'); ?>" value="" name="q" id="s<?php echo esc_html(rand (0.999999)); ?>" type="search" > </form>
Please support.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Embedding MyCred link in search’ is closed to new replies.