Redirect LO advocacy page to new url
We have moved our advocacy efforts from LO to Phone2Action. Is there a way to redirect the old advocacy URL to our P2A page?
Tagged:
0
Comments
-
Hi Kim,
You can leverage javascript page redirects to redirect your old advocacy urls to P2A. If you use a dedicated pagewrapper for your advocacy pages, you could do a global redirect in the pagewrapper. If not, you'll need to add a javascript redirect to each action alert.
I'm sure there are lots of redirect scrips you can use but here's a simple one I've used:
Just put that as far up in the page that you can and you'll be in business.
<script type="text/javascript">
<!--
window.location = "YOUR-URL-HERE"
//-->
</script>0 -
You can add the below snippet to the pagewrapper's meta tags section. This code checks if you're on the admin side before redirecting, otherwise you could run into issues later if you ever need to go back and make edits to the original advocacy pages.
[[?x3301x1017x::x[[S4]]x::
<!-- Admin side, no action necessary -->
::
<!-- Hide page content and redirect -->
<style>
body {
display: none;
}
</style>
<meta http-equiv="refresh" content="0; url=https://www.website.com">
]]0
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 941 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)


