Better Sharing & IgnitionDeck Addon

The Better Sharing by CloudSponge IgnitionDeck Addon allows you to leverage that plugin's social media and email sharing tools to promote crowdfunding projects to social media platforms and your email contact list.

The Better Sharing IgnitionDeck Addon would be an alterative option to the ID Social module.

The Better Sharing IgnitionDeck integration automatically inserts the sharing buttons in the three most strategic locations for sharing crowdfunding projects and prepopulates the share modal with pertinent messaging. The locations are as follows:

  1. On the public facing project page available to all site visitors,
  2. On the purchase receipt / thank you popup for supporters of the project,
  3. On the published project on the creator's dashboard.

Enabling the integration is simple as 1-2-3.

  1. Install and activate the Better Sharing by CloudSponge plugin

    Install and activate the Better Sharing by CloudSponge plugin
  2. Activate the IgnitionDeck Integration located under Better Sharing » Integrations

    Activate the IgnitionDeck Crowdfunding integration
  3. And you're done! Go forth and share your IgnitionDeck projects.

Customizing the Sharing Options

Better Sharing automatically creates a sharing block and email template that can be further customized.

The Block

IgnitionDeck Sharing Block

The sharing Block is populated with four icons:

  1. X (formerly known as Twitter),
  2. Facebook,
  3. An embed link, and
  4. And email template

These options can be disabled in the corresponding tabs under Better Sharing » Blocks.

In the Main tab, there are the options to adjust the layout of the sharing icons under the Style section. For best presentation with the IgnitionDeck projects, the Inline style is recommended.

The URL to share defaults to Page/Post URL. This will automatically use the project's URL for sharing in all user cases and it is recommended that this default is not changed.

A shortcode is also provided for inserting the sharing options to other pages

The Email Template

IgnitionDeck Sharing Email template

The email template can be edited to accomodate your own custom messaging and has a set variables that are populated from the IgnitionDeck integration automatically.

*recipient details are accessible via an upgrade to the CloudSponge Contact Picker

For further instructions on how to customize the block and email template options, please see the Better Sharing documentation.

Styling the Better Sharing icons

Better Sharing provides CSS classes for each of the social sharing buttons within the email and blocks that can be used to style the buttons with the site's branding. The general CSS classes are:

  • X (formerly Twitter) .bswp-twitter-btn ,
  • Facebook .bswp-facebook-btn ,
  • Link .bswp-link-btn , and
  • Email .bswp-email-btn

Example CSS:

/* STYLE BSWP BTN TO THEME */
/* BSWP BTN RESTING STATE */
 .bswp-twitter-btn, 
 .bswp-facebook-btn, 
 .bswp-link-btn, 
 .bswp-email-btn {
	background-color: #1E6CBD; /* may need to add !important to rule */
 }

/* BSWP BTN HOVER STATE */
 .bswp-twitter-btn:hover,
 .bswp-facebook-btn:hover,
 .bswp-link-btn:hover,
 .bswp-email-btn:hover {
	background-color: #049B8C; /* may need to add !important to rule */
 }

If there are other instances of Better Sharing in use on the site, it is possible to target only those buttons within the crowdfunding projects using the Layout Wrapper CSS Class automatically assigned when the Sharing Blocks are generated.

Example of targeted CSS:

/* STYLE BSWP BTN TO THEME FOR CROWDFUNDING BLOCK ### ONLY */
/* BSWP BTN RESTING STATE */
 .bswp-### a {
	background-color: #1E6CBD; /* may need to add !important to rule */
 }

/* BSWP BTN HOVER STATE */
 .bswp-### a:hover {
	background-color: #049B8C; /* may need to add !important to rule */
 }

Still need help? Contact Us Contact Us