Important: this documentation is not applicable to your currently selected format stories!
amp-soundcloud
 
Description
Displays a Soundcloud clip.
Required Scripts
<script async custom-element="amp-soundcloud" src="https://cdn.ampproject.org/v0/amp-soundcloud-0.1.js"></script>
Supported Layouts
Examples
With the responsive layout, the width and height from the example should yield correct layouts for 1:1 aspect ratio embeds:
Visual Mode:
<amp-soundcloud width="480" height="480" layout="responsive" data-trackid="243169232" data-visual="true" ></amp-soundcloud>
Classic Mode:
<amp-soundcloud width="480" height="480" layout="responsive" data-trackid="243169232" data-color="ff5500" ></amp-soundcloud>
Attributes
| data-trackid | This attribute is required if data-playlistidis not defined.The value for this attribute is the ID of a track, an integer. | 
| data-playlistid | This attribute is required if data-trackidis not defined.
The value for this attribute is the ID of a playlist, an integer. | 
| data-secret-token (optional) | The secret token of the track, if it is private. | 
| data-visual (optional) | If set to true, displays full-width "Visual" mode; otherwise, it displays as "Classic" mode. The default value isfalse. | 
| data-color (optional) | This attribute is a custom color override for the "Classic" mode. The attribute is ignored in "Visual" mode. Specify a hexadecimal color value, without the leading # (e.g., data-color="e540ff"). | 
| width and height | The layout for amp-soundcloudis set tofixed-heightand it fills all of the available horizontal space. This is ideal for the "Classic" mode, but for "Visual" mode, it's recommended that the height is 300px, 450px or 600px, as per Soundcloud embed code. This will allow the clip's internal elements to resize properly on mobile. | 
Validation
See amp-soundcloud rules in the AMP validator specification.
Du hast dieses Dokument mehrmals gelesen, hast aber immer noch Fragen? Vielleicht hatten andere Nutzer das gleiche Problem: Schau doch bei Stack Overflow vorbei und lass dir von ihnen helfen.
Zu Stack Overflow wechseln Möchtest du einen Bug oder ein fehlendes Feature melden?Das AMP Projekt ist auf deine Teilnahme und deine Beiträge angewiesen! Wir hoffen natürlich, dass du dich aktiv an unserer Open Source Community beteiligen wirst. Aber wir freuen uns auch über einmalige Beiträge zu den Themen, die dich besonders interessieren.
Zu GitHub wechseln