Dec
1
Display Twitter Widgets on web application
What if Twitter Widgets look like on web application:
Take a look with real solution from https://digimindO365-public.sharepoint.com
1. Goto settings of Twitter
2. Click on Widgets function menu at the left menu
3. Twitter Widgets and its embedded code location
4. Twitter Widgets embedded code look like
<a class="twitter-timeline" href="https://twitter.com/ThomasTrung" data-widget-id="539260369886121984">Tweets by @ThomasTrung</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
5.
Take a look with real solution from https://digimindO365-public.sharepoint.com
1. Goto settings of Twitter
2. Click on Widgets function menu at the left menu
3. Twitter Widgets and its embedded code location
4. Twitter Widgets embedded code look like
<a class="twitter-timeline" href="https://twitter.com/ThomasTrung" data-widget-id="539260369886121984">Tweets by @ThomasTrung</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
5.