Skip to content

Instantly share code, notes, and snippets.

@PardotGists
Created October 12, 2015 20:40
Show Gist options
  • Save PardotGists/fcaa34ddc8bc3d0486f0 to your computer and use it in GitHub Desktop.
Save PardotGists/fcaa34ddc8bc3d0486f0 to your computer and use it in GitHub Desktop.
2127277-setting-up-salesforce-person-accounts-for-pardot-syncing-part4.js
<apex:page standardcontroller="Account" showHeader="false" sidebar="false" standardStylesheets="false">
<style>
Body { Background: transparent; }
</style>
<apex:iframe src="https://pi.pardot.com/qwerly/socialData/email/{!URLENCODE(Account.PersonEmail)}?sessionid={!$Api.Session_ID}&serverurl={!$Api.Partner_Server_URL_90}&source=salesforce&tab=lead&style={!$User.UIThemeDisplayed}" height="390" scrolling="false" id="prospect_insight"/>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment