We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Add TinyThatURL To Posting Page
Topic Started: Jun 14 2012, 12:03 PM (1,123 Views)
Skyon Archer
Member Avatar
Member
[ *  *  *  * ]
Code Name: Add TinyThatURL to posting page

What the code does: It will put a TinyThatURL.com URL shortening form on your posting page.

How to use the code: copy/paste a long URL in the form and have it shortened

How to install the code:

Board Wrapper > Below The Board
Copy/Paste:

Code:
 
<script type="text/javascript">
//<![CDATA[
// add the TinyThatURL.com tool to post screen
// by Skyon Archer
if(location.href.match(/\/post\//i) ){
$("#c_emot").append('<br /><iframe src="http://www.tinythaturl.com/remote.php" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" width="260" height="60" id="tinythat"><a href="http://www.tinythaturl.com" title="TinyThatURL.com">TinyThatURL.com</a></iframe>');
}
//]]>
</script>


Example:

Form inserted beneath Emoticons:
Posted Image

Form after submitting URL to be shortened:
Posted Image
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards Codes & Modifications · Next Topic »
Add Reply