Skip to content

Instantly share code, notes, and snippets.

@tyoshikawa1106
Created February 19, 2015 13:31
Show Gist options
  • Save tyoshikawa1106/d4a01ca913e662bb0ef3 to your computer and use it in GitHub Desktop.
Save tyoshikawa1106/d4a01ca913e662bb0ef3 to your computer and use it in GitHub Desktop.
Lightning Apps "forceChatter:feed" Sample Code
<aura:application >
<link rel="stylesheet" href="/resource/BootstrapSF1/dist/css/bootstrap.css" />
<link rel="stylesheet" href="/resource/BootstrapSF1/dist/css/docs.min.css" />
<script type="text/javascript" src="/resource/jQuery/dist/jquery.min.js" />
<script type="text/javascript" src="/resource/BootstrapSF1/dist/js/bootstrap.min.js" />
<script type="text/javascript" src="/resource/BootstrapSF1/js/docs.js" />
<!-- Header Component -->
<c:LightningHeaderComponent header="Lightning Components" detail="- Sample Application -" />
<!-- forceChatter:feed -->
<forceChatter:feed type="News" />
</aura:application>
@karshan77
Copy link

Hi,
I am using the following line of code in my lightning component:
<forceChatter:feed type="Record" subjectId="0057F000000YuK0QAK"/>

But, my footer i.e., comment, share is not working.
Can anyone tell me what is the problem?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment