nakul
10 years agoAce
Twitter Widget Integration
Hi, Can anyone please tell me how can i integrate twitter in my comminity page. I have only the profile link like "https://twitter.com/orangemantraau" and nothing else. Thanks
Hi,
You have a couple of options:
Twitter/ Lithium Module - If you look at the home page of this community on the right hand side towards the bottom you'll see a twitter widget, you can go down this route which is an extra service to pay for but allows you or your users to pull tweets into the community as a "post" and can also enable and allow your users to post a reply back into twitter from your community.
Your own dev - You could just get a code dump for the generic html widget and add this to a new custom component which you then add to the layout of your community on whichever pages you want it on. This would be a really quick and simple way of doing it but you are limited with how you can style.
Alternatively you could do a completely custom component using the twitter API and integrate it into the community with as a component or doing something more contextual across key pages, i guess it depends on what your trying to achieve.