Scrapbook API

Follow the following steps to integrate to the Scrapbook!

  1. Paste the following code in the section of your web page
    <sctipt type="text/javascript" src="http://www.biz4links.com/scrapbook/api/scrapbook.js"></script>
  2. Modify the following code as per direction and paste it into your web page near the clipping(s):

    <a href="#" onclick="scrapbookAPI_importClipping('titleSelector','contentSelector')">Add to Scrapbook</a>
    • Replace titleSelector with the title id or class of your clip
    • Replace contentSelector with the content id or class of your clip.


    WARNING: If you are using class make sure that the class is not repeated in the document, otherwise content from the first instance of the class will be imported, which may not be the desired one!