Twitter feed in DekiScript
- Applies to:
- All MindTouch Versions
- Role required:
- Draft Contributor
Social sharing is a stable of your marketing efforts. Expert allows you to easily embed twitter feeds on your pages.
The Expert editor has a restriction on unsafe content and will not execute possibly malicious code if the user does not have the proper privileges. This includes DekiScript. If you are not assigned as an admin, you will not be able to save unsafe content in Expert.
How to embed your Twitter feed
To embed your Twitter feed, cut and paste the below codes into your page:
Add the DekiScript code
<a class="twitter-timeline" href="https://twitter.com/@NAME" ('data-widget-id')="WIDGETID">"Tweets by @NAME"</a>
Add the JavaScript code
!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");
Find your widget ID
Here is how to find your widget ID:
- Go to twitter.com/settings/widgets.
- Go to Create New widget. (Or click Edit next to one of your existing widgets and skip to step four.)
- After configuring your widget, click Create widget.
- Your widget ID can be found in your URL:
Replace your custom info
Replace NAME
with your Twitter username and WIDGETID
with your widget ID.