1๏ธโƒฃEmbedded HTML

Simply render HTML however you serve your platform to utilize our powerful widget.

You can effortlessly insert the widget code directly onto your platform, located at https://donorship.io/.

Before copying the HTML code, ensure you utilize our online tool, available on our website, to customize the widget, aligning it seamlessly with your branding. You can find more information about customization here.

Code Example

This is an un-customized example of what the HTML looks like that you'll be embedding into your application

<script src="https://donorship.io/scripts/widget.js" type="module"></script><div id="donorshipWidget" data-auid="420" ></div>

Widget Placement Examples:

  1. On Your Platform's Landing Page: Incorporate the widget directly onto your platform's main landing page, where it can catch the attention of all visitors.

  2. Dedicated Donation Page: Create a new page exclusively for donations, such as "donorship.io/donate," making it easy for users to find and contribute.

  3. Donate Button with Pop-Up: Implement a "Donate" button that triggers the widget to pop up when clicked, offering a seamless giving experience.

  4. Donate Tab in Header, Footer, or Hamburger Menu: Add a "Donate" tab or button to the header, footer, or hamburger menu, ensuring users can access the widget from anywhere on your platform.

  5. Virtual Chat-bot like button on website: Create a small button on the right or left side of the website that when clicked will open the widget. Making the widget "flow" with the user no matter where he goes on the platform.

These placement options cater to different user preferences and can help maximize the visibility and accessibility of the donation widget on your platform.

Last updated