Skip to content

Instantly share code, notes, and snippets.

@ChristineSFB
Last active January 13, 2021 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChristineSFB/9ea92b35055908dc1761506081b1cce1 to your computer and use it in GitHub Desktop.
Save ChristineSFB/9ea92b35055908dc1761506081b1cce1 to your computer and use it in GitHub Desktop.
Create a Twitter Feed for Your Salesforce Login Page
Create a Twitter Feed for Your Salesforce Login Page
<!-- This is used as a page on the Site to display -->
<!-- the organization's twitter feed. -->
<apex:page
showHeader="false"
sidebar="false"
lightningStylesheets="true" >
<a class="twitter-timeline"
data-height="1000"
href="https://twitter.com/<<Handle>>?ref_src=twsrc%5Etfw">
<<Default Text>
</a>
<script
src="https://platform.twitter.com/widgets.js"
charset="utf-8"
async="true">
</script>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment