Knowledge Base/Community Help, Tips & Tricks

Using a custom "clip this" button on your site

Tia Marie
posted this on June 22, 2010 11:52 am

If you've clp.ly enabled your site, you can add your own custom "clip this" button instead of the default choices we offer.  Here is an example;

Below is an example of what the code looks like to clp.ly enable your blog:

<a class='ClipThisButton' href='http://clp.ly/simple/clipthis/[your site specific api key]'>
<img title='Clip this story' alt='Clip this story' src='http://clp.ly/clipthisbutton.php?[api key]'/></a>

 

<a class='ClipThisButton' href='http://clp.ly/simple/clipthis/[your site specific api key]'><img title='Clip this story' alt='Clip this story' src='http://clp.ly/clipthisbutton.php?[api key]'/></a>

 

If you wish to add your graphic you can replace the src of the html with your own graphic URL, example:

<a class='ClipThisButton' href='http://clp.ly/simple/clipthis/[your site specific api key]'>

<img title='Clip this story' alt='Clip this story' src='[url of your button graphic]'/></a>

 

It's as easy as that!

 
Topic is closed for comments