Created
October 12, 2015 20:28
-
-
Save PardotGists/5395d93c38c93472822e to your computer and use it in GitHub Desktop.
This file contains 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
<apex:page standardcontroller="account" showHeader="false" sidebar="false" standardStylesheets="false"> | |
<style> | |
Body { Background: transparent; } | |
</style> | |
<apex:iframe src="https://pi.pardot.com/prospect/activity/email/{!URLENCODE(Account.PersonEmail)}?sessionid={!$Api.Session_ID}&serverurl={!$Api.Partner_Server_URL_90}&source=salesforce&tab=contact&style={!$User.UIThemeDisplayed}" scrolling="false" height="390" id="prospect_insight"/> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment