Last active
June 29, 2016 14:57
-
-
Save deboorn/2ee67205516adf87d050 to your computer and use it in GitHub Desktop.
Online Giving Direct Linking - Ministry Platform Portal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Online Giving Direct Link with MP Portal User Auth Token --> | |
<!-- Example of links that may be placed in your MP Portal skin file --> | |
<!-- [MPP_User_Data] is a skin tag that will be replaced with a MP Auth Token --> | |
<!-- Direct linking is the suggested method of using Online Giving. However, we do offer embedding giving also --> | |
<a href="https://churchnativity.onlinegiving.org/donate/index?mp_token=[MPP_User_Data]">Donate</a> | |
<a href="https://churchnativity.onlinegiving.org/donate/profile?mp_token=[MPP_User_Data]">Giving Profile</a> | |
<a href="https://churchnativity.onlinegiving.org/donate/textgiving?mp_token=[MPP_User_Data]">Text Giving</a> | |
<a href="https://churchnativity.onlinegiving.org/donate/textgiving?mp_token=[MPP_User_Data]">Donation History</a> | |
<a href="https://churchnativity.onlinegiving.org/donate/recurring?mp_token=[MPP_User_Data]">Recurring Donations</a> | |
<!-- // Donate as Guest does not need to be located behind MP portal authentication. Using mp_token will sign-in donor --> | |
<a href="https://churchnativity.onlinegiving.org/donate/guest_donate?mp_token=[MPP_User_Data]">Donate as Guest</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment