Tip'd

A community for financial news, ideas, and tips

Tools for Bloggers

Looking for more exposure? Add these Tip’d buttons to your blog, and make it easy for readers to submit or Tip your stories on Tip’d.

Large Button to Put on Your Blog’s Permalink Template

Tip’d button

To add the Tip’d button to all of the stories on your blog, add the following code to your blog’s permalink (single post) template.

<script type="text/javascript" src="http://tipd.com/evb.js"></script>

Large Button to Put on a Single Page

Tip’d button

To add the Tip’d button to a single page on your blog, add the following code to that single page. This code also works well on index and archive pages where more than one story is displayed. Also, be sure to replace the URL_GOES_HERE with the actual URL of your story. If you leave this part blank, the script will automatically fetch the URL of the current page.

<script type="text/javascript" src="http://tools.tipd.com/evbs.js"></script>
<script type="text/javascript">
	evb_url = 'URL_GOES_HERE';
	evb_big(evb_url);
</script>

Small Button to Put on Your Blog’s Permalink Template

small Tip’d button

To add the small Tip’d button to all of the stories on your blog, add the following code to your blog’s permalink (single post) template.

<script type="text/javascript" src="http://tools.tipd.com/evbs.js"></script>
<script type="text/javascript">
	evb_url = '';
	evb_small(evb_url);
</script>

Text Link to Put on Your Blog’s Permalink Template

To add an “Add to Tip’d” text link to all of the stories on your blog, add the following code to your blog’s permalink (single post) template.

<script type="text/javascript" src="http://tools.tipd.com/evbs.js"></script>
<script type="text/javascript">
	evb_url = '';
	evb_text(evb_url);
</script>

Tip'd FeedFlare for FeedBurner

If you are using FeedBurner, you can use the Tip'd FeedFlare to insert the "Add to Tip'd" textlink in the footer of every post on your blog and/or RSS feed. From your FeedBurner account, under the Optimize tab, go to FeedFlare. Select "Personal FeedFlare", enter http://tipd.com/addtotipd.xml, and click "Add New Flare".