Hello all ,I have got the code from Twitter to embed a twitter feed in my SharePoint Script Editor and SharePoint Content Editor webpart on my team site in SharePoint 2013 .
It is visible in edit mode, but on saving and viewing the page it then becomes invisible - doesn't seem to pick up the javascript?.
I have enabled scripting in my browser which is IE 11 and the code I have is shown below ( I have added <script> type="text/javascript">)
Am I missing something?
<a class="twitter-timeline" href="https://twitter.com/k*******" data-widget-id="516968*******760">Tweets by @k******</a>
<script> type="text/javascript">
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>
Cheers
kegan1