Skip to content

Instantly share code, notes, and snippets.

@rogeruiz
Forked from huzairyworks/tiny_letter_mod.php
Created April 5, 2018 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogeruiz/4da4507ed0af1cb95516c68864d9bf86 to your computer and use it in GitHub Desktop.
Save rogeruiz/4da4507ed0af1cb95516c68864d9bf86 to your computer and use it in GitHub Desktop.
TinyLetter embed code
<form action="http://tinyletter.com/mohdhuzairy" method="post" target="popupwindow" onsubmit="window.open('http://tinyletter.com/mohdhuzairy', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p><input type="text" name="emailaddress" value="Masukkan emel anda" onfocus="if (this.value == 'Masukkan emel anda') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Masukkan emel anda';}" /></p><input type="hidden" value="1" name="embed"/><input type="submit" value="Subscribe" /><p>Powered by <a href="http://tinyletter.com"> TinyLetter</a></p></form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment