Last active
February 23, 2016 04:31
-
-
Save deboorn/c976f29cdde2c7ebe3ff to your computer and use it in GitHub Desktop.
Online Giving Embed Link Examples for 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
<!-- // For Ministry Platform Portal Churches --> | |
<!-- // Appending &mp_token=[MPP_User_Data] to links will append it with portal user authentication --> | |
<!-- // This bypasses Online Giving sign-in and registration pages for web giving --> | |
<!-- // Note: Embed pages must be located behind MP Portal authentication --> | |
<a href="/myembedpage?online_giving=/donate/index&mp_token=[MPP_User_Data]">Donate</a> | |
<a href="/myembedpage?online_giving=/donate/profile&mp_token=[MPP_User_Data]">Giving Profile</a> | |
<a href="/myembedpage?online_giving=/donate/textgiving&mp_token=[MPP_User_Data]">Text Giving</a> | |
<a href="/myembedpage?online_giving=/donate/textgiving&mp_token=[MPP_User_Data]">Donation History</a> | |
<a href="/myembedpage?online_giving=/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="/myembedpage?online_giving=/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