December 16, 2015 at 11:24 am
Hi,
I am trying to replace SendOwl’s buttons (because you can’t customize them) with the button shortcode.
This is the original code from SendOwl:
<!– <script type=”text/javascript” src=”*Login to see link ></script> –>
This is what I have done:
[btn text=”Add to Cart” link=”*Login to see link tcolor=”#ffffff” bcolor=”#dd3333″ thovercolor=”#eaeaea” bhovercolor=”#d33030″ size=”small”] $7.00 Printable 18″ x 24″ Poster
Although it does seem to work fine (first two buttons on the page), I do not know:
1. Where to put the rel=”nofollow”.
2. What this is for and whether I need it if I am not using their button: <script type=”text/javascript” src=”*Login to see link ></script>
I also tried putting the button shortcode within SendOwl’s code, and that displayed fine, but the button did not work (third button on the page):
[btn text=”Add to Cart” tcolor=”#ffffff” bcolor=”#dd3333″ thovercolor=”#e5e5e5″ bhovercolor=”#c42d2d” size=”small”]<script type=”text/javascript” src=”*Login to see link ></script> $7.00 Printable 18″ x 24″ Poster (button shortcode within SendOwl’s code)
Thanks for your help!