TwitterTimeline Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Inserts script that embeds a twitter timeline for a specific user. This component acts as a wrapper round the Twitter official embedded time line API and replaces the outdated TwitterProfileWidget component.
Inheritance Hierarchy

SystemObject
  System.Web.UIControl
    ContentStudio.Site.ControlsControlBase
      ContentStudio.Site.ControlsTwitterTimeline

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class TwitterTimeline : ControlBase

The TwitterTimeline type exposes the following members.

Constructors

  NameDescription
Public methodTwitterTimeline
Initializes a new instance of the TwitterTimeline class.
Top
Properties

  NameDescription
Public propertyAppRelativeTemplateSourceDirectory (Inherited from Control.)
Public propertyAriaPoliteness
Gets or set a value that specifies the component handles ARIA accessibility
Public propertyBindingContainer (Inherited from Control.)
Public propertyBorderColor
Gets or sets the shell text color.
Public propertyClientID (Inherited from Control.)
Public propertyControls (Inherited from Control.)
Public propertyDisplayBorder
Displays borders within the widget (between Tweets, cards, around the widget.) See also: BorderColor.
Public propertyDisplayFooter
Displays the timeline footer and Tweet box.
Public propertyDisplayHeader
Displays the timeline header. Please refer to the timeline display requirements (https://dev.twitter.com/terms/display-requirements) when implementing your own header.
Public propertyDisplayReplies
Gets or sets a value that that controls whether the ‘Show Replies’ option on a per-timeline basis is present.
Public propertyDisplayScrollbar
Displays the main timeline scrollbar, when needed.
Public propertyEnableTheming (Inherited from Control.)
Public propertyEnableViewState (Inherited from Control.)
Public propertyHeight
Gets or sets the height of the Tweet control. Set this value to 0 and control the height using the height of a parent element instead of setting the height explicitly. When specified, the smallest height supported is 100px."
Public propertyID (Inherited from Control.)
Public propertyLanguageCode
The widget language is detected from the page, based on the HTML lang attribute of your content. You can also set this property to override the page content language.
Public propertyNamingContainer (Inherited from Control.)
Public propertyPage
Gets a reference to the Page instance that contains the server control.
(Inherited from ControlBase.)
Public propertyParent (Inherited from Control.)
Public propertySite (Inherited from Control.)
Public propertySkinID (Inherited from Control.)
Public propertyTemplateControl (Inherited from Control.)
Public propertyTemplateSourceDirectory (Inherited from Control.)
Public propertyTheme
Gets or sets the theme of the time line.
Public propertyTransparent
Renders the widget transparent which enables background color and image to shine through.
Public propertyTweetLimit
Gets or sets the max number of tweets items displayed.
Public propertyUniqueID (Inherited from Control.)
Public propertyUserName
Gets or sets the twitter user to follow. Use the user's screen name.
Public propertyWidgetId
Gets or sets the WidgetId. This id identifies a time-line widget that can be created by a logged in Twitter-user at https://twitter.com/settings/widgets.
Public propertyWidth
Gets or sets the width of the timeline. Set this value to 0 and control the width using the width of a parent element instead of setting the width explicitly. When specified, the minimum width of a timeline is 180px and the maximum is 520px."
Public propertyVisible (Inherited from Control.)
Top
Methods

  NameDescription
Public methodApplyStyleSheetSkin (Inherited from Control.)
Public methodDataBind (Inherited from Control.)
Public methodDispose (Inherited from Control.)
Public methodEquals (Inherited from Object.)
Public methodFindControl (Inherited from Control.)
Public methodFocus (Inherited from Control.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasControls (Inherited from Control.)
Public methodRenderControl (Inherited from Control.)
Public methodResolveClientUrl (Inherited from Control.)
Public methodResolveUrl (Inherited from Control.)
Public methodSetRenderMethodDelegate (Inherited from Control.)
Public methodToString (Inherited from Object.)
Top
Events

  NameDescription
Public eventDataBinding (Inherited from Control.)
Public eventDisposed (Inherited from Control.)
Public eventInit (Inherited from Control.)
Public eventLoad (Inherited from Control.)
Public eventPreRender (Inherited from Control.)
Public eventUnload (Inherited from Control.)
Top
See Also

Reference