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
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://tools.tipd.com/evb.js"></script>
Large Button to Put on a Single Page
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
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".
Tip’d Plugin for Wordpress
If you are using WordPress, you can install the Sociable plugin to automatically insert links to certain social media sites under each post. To add a Tip’d icon under each post, first install and activate the plugin. Then go to Settings --> Sociable and select the checkbox next to "Tipd". You can also drag and drop selected services to reorder them. Check out the Sociable website for further instructions.
