Embedding Facebook Connect in Secure Pages
Secure version of Facebook Connect popup publish feed component:
With the release of Facebook Connect in Convio's Summer 09 Release, clients can embed a Facebook Connect button on any non-secure pagebuilder or application page. Many clients, however, have also requested that the Connect button be available in secure pages, like the "thank you" page that a user sees after making a donation. This is available, but requires some slightly more manual tasks then just inserting from the wysiwyig. To embed a Facebook Connect component in a secure page, follow these steps:
1. Paste the attached code into any PageBuilder/Application page, with the WYSIWYG disabled.
2. Visit the user-facing version of the page page and test it out (make sure you've properly configured Facebook Connect for your site first).
3. When working properly, you should see the Facebook Connect window pop up with boiler plate language and a link to Convio with an image. You now just need to customize this for your own needs. See the section here (you can ignore the rest of the code)
S365:USER_MESSAGE_PROMPT;user message prompt|ONE_LINE_STORY;one line story|SHORT_STORY_TITLE;short story title|SHORT_STORY_BODY;short story body|ACTION_LINK_TEXT;action link text|ACTION_LINK_URL;http://www.convio.com/|IMAGE_SRC;http://www.convio.com/images/cnv09/convio_logo.jpg|IMAGE_HREF;http://www.convio.com/|LINK_TEXT;Share on Facebook|COMPONENT_NAME;fbconnectpublish
The tag uses key value mapping pairs for configuration. So if you change "USER_MESSAGE_PROMPT;user message prompt" to "USER_MESSAGE_PROMPT;Hello and Welcome!" you will now get a popup where the user message prompt is "Hello and Welcome!" rather than "user message prompt". Like so the rest of the fields correspond to other elements of the publish feed dialog. Simply edit them and try again. Note you must have the wysiwyg disabled as the s tag must be manually edited. Note additionally that you cannot have "=" characters anywhere in the s tag definition. If you have a situation where you absolutely need them use this special character "%3Fpage%3Dhome" for "?page=home". This is because the template engine thinks "=" signs mean comments and breaks the s tag. Note also Facebook is sometimes picky about URLs, if you see an error, you may need to add ending slashes to URLs; so instead of http://www.convio.com, have http://www.convio.com/
Comments
-
Please note that if you attempted to follow these instructions before 10/14/09, the code was incorrect and resulted in errors. Please view the attached file for the correct format to embed a FB Connect component in a secure page. My apologies for the inconvenience!
0 -
excellent! thanks! I have been waiting for this looking forward to testing it.
0 -
A word of warning: If you have a custom secure domain, Facebook Connect will not work on preview pages or on forms in Test Drive mode. You must test Facebook Connect on a live page for it to work correctly. Make it a page or a form that is published, but not linked or publicized anywhere.
The reason this happens is that preview pages live on the convio.net domain, but the Facebook login popup originates from your custom secure domain. When the login popup tries to communicate with the preview page, the web browser's "same-origin policy" security measures stop it from working.
0 -
James Zetlen:
A word of warning: If you have a custom secure domain, Facebook Connect will not work on preview pages or on forms in Test Drive mode. You must test Facebook Connect on a live page for it to work correctly. Make it a page or a form that is published, but not linked or publicized anywhere.
The reason this happens is that preview pages live on the convio.net domain, but the Facebook login popup originates from your custom secure domain. When the login popup tries to communicate with the preview page, the web browser's "same-origin policy" security measures stop it from working.
Somehow, the codeblock in the text file above is once again incorrect. I apologize to everyone for the ongoing inconvenience! Whatever systems are being used to post the code keep on wiping the HTML and XML tags that are necessary for it to work.
I've attached the correct codeblock as a text file to this post.
0 -
Stupid question, but the instructions for setting up Facebook Connect (at all, not just secure) don't include some steps I see in the Convio admin.
Step 4 (after 'Permanent Session Key') is to 'Create default content'. Do I have to change anything there? Do I need to actually do it at all? I am really just trying to make an FB Connect-friendly Thank You screen for my advocacy pages.
Later, I went to step 7 'Check your setup', I checked my setup and it throws an error complaining that I haven't entered a Canvas URL -- but in the instructions from Convio for setting up FB Connect it specifically says to leave the canvas URL blank.
Quite frustrating.
0 -
William Tam:
Stupid question, but the instructions for setting up Facebook Connect (at all, not just secure) don't include some steps I see in the Convio admin.
Step 4 (after 'Permanent Session Key') is to 'Create default content'. Do I have to change anything there? Do I need to actually do it at all? I am really just trying to make an FB Connect-friendly Thank You screen for my advocacy pages.
Later, I went to step 7 'Check your setup', I checked my setup and it throws an error complaining that I haven't entered a Canvas URL -- but in the instructions from Convio for setting up FB Connect it specifically says to leave the canvas URL blank.
Quite frustrating.
Hi William,
Sorry about that. There is one interface in our system for connecting Convio to Facebook, but there are two ways to use that connection:
1) Build a Facebook Application
2) Implement Facebook Connect
The instructions you were following guide you through the steps to implement Facebook Connect, and ignore the parts of the interface that relate to building a Facebook Application.
We'll look at re-writing the documentation to explain the overlap and which steps apply to which scenario.
0 -
William Tam:
Stupid question, but the instructions for setting up Facebook Connect (at all, not just secure) don't include some steps I see in the Convio admin.
Step 4 (after 'Permanent Session Key') is to 'Create default content'. Do I have to change anything there? Do I need to actually do it at all? I am really just trying to make an FB Connect-friendly Thank You screen for my advocacy pages.
Later, I went to step 7 'Check your setup', I checked my setup and it throws an error complaining that I haven't entered a Canvas URL -- but in the instructions from Convio for setting up FB Connect it specifically says to leave the canvas URL blank.
Quite frustrating.
The "connect" steps are a subset of our larger Facebook Appilcation feature. Those steps are not needed if you only want to enable "connect." If you'd like to learn more about Convio's Facebook Application feature, see http://open.convio.com/extensions/extensions-facebook.html.
0 -
Noel Beebe:
The "connect" steps are a subset of our larger Facebook Appilcation feature. Those steps are not needed if you only want to enable "connect." If you'd like to learn more about Convio's Facebook Application feature, see http://open.convio.com/extensions/extensions-facebook.html.
thx -- so the basic question is, do I need to do steps 4 or 7 to make facebook connect work?
0 -
William Tam:
Stupid question, but the instructions for setting up Facebook Connect (at all, not just secure) don't include some steps I see in the Convio admin.
Step 4 (after 'Permanent Session Key') is to 'Create default content'. Do I have to change anything there? Do I need to actually do it at all? I am really just trying to make an FB Connect-friendly Thank You screen for my advocacy pages.
Later, I went to step 7 'Check your setup', I checked my setup and it throws an error complaining that I haven't entered a Canvas URL -- but in the instructions from Convio for setting up FB Connect it specifically says to leave the canvas URL blank.
Quite frustrating.
In essence, to enable Facebook Connect, you need only do what the connect instructions tell you to do and ingore the rest of the steps on the screen.
0 -
Is there a way to set it up so that the logging in and the posting to the profile happen in the same popup? It's a bit clunky the way the user has to first connect, then wait for the page to refresh, and only then post to their profile.
0 -
Jessica Snyder:
Is there a way to set it up so that the logging in and the posting to the profile happen in the same popup? It's a bit clunky the way the user has to first connect, then wait for the page to refresh, and only then post to their profile.
Unfortunately, no. You must sign in and allow the page to refresh in order to post to Facebook. The good news is, once you're signed in to Facebook, you only see the share/publish link/pop-up.
0 -
so I have gotten to a place where the code works, however, I am using the widget on the action alert thank you page. on this page there are conditionals for how to proceed when webforms fail, and the fbconnect code seems to interfere with the conditionals. has anyone else experienced this? the conditionals seem very touchy. the directions for cutting and pasting the content into the webforms of the legislators always shows up, even if the form does fail.
thoughts?
0 -
Shawna Templeton:
so I have gotten to a place where the code works, however, I am using the widget on the action alert thank you page. on this page there are conditionals for how to proceed when webforms fail, and the fbconnect code seems to interfere with the conditionals. has anyone else experienced this? the conditionals seem very touchy. the directions for cutting and pasting the content into the webforms of the legislators always shows up, even if the form does fail.
thoughts?
Hi Shawna,
I took the liberty of taking a look at your Connect Test action alert. You're right, there are quite a few conditionals in there, but they don't necessarily have to interfere with each other.
It looks like somehow, the failed-alert instructions escaped their conditional and sat just below the conditional body, thus making them always display no matter what. I edited in code view and placed that content back in the conditional. It seems to be working fine now, and doesn't interfere with Facebook Connect at all.
0 -
James Zetlen:
Hi Shawna,
I took the liberty of taking a look at your Connect Test action alert. You're right, there are quite a few conditionals in there, but they don't necessarily have to interfere with each other.
It looks like somehow, the failed-alert instructions escaped their conditional and sat just below the conditional body, thus making them always display no matter what. I edited in code view and placed that content back in the conditional. It seems to be working fine now, and doesn't interfere with Facebook Connect at all.
thanks james -- I played around with it some more and was still having trouble with conditionals, but eventually came to realize that they were much easier to work with in explorer than they were in firefox ... they didnt come unnested as much and I could copy and paste them back into place, in wysiwyg in FF, where i couldnt in IE.
0 -
Shawna Templeton:
thanks james -- I played around with it some more and was still having trouble with conditionals, but eventually came to realize that they were much easier to work with in explorer than they were in firefox ... they didnt come unnested as much and I could copy and paste them back into place, in wysiwyg in FF, where i couldnt in IE.
I think I'm at the point where everything is in working order . but I do have one question, why is the users name automatically inserted at the beginning of both of the short story title and the short story body of the post? I don't want the name automatically inserted in the body one, but I can't get rid of it
0 -
Shawna Templeton:
I think I'm at the point where everything is in working order . but I do have one question, why is the users name automatically inserted at the beginning of both of the short story title and the short story body of the post? I don't want the name automatically inserted in the body one, but I can't get rid of it
Hey Shawna,
Unfortunately, that's a part of the Convio Facebook integration software, and also a part of the Facebook platform. I have opened a request asking Engineering to remove the first name from the body, and it should probably happen in the Winter release of our software.
0 -
James Zetlen:
Hey Shawna,
Unfortunately, that's a part of the Convio Facebook integration software, and also a part of the Facebook platform. I have opened a request asking Engineering to remove the first name from the body, and it should probably happen in the Winter release of our software.
sounds good. one other thing -- is there a way to make the action link from the post open in a new tab or window?
0 -
Shawna Templeton:
sounds good. one other thing -- is there a way to make the action link from the post open in a new tab or window?
I don't think so; that's part of the Facebook Publish system. It may be possible in upcoming software releases by Facebook to change that behavior, but right now, not yet!
0 -
James Zetlen:
Somehow, the codeblock in the text file above is once again incorrect. I apologize to everyone for the ongoing inconvenience! Whatever systems are being used to post the code keep on wiping the HTML and XML tags that are necessary for it to work.
I've attached the correct codeblock as a text file to this post.
Are the additional scripts directing to the Google APIs necessary? What's the function there; just for outside custom domains or for all Convio users? Trying to get your code up and running on the Convio donate page for DirectRelief.org (click on Donate Now on the homepage to check it out, if you want).
0 -
Take note, folks: I realized that a lot of our struggles came from Internet Explorer's nasty habit of interpreting attached text files as though they're HTML, which mangles them!
I've attached a ZIP file containing the correct code snippet for embedding Facebook Connect on secure pages, and a sample donation thank-you page that would employ it. I've also improved the code snippet somewhat: it should be a little easier for you to operate, and won't require you to edit quite as weird of code.
Here are the steps!
- Create a new single-component PageBuilder page called "fbconnect". You'll use this as a reusable.
- Set that single component to HTML Content, and paste into it the contents of the "fbconnect_secure.txt" text file inside the attached ZIP file. It should look like three script tags and then some Convio template tags.
- Publish this PageBuilder page!
- On the Donation Form, Action Alert, or whatever other secure page you'd like a "Publish to your feed" link to show, edit the HTML Content of that secure page with the WYSIWYG turned completely off.
- Paste the following:]
]
] to help the cause.]]
]
] will help us immensely in our efforts to serve our community. Lorem ipsum dolor se amet.]]
]
]/site/Donation2?df_id=1040]]
]
]/site/Donation2?df_id=1040]]
]
That big stack of U0 tags is my way of making it slightly easier to manually edit the text and links in the Secure Publish Feed component. As you can see, each of the tags contains something you can change; it corresponds to the WYSIWYG interface that appears when you insert a Publish component in an unsecure page via point-and-click. So, change the contents of these U0 tags to use your own language, the URL of your own secure page you want Facebook users to link to, and your own image to post in the story. Be careful not to delete any of the brackets or equals signs; that'll mess up the tag syntax.
I know that Facebook in secure pages is still harder than it should be, and that should be massively improved upon our next release. But in the interim, I hope this makes things easier for everyone.0 -
James Zetlen:
Take note, folks: I realized that a lot of our struggles came from Internet Explorer's nasty habit of interpreting attached text files as though they're HTML, which mangles them!
I've attached a ZIP file containing the correct code snippet for embedding Facebook Connect on secure pages, and a sample donation thank-you page that would employ it. I've also improved the code snippet somewhat: it should be a little easier for you to operate, and won't require you to edit quite as weird of code.
Here are the steps!
- Create a new single-component PageBuilder page called "fbconnect". You'll use this as a reusable.
- Set that single component to HTML Content, and paste into it the contents of the "fbconnect_secure.txt" text file inside the attached ZIP file. It should look like three script tags and then some Convio template tags.
- Publish this PageBuilder page!
- On the Donation Form, Action Alert, or whatever other secure page you'd like a "Publish to your feed" link to show, edit the HTML Content of that secure page with the WYSIWYG turned completely off.
- Paste the following:]
]
] to help the cause.]]
]
] will help us immensely in our efforts to serve our community. Lorem ipsum dolor se amet.]]
]
]/site/Donation2?df_id=1040]]
]
]/site/Donation2?df_id=1040]]
]
That big stack of U0 tags is my way of making it slightly easier to manually edit the text and links in the Secure Publish Feed component. As you can see, each of the tags contains something you can change; it corresponds to the WYSIWYG interface that appears when you insert a Publish component in an unsecure page via point-and-click. So, change the contents of these U0 tags to use your own language, the URL of your own secure page you want Facebook users to link to, and your own image to post in the story. Be careful not to delete any of the brackets or equals signs; that'll mess up the tag syntax.
I know that Facebook in secure pages is still harder than it should be, and that should be massively improved upon our next release. But in the interim, I hope this makes things easier for everyone.can i have mulitiple facebook apps? i run both a 501c4 and c3 for our org and they can't use the same facebook app for legal reasons, even though they both run through the same convio installation.
0 -
Marie Weinmann:
can i have mulitiple facebook apps? i run both a 501c4 and c3 for our org and they can't use the same facebook app for legal reasons, even though they both run through the same convio installation.
Unfortunatley, no. Each Convio instance can only have one Facebook application.
0 -
James Zetlen:
Take note, folks: I realized that a lot of our struggles came from Internet Explorer's nasty habit of interpreting attached text files as though they're HTML, which mangles them!
I've attached a ZIP file containing the correct code snippet for embedding Facebook Connect on secure pages, and a sample donation thank-you page that would employ it. I've also improved the code snippet somewhat: it should be a little easier for you to operate, and won't require you to edit quite as weird of code.
Here are the steps!
- Create a new single-component PageBuilder page called "fbconnect". You'll use this as a reusable.
- Set that single component to HTML Content, and paste into it the contents of the "fbconnect_secure.txt" text file inside the attached ZIP file. It should look like three script tags and then some Convio template tags.
- Publish this PageBuilder page!
- On the Donation Form, Action Alert, or whatever other secure page you'd like a "Publish to your feed" link to show, edit the HTML Content of that secure page with the WYSIWYG turned completely off.
- Paste the following:]
]
] to help the cause.]]
]
] will help us immensely in our efforts to serve our community. Lorem ipsum dolor se amet.]]
]
]/site/Donation2?df_id=1040]]
]
]/site/Donation2?df_id=1040]]
]
That big stack of U0 tags is my way of making it slightly easier to manually edit the text and links in the Secure Publish Feed component. As you can see, each of the tags contains something you can change; it corresponds to the WYSIWYG interface that appears when you insert a Publish component in an unsecure page via point-and-click. So, change the contents of these U0 tags to use your own language, the URL of your own secure page you want Facebook users to link to, and your own image to post in the story. Be careful not to delete any of the brackets or equals signs; that'll mess up the tag syntax.
I know that Facebook in secure pages is still harder than it should be, and that should be massively improved upon our next release. But in the interim, I hope this makes things easier for everyone.James, the attachment won't open. I get a "Compressed (zipped) Folders Error". Can you re-post the attachment?
0 -
Noel Beebe:
Unfortunately, no. You must sign in and allow the page to refresh in order to post to Facebook. The good news is, once you're signed in to Facebook, you only see the share/publish link/pop-up.
I know this is an old post but I have a question in FB you can only have 1 application INCLUDING just the basic Connecting it to your FB feed/sharing? Or is that a totally seperate thing?
0 -
James Zetlen:
Take note, folks: I realized that a lot of our struggles came from Internet Explorer's nasty habit of interpreting attached text files as though they're HTML, which mangles them!
I've attached a ZIP file containing the correct code snippet for embedding Facebook Connect on secure pages, and a sample donation thank-you page that would employ it. I've also improved the code snippet somewhat: it should be a little easier for you to operate, and won't require you to edit quite as weird of code.
Here are the steps!
- Create a new single-component PageBuilder page called "fbconnect". You'll use this as a reusable.
- Set that single component to HTML Content, and paste into it the contents of the "fbconnect_secure.txt" text file inside the attached ZIP file. It should look like three script tags and then some Convio template tags.
- Publish this PageBuilder page!
- On the Donation Form, Action Alert, or whatever other secure page you'd like a "Publish to your feed" link to show, edit the HTML Content of that secure page with the WYSIWYG turned completely off.
- Paste the following:]
]
] to help the cause.]]
]
] will help us immensely in our efforts to serve our community. Lorem ipsum dolor se amet.]]
]
]/site/Donation2?df_id=1040]]
]
]/site/Donation2?df_id=1040]]
]
That big stack of U0 tags is my way of making it slightly easier to manually edit the text and links in the Secure Publish Feed component. As you can see, each of the tags contains something you can change; it corresponds to the WYSIWYG interface that appears when you insert a Publish component in an unsecure page via point-and-click. So, change the contents of these U0 tags to use your own language, the URL of your own secure page you want Facebook users to link to, and your own image to post in the story. Be careful not to delete any of the brackets or equals signs; that'll mess up the tag syntax.
I know that Facebook in secure pages is still harder than it should be, and that should be massively improved upon our next release. But in the interim, I hope this makes things easier for everyone.This still doesn't work. It just causes a pop-up to appear and then instantly vanish before it displays any content.
0 -
Because of the recent changes that Facebook made to their product strategy regarding the changes to Facebook Connect, Convio has decided to discontinue support for the current Facebook Connect Integration within Convio – effective in the Summer 2010 release.
Instead, we have partnered with Gigya to power our latest Social Sharing and Open Authentication features (available in the Summer 2010 release). These new features are a significant upgrade from the existing Facebook Connect integration in that they provide an efficient way to integrate not only Facebook but Twitter, LinkedIn, MySpace, Yahoo! and other social media; they enable both tell-a-friend and login functionality; and they provide integrated reporting.
Convio is strategically committed to socializing our platform. With this change we have elected to pursue a strategy that allows our clients to connect and participate with MANY social media sites instead of just one.
If you are currently using Facebook Connect on your Convio hosted sites for sharing or site login, please review our new Social Sharing and Open Authentication features (below).
As always please contact the Convio support team if you have questions.
Please review the short FAQ below for more information.
What Is the Product Impact?
- The configuration menus for Facebook Connect will be removed from the administrative console.
- Anywhere a Facebook Connect component has been placed on your site will disappear once you are upgraded to the Summer 2010 release.
- The Facebook Application Integration remains unaffected at this time.
- Within the TeamRaiser Participant Center, Social Sharing components will automatically appear by default once Social Sharing is enabled.
Why are Social Sharing / Open Authentication better?
- Social Sharing allows your users to share to not only Facebook but Twitter, LinkedIn, MySpace, Yahoo!. Social Sharing also includes the existing Tell-A-Friend functionality.
- Open Authentication allows your users to login using not only Facebook but Twitter, LinkedIn, MySpace, Yahoo!, Google, AOL.
- Both solutions include integrated reporting.
- Both solutions are provided via Gigya which allows you to standardize on one Gigya API key instead of having to maintain multiple API keys for each social media site.
Where can I learn more about Gigya, Social Sharing and Open Authentication?
- Gigya: www.gigya.com
- Social Sharing: http://community.customer.convio.com/docs/DOC-2844
- Open Authentication: http://community.customer.convio.com/docs/DOC-2841
0
Categories
- All Categories
- Shannon parent
- shannon 2
- shannon 1
- 21 Advocacy DC Users Group
- 14 BBCRM PAG Discussions
- 89 High Education Program Advisory Group (HE PAG)
- 28 Luminate CRM DC Users Group
- 8 DC Luminate CRM Users Group
- Luminate PAG
- 5.9K Blackbaud Altru®
- 58 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 409 bbcon®
- 2.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- donorCentrics®
- 1.1K Blackbaud eTapestry®
- 2.8K Blackbaud Financial Edge NXT®
- 1.1K Blackbaud Grantmaking™
- 527 Education Management Solutions for Higher Education
- 1 JustGiving® from Blackbaud®
- 4.6K Education Management Solutions for K-12 Schools
- Blackbaud Luminate Online & Blackbaud TeamRaiser
- 16.4K Blackbaud Raiser's Edge NXT®
- 4.1K SKY Developer
- 547 ResearchPoint™
- 151 Blackbaud Tuition Management™
- 61 everydayhero
- 3 Campaign Ideas
- 58 General Discussion
- 115 Blackbaud ID
- 87 K-12 Blackbaud ID
- 6 Admin Console
- 949 Organizational Best Practices
- 353 The Tap (Just for Fun)
- 235 Blackbaud Community Feedback Forum
- 55 Admissions Event Management EAP
- 18 MobilePay Terminal + BBID Canada EAP
- 36 EAP for New Email Campaigns Experience in Blackbaud Luminate Online®
- 109 EAP for 360 Student Profile in Blackbaud Student Information System
- 41 EAP for Assessment Builder in Blackbaud Learning Management System™
- 9 Technical Preview for SKY API for Blackbaud CRM™ and Blackbaud Altru®
- 55 Community Advisory Group
- 46 Blackbaud Community Ideas
- 26 Blackbaud Community Challenges
- 7 Security Testing Forum
- 3 Blackbaud Staff Discussions
- 1 Blackbaud Partners Discussions
- 1 Blackbaud Giving Search™
- 35 EAP Student Assignment Details and Assignment Center
- 39 EAP Core - Roles and Tasks
- 59 Blackbaud Community All-Stars Discussions
- 20 Blackbaud Raiser's Edge NXT® Online Giving EAP
- Diocesan Blackbaud Raiser’s Edge NXT® User’s Group
- 2 Blackbaud Consultant’s Community
- 43 End of Term Grade Entry EAP
- 92 EAP for Query in Blackbaud Raiser's Edge NXT®
- 38 Standard Reports for Blackbaud Raiser's Edge NXT® EAP
- 12 Payments Assistant for Blackbaud Financial Edge NXT® EAP
- 6 Ask an All Star (Austen Brown)
- 8 Ask an All-Star Alex Wong (Blackbaud Raiser's Edge NXT®)
- 1 Ask an All-Star Alex Wong (Blackbaud Financial Edge NXT®)
- 6 Ask an All-Star (Christine Robertson)
- 21 Ask an Expert (Anthony Gallo)
- Blackbaud Francophone Group
- 22 Ask an Expert (David Springer)
- 4 Raiser's Edge NXT PowerUp Challenge #1 (Query)
- 6 Ask an All-Star Sunshine Reinken Watson and Carlene Johnson
- 4 Raiser's Edge NXT PowerUp Challenge: Events
- 14 Ask an All-Star (Elizabeth Johnson)
- 7 Ask an Expert (Stephen Churchill)
- 2025 ARCHIVED FORUM POSTS
- 322 ARCHIVED | Financial Edge® Tips and Tricks
- 164 ARCHIVED | Raiser's Edge® Blog
- 300 ARCHIVED | Raiser's Edge® Blog
- 441 ARCHIVED | Blackbaud Altru® Tips and Tricks
- 66 ARCHIVED | Blackbaud NetCommunity™ Blog
- 211 ARCHIVED | Blackbaud Target Analytics® Tips and Tricks
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- Luminate CRM DC Users Group
- 225 ARCHIVED | Blackbaud eTapestry® Tips and Tricks
- 1 Blackbaud eTapestry® Know How Blog
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
- 1 Blackbaud K-12 Education Solutions™ Blog
- 280 ARCHIVED | Mixed Community Announcements
- 3 ARCHIVED | Blackbaud Corporations™ & Blackbaud Foundations™ Hosting Status
- 1 npEngage
- 24 ARCHIVED | K-12 Announcements
- 15 ARCHIVED | FIMS Host*Net Hosting Status
- 23 ARCHIVED | Blackbaud Outcomes & Online Applications (IGAM) Hosting Status
- 22 ARCHIVED | Blackbaud DonorCentral Hosting Status
- 14 ARCHIVED | Blackbaud Grantmaking™ UK Hosting Status
- 117 ARCHIVED | Blackbaud CRM™ and Blackbaud Internet Solutions™ Announcements
- 50 Blackbaud NetCommunity™ Blog
- 169 ARCHIVED | Blackbaud Grantmaking™ Tips and Tricks
- Advocacy DC Users Group
- 718 Community News
- Blackbaud Altru® Hosting Status
- 104 ARCHIVED | Member Spotlight
- 145 ARCHIVED | Hosting Blog
- 149 JustGiving® from Blackbaud® Blog
- 97 ARCHIVED | bbcon® Blogs
- 19 ARCHIVED | Blackbaud Luminate CRM™ Announcements
- 161 Luminate Advocacy News
- 187 Organizational Best Practices Blog
- 67 everydayhero Blog
- 52 Blackbaud SKY® Reporting Announcements
- 17 ARCHIVED | Blackbaud SKY® Reporting for K-12 Announcements
- 3 Luminate Online Product Advisory Group (LO PAG)
- 81 ARCHIVED | JustGiving® from Blackbaud® Tips and Tricks
- 1 ARCHIVED | K-12 Conference Blog
- Blackbaud Church Management™ Announcements
- ARCHIVED | Blackbaud Award Management™ and Blackbaud Stewardship Management™ Announcements
- 1 Blackbaud Peer-to-Peer Fundraising™, Powered by JustGiving® Blogs
- 39 Tips, Tricks, and Timesavers!
- 56 Blackbaud Church Management™ Resources
- 154 Blackbaud Church Management™ Announcements
- 1 ARCHIVED | Blackbaud Church Management™ Tips and Tricks
- 11 ARCHIVED | Blackbaud Higher Education Solutions™ Announcements
- 7 ARCHIVED | Blackbaud Guided Fundraising™ Blog
- 2 Blackbaud Fundraiser Performance Management™ Blog
- 9 Foundations Events and Content
- 14 ARCHIVED | Blog Posts
- 2 ARCHIVED | Blackbaud FIMS™ Announcement and Tips
- 59 Blackbaud Partner Announcements
- 10 ARCHIVED | Blackbaud Impact Edge™ EAP Blogs
- 1 Community Help Blogs
- Diocesan Blackbaud Raiser’s Edge NXT® Users' Group
- Blackbaud Consultant’s Community
- Blackbaud Francophone Group
- 1 BLOG ARCHIVE CATEGORY
- Blackbaud Community™ Discussions
- 8.3K Blackbaud Luminate Online® & Blackbaud TeamRaiser® Discussions
- 5.7K Jobs Board