Author Resources

BookRaid Social Media Icons

Enhance your website or blog by adding a BookRaid icon linking to your author profile or book page. Let your readers easily find you on BookRaid!

Icon Examples
Black Icon on Transparent Background
Black Icon on White Circle Background
White Icon on Transparent Background
White Icon on Black Circle Background
Colored Icon on Transparent Background
Colored Icon on White Circle Background
White Icon on Colored Circle Background
White Icon on Colored Rectangle Background
Purple follow icon
Orange follow icon
How to Use the Icons
1. Download the Icons

Click the "Download All Icons" button above to download a zip file containing all icons in various sizes and styles.

2. Embed the Icons on Your Website

Upload the icon image of your choice to your website, then add the following HTML code where you want the icon to appear:

<a href="https://bookraid.com/authors/your-author-id/your-author-name">
  <img src="path-to-your-icon.png" alt="Find me on BookRaid">
</a>

Replace your-author-id and your-author-name with your actual BookRaid author ID and name. Replace path-to-your-icon.png with the URL where you uploaded the icon image.

For linking to a specific book, use:

<a href="https://bookraid.com/books/your-book-id/your-book-title">
  <img src="path-to-your-icon.png" alt="Find my book on BookRaid">
</a>

Replace your-book-id and your-book-title accordingly.

3. Change the Color of the Icons

If you'd like to change the color of the icons to match your website's theme, you can:

Alternatively, apply CSS filters directly in your code:

<a href="https://bookraid.com/authors/your-author-id/your-author-name">
  <img src="path-to-your-icon.png" alt="Find me on BookRaid" style="filter: invert(50%) sepia(100%) saturate(500%) hue-rotate(200deg);">
</a>

Adjust the CSS filter values to achieve your desired color.

Other Social Media Icons

For consistency, you may want to use matching icons for your other social media profiles. You can find free icons at:

Need Assistance?

If you have any questions, feel free to contact us.