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
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 359 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 564 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 243 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) 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
- 779 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)


