Monday, August 20, 2007

Bookmark to iloho Button Available

Promote your site by adding an iloho bookmarking button to your articles.
Step 1: Copy and Paste the following code to wherever you'd like the button to go. (Most people add the button to the bottom of their story).

<script type="text/javascript">
iloho_url = "YOUR.LINKURL.HERE"; /* REPLACE WITH YOUR LINK URL. Default is the url of the current page */
iloho_title = "TITLE"; /* REPLACE WITH THE TITLE OF YOUR ARTICLE. Default is the html-title of the current page */
iloho_icon = "big"; /* OPTIONS: BIG | SMALL | TEXT . default is the big one */
</script>
<script src="http://www.iloho.com/tools/iloho_it.js" type="text/javascript"></script>


Step 2: Define the page that you would like the link on iloho.com to point to.
For example, if you've written a story, and that story is located at http://www.mysite.com/my-story, the code will look like this:

<script type="text/javascript">
iloho_url = "
http://www.mysite.com/my-story";
</script>

Step 3 (optional): Give a default title to display on iloho.com.
For example, if you're story's title is "My Story", add this to your code:

<script type="text/javascript">
iloho_url = "
http://www.mysite.com/my-story";
iloho_title = "My Story";
</script>


Step 4 (optional): Choose the type of button you'd like to display on your site.
iloho offers three different styles of button links:

Style 1 (default): [image]
<script type="text/javascript">
iloho_url = "http://www.mysite.com/my-story";
iloho_title = "My Story";
iloho_icon = "big";
</script>

Style 2: [image]
<script type="text/javascript">
iloho_url = "http://www.mysite.com/my-story";
iloho_title = "My Story";
iloho_icon = "small";
</script>
Style 3: [image]

<script type="text/javascript">
iloho_url = "http://www.mysite.com/my-story";
iloho_title = "My Story";
iloho_icon = "text";
</script>

No comments: