-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
51 lines (34 loc) · 1.46 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
INTRODUCTION
------------
The SoundCloud Field module adds a new SoundCloud field type to Drupal. This
allows you to enter the URL for an audio file or playlist (set) from SoundCloud
and have the embedded player appear on the page.
* For a full description of the module, visit the project page:
https://www.drupal.org/project/soundcloudfield
* To submit bug reports and feature suggestions, or track changes:
https://www.drupal.org/project/issues/soundcloudfield
REQUIREMENTS
------------
This module requires no modules outside of Drupal core.
INSTALLATION
------------
* Install as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/node/895232/ for further information.
CONFIGURATION
-------------
Use "Manage fields" to add a new field to a content type or other entity. The
SoundCloud field type will be listed under the General section.
Once you have added the field, go to "Manage display" to select the view modes
it should appear on. Under "Format" select the type of output. The choices are
* Default (PHP-Based): Uses a server-side request to load the embed code
from SoundCloud.
* Javascript: Uses a client-side request to load the embed code from
SoundCloud.
* Link to SoundCloud URI: Generates a basic HTML link to SoundCloud.
* Raw output of SoundCloud URI: Returns only the field value in plain text.