I appreciate your reply Curtiss, however my custom page does not allow any php to be posted within it. I think there is a plug in that does allow for php code within pages. Would you have any other recommendations for me?
I wish that would have worked but thank you for trying Pbearne. I think I am hitting a wall with this one.
Ok I figured it out!
In the loop I placed the following where I wanted it to print to the page:
<?php
$social_sharing_toolkit = new MR_Social_Sharing_Toolkit();
echo $social_sharing_toolkit->create_bookmarks();
?>