embed Twitter?
Posted: Wed Jul 20, 2016 8:24 am
Twitter provides a widget to embed a profile, but when I add it to my CMSMS site I only get a link to the Twitter account, not the tweets themselves.
I use this code in an GCB / template and put it all within {literal}-tags
Is there a simple way to embed Twitter in a CMSMS site?
There are some (stale) tags to do so, and CGTweet is advised, but that also needs installation of CGExtensions, FrontEndUsers and CGSimpleSmarty. That seems to be a bit over the top for a simple embed.
Frank
I use this code in an GCB / template and put it all within {literal}-tags
Code: Select all
<a class="twitter-timeline" href="https://twitter.com/desiredaccount">Tweets by desiredaccount</a> <__script__ async src="//platform.twitter.com/widgets.js" charset="utf-8"></__script>
There are some (stale) tags to do so, and CGTweet is advised, but that also needs installation of CGExtensions, FrontEndUsers and CGSimpleSmarty. That seems to be a bit over the top for a simple embed.
Frank