Creating a landing page with email, first name and last name already included - salesforce-marketing-cloud

Hi I want to create a landing page which include Name and email of the subscriber when they click the link for the landing page from their email. Can anyone provide me with a sample AMP script which should be included in the landing page.

Related

When navigating to a different web page from a webpage should the URL of the new webpage contain the endpoint of the previous web page?

Suppose I have a web page let's say rooms.html and the URL of that page is "http://localhost:8000/hotel/rooms/". In that HTML page there is a link to add_room.html page, when I click on that link, I get redirected to add_room.html whose URL is "http://localhost:8000/hotel/add_room/". I want to know what should I keep the UPL of this page. Should it be "http://localhost:8000/hotel/add_room/" or "http://localhost:8000/hotel/rooms/add_room/". So bascically my question is that when navigating to a different web page from a webpage should the URL of the new webpage contain the endpoint of the previous web page?

How do we pass PDF Hyper Link value to HTML page or ASP.NET Page

I have a lot of PDF Documents and it contains inside Hyperlinks (EX: [EMP-001] on every page.
When the user clicks the link "EMP-001" in PDF, I would like to pass the value "EMP-001" on the web page (either HTML or ASP.NET Page).
pls. guide us on how to proceed...
we are struggling to find the exact solution...

How to make Index pages look like the rest of a website

I have a WordPress site and am looking to add newsletter archives to it.
At the minute, I am downloading the HTML from MailChimp and uploading it to FileZilla. The index page is shown below 1.
When people click the newsletters, they look perfect. However, how can I make the index page match the rest of the website? Ideally I would like to recreate this same directory on the site, without having to manually do too much. Can anyone advise?
You can create a directory page on your current wordpress site and then link the html pages which can be held in a directory under your site's root folder.You can place all the html newsletters on a directory such as:
yoursite.com/newsletters/newsletter1.html
yoursite.com/newsletters/newsletter2.html
and so on...
Now all you need to do is:
1) Create a new page on your wordpress site
2) Go to the editor and create the text necessary - You can use the visual editor on wordpress and do this such as:
OUR NEWSLETTER ARCHIVE:
Newsletter one (link this to: yoursite.com/newsletters/newsletter1.html)
Newsletter two (link this to: yoursite.com/newsletters/newsletter2.html)
Newsletter three (link this to: yoursite.com/newsletters/newsletter3.html)
Now using the above method, you can create a newsletter archive directory that will match your current site's style and still link html newsletters outside your site. and once they click through, they will browse through the newsletters easily.

How do I change the theme of only one page in WordPress

I have an general education landing page in Wordpress, thats needs a new theme. I want to just change that ONE page but not impact any other page. I have a business premium account with Wordpress. Please help, thank you.
You can't change the theme just in one page. To customize that page you would need to create a custom template by creating a template or a file on your server to only affect that page.
Something like:
Page templates
Or:
page-87.php 87 being the page ID
front-page.phpIf the page you want to costumize is the front page
page-landing.phpIf the name of the page is "landing
This might help: WpBeginner

Dynamically updating Images to Facebook Page

I want to dynamically update the three images from "Trend Alert" in the EDM below:
http://sophiehart.createsend4.com/t/ViewEmail/r/D3501506593F4120/5AA0D88279FE59B738A555EB6E97B45B
To this Facebook iFrame.
http://www.facebook.com/apps/application.php?id=198582036826535&sk=app_198582036826535
I'm hoping someone knows a way to update these automagically - I don't want to have to manually change them every week.
The problem as you can see is that the EDM above spits out a different dynamic link every week.
Any one worked on something similar to this before?
This Facebook page currently features the same technique (The Latest section) - so if anyone can shed some light on it that would be great!
http://www.facebook.com/rachelzoe
EDIT: I've created the html email template and have got the iframe working - but i'm unsure how to link the images to the Facebook as the link to the html email (campaign monitor) will change weekly?
LINK to EDM: http://sophiehart.createsend4.com/t/ViewEmail/r/D3501506593F4120/5AA0D88279FE59B738A555EB6E97B45B
LINK TO FB: http://www.facebook.com/apps/application.php?id=198582036826535&sk=app_198582036826535
You can create a Facebook Application and install it as a tab in your client's Facebook Page. This tab will render an iframe with content from any URL that you specify. This way, you can do anything you want with your webpage (e.g. display 3 dynamic images), and it will be embedded in your client's Facebook Page.